← Back to Plugins
MCP Server MCP

DugganUSA CLI — Local STDIO MCP

github By github 👁 1 views ▲ 0 votes

Local STDIO MCP for DugganUSA threat intel. 1.13M IOCs. Read-only. npm: dugganusa-cli.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "dugganusa-cli",
      "version": "1.3.4",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "isRequired": true,
          "type": "named",
          "name": "-y"
        },
        {
          "isRequired": true,
          "value": "dugganusa-cli",
          "type": "named",
          "name": "-p"
        }
      ],
      "packageArguments": [
        {
          "isRequired": true,
          "value": "dugganusa-mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Optional API key for higher rate limits. Anonymous tier works.",
          "format": "string",
          "isSecret": true,
          "name": "DUGGANUSA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...