shodan_host
ActiveTool of Shodan
What's exposed on IP <ip> — open ports, services, and CVEs. Returns the full Shodan host profile: ports, hostnames, org/ISP, geolocation, OS, known vulnerabilities, and a per-service banner sample. Example: shodan_host({ ip: "8.8.8.8", _apiKey: "your-key" })
Parameters schema
{
"type": "object",
"required": [
"ip",
"_apiKey"
],
"properties": {
"ip": {
"type": "string",
"description": "IPv4 address to look up, e.g. \"8.8.8.8\""
},
"_apiKey": {
"type": "string",
"description": "Shodan API key (account.shodan.io; paid membership required)"
},
"history": {
"type": "boolean",
"description": "Include historical banners (optional, default false)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Shodan
https://github.com/pipeworx-io/mcp-shodan
1/7 registries