ooni_site_reachability

Pack: ooni · Endpoint: https://gateway.pipeworx.io/ooni/mcp

Check whether a website is blocked or censored in a specific country, using OONI network measurements from volunteer probes. Returns counts of OK, anomalous, confirmed-blocked, and failed measurements over the window plus a blocking assessment — e.g. is bbc.com blocked in China, is twitter.com blocked in Iran. Great-Firewall / national-censorship / internet-freedom research.

Parameters

NameTypeRequiredDescription
domainstringyesWebsite domain, e.g. “www.bbc.com” or “twitter.com”. A full URL is accepted (the host is extracted).
countrystringyes2-letter country code, e.g. “CN”, “IR”, “RU”.
daysnumber,stringnoLookback window in days (default 30, max 365).

Example call

curl -X POST https://gateway.pipeworx.io/ooni/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ooni_site_reachability","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "ooni": {
      "url": "https://gateway.pipeworx.io/ooni/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 16, 2026