← Index

io.github.BurtTheCoder/shodan

io.github.BurtTheCoder/shodan·v1.0.22·Search
Quality Score
83
/100

MCP server for Shodan API — device search, IP lookup, DNS, and CVE/CPE queries.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "shodan": {
      "command": "npx",
      "args": [
        "-y",
        "@burtthecoder/mcp-shodan"
      ],
      "env": {
        "SHODAN_API_KEY": "<your-shodan_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "shodan": {
      "command": "npx",
      "args": [
        "-y",
        "@burtthecoder/mcp-shodan"
      ],
      "env": {
        "SHODAN_API_KEY": "<your-shodan_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @burtthecoder/mcp-shodan
§02  Environment variables
SHODAN_API_KEY
requiredsecret

Your Shodan API key

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Search