ooni_app_blocking

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

Check whether a messaging or circumvention app is blocked in a country using OONI app-specific tests: WhatsApp, Telegram, Signal, Facebook Messenger, or Tor. Returns measurement counts and a blocking assessment, e.g. “is Telegram blocked in Iran”, “is Tor reachable from Russia”.

Parameters

NameTypeRequiredDescription
appstringyesOne of: ${Object.keys(APPS).join(’ | ’)}.
countrystringyes2-letter country code, e.g. “IR”, “RU”, “CN”.
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_app_blocking","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 15, 2026