You're viewing a demo portfolio

Join the waitlist
PRSM

shodan_host_count

Active

Tool of Shodan

declared in 0.1.0

Count hosts matching <query> with facet breakdown (free — this endpoint does not consume query credits). Returns the total match count plus optional facet aggregations (e.g. top countries, orgs, ports). Example: shodan_host_count({ query: "apache", facets: "country:10", _apiKey: "your-key" })

Parameters schema

{
  "type": "object",
  "required": [
    "query",
    "_apiKey"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Shodan search query, e.g. \"apache\" or \"port:443 country:DE\""
    },
    "facets": {
      "type": "string",
      "description": "Comma-separated facets for aggregation, e.g. \"country:10\" or \"org:5,port:5\" (optional)"
    },
    "_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.50.

Parent server

Shodan

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

1/7 registries
View full server →