Skip to main content
SecurityTypeScript

BurtTheCoder/mcp-shodan

MCP server for querying the Shodan API and Shodan CVEDB. This server provides tools for IP lookups, device searches, DNS lookups, vulnerability queries, CPE lookups, and more.

securitycloud-servicewindows
Share:

Quick Start

Clone the repository:

git clone https://github.com/BurtTheCoder/mcp-shodan

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-shodan": {
      "command": "npx",
      "args": [
        "-y",
        "BurtTheCoder/mcp-shodan"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
TypeScript
Author
BurtTheCoder