HomeSecurity › mcp-shodan

mcp-shodan

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

TypeScript Cloud Windows
★ 173 stars Last pushed 2026-09-08 License: MIT

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.31)

npx -y @burtthecoder/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-shodan": {
      "command": "npx",
      "args": [
        "-y",
        "@burtthecoder/[email protected]"
      ],
      "env": {
        "SHODAN_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • SHODAN_API_KEY required secret — Your Shodan API key

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.BurtTheCoder/shodan

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry