ooni_measurements
Pack: ooni · Endpoint: https://gateway.pipeworx.io/ooni/mcp
List recent raw OONI measurements for a domain and/or country — individual probe results with timestamp, network (ASN), anomaly/confirmed flags, and a link to the full measurement on OONI Explorer. Use after ooni_site_reachability to inspect specific blocking evidence.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
domain | string | no | Website domain, e.g. “twitter.com”. |
country | string | no | 2-letter country code filter, e.g. “IR”. |
confirmed_only | boolean | no | Only measurements with confirmed blocking fingerprints. |
limit | number,string | no | Max results (1-50, default 10). |
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_measurements","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.