S
Shodan MCP
by @irootsec
A simple MCP for SHODAN. It allows query by IP, Domain and some custom Query. [Requires Shodan API Token]
Created 9/1/2025
Updated 6 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx shodan-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"irootsec-shodan-mcp": {
"command": "uvx",
"args": [
"shodan-mcp"
]
}
}
}