shodan_host
Pack: shodan · Endpoint: https://gateway.pipeworx.io/shodan/mcp
What’s exposed on IP
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
ip | string | yes | IPv4 address to look up, e.g. “8.8.8.8” |
history | boolean | no | Include historical banners (optional, default false) |
_apiKey | string | yes | Shodan API key (account.shodan.io; paid membership required) |
Example call
curl -X POST https://gateway.pipeworx.io/shodan/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"shodan_host","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"shodan": {
"url": "https://gateway.pipeworx.io/shodan/mcp"
}
}
}
See Getting Started for client-specific install steps.