ooni_site_reachability
ActiveTool of Ooni
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 schema
{
"type": "object",
"required": [
"domain",
"country"
],
"properties": {
"days": {
"type": [
"number",
"string"
],
"description": "Lookback window in days (default 30, max 365)."
},
"domain": {
"type": "string",
"description": "Website domain, e.g. \"www.bbc.com\" or \"twitter.com\". A full URL is accepted (the host is extracted)."
},
"country": {
"type": "string",
"description": "2-letter country code, e.g. \"CN\", \"IR\", \"RU\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ooni
https://github.com/pipeworx-io/mcp-ooni
2/7 registries