You're viewing a demo portfolio

Join the waitlist
PRSM

shodan_host_search

Active

Tool of Shodan

declared in 0.1.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Shodan

https://github.com/pipeworx-io/mcp-shodan

1/7 registries
View full server →
shodan_host_search — Shodan — PRSM MCP