Back to MCP Servers

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.

securityapi

Installation

npx -y mcp-shodan

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub