← Back to Plugins
MCP Server MCP

io.github.threadlinqs-cmd/intelthreadlinqs-mcp

github By github 👁 1 views ▲ 0 votes

Threadlinqs threat-intelligence MCP — 49 tools: threats, detections, IOCs, actors, C2, MITRE, CVEs

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "intelthreadlinqs-mcp",
      "version": "7.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Threadlinqs API key (Purple or Gold tier, tl_...) — get one at https://intel.threadlinqs.com/profile",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "THREADLINQS_API_KEY"
        },
        {
          "description": "Override the API base URL (defaults to https://intel.threadlinqs.com)",
          "format": "string",
          "name": "THREADLINQS_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...