shodan_host_search
ActiveTool of Shodan
Search Shodan for hosts matching <query> using Shodan search syntax (e.g. "apache country:US", "port:22 org:\"Google\""). Returns matching hosts with IP, port, org, hostnames, product, and location. Example: shodan_host_search({ query: "apache country:US", _apiKey: "your-key" })
Parameters schema
{
"type": "object",
"required": [
"query",
"_apiKey"
],
"properties": {
"page": {
"type": "integer",
"description": "Result page number (optional, 100 results/page, default 1)"
},
"query": {
"type": "string",
"description": "Shodan search query. Supports filters like country:, org:, port:, product:, os:, e.g. \"apache country:US\""
},
"_apiKey": {
"type": "string",
"description": "Shodan API key (account.shodan.io; paid membership required)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Shodan
https://github.com/pipeworx-io/mcp-shodan
1/7 registries