# Voidly

Global censorship intelligence for AI agents. Real-time monitoring across 126 countries with 2.2B+ measurements. 11 tools: censorship index, domain blocking checks, incident tracking, risk forecastin…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add voidly/mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list voidly/mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get voidly/mcp-server get_censorship_index

# Call a tool
npx -y @smithery/cli@latest tool call voidly/mcp-server get_censorship_index '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-server--voidly.run.tools`

## Tools (11)

- `get_censorship_index` — Get the global censorship index with rankings for all monitored countries. Returns country scores, risk tiers, and meas…
- `get_country_status` — Get detailed censorship status for a specific country including blocked domains, anomaly rates, risk tier, and recent i…
- `check_domain_blocked` — Check if a specific domain is blocked in a country. Returns blocking status, evidence sources, confidence level, and bl…
- `get_active_incidents` — Get active censorship incidents with evidence links, severity ratings, and affected services. Each incident is citable …
- `get_incident_detail` — Get detailed information about a specific censorship incident including evidence links, affected domains, blocking meth…
- `verify_claim` — Verify a censorship claim against real measurement data from OONI, CensoredPlanet, and IODA. Returns verdict with suppo…
- `get_risk_forecast` — Get 7-day internet shutdown and censorship risk forecast for a country using XGBoost ML model trained on historical OON…
- `get_platform_risk` — Get censorship risk score for a specific platform across all monitored countries. Shows which countries block it and th…
- `check_service_accessibility` — Real-time check: is a domain/service accessible in a specific country right now? Returns blocking status, block rate ac…
- `get_most_censored` — Get the most censored countries ranked by censorship severity score. Returns country name, score, risk tier, and top bl…
- `agent_relay_stats` — Get Voidly Agent Relay network statistics including total registered agents, 24-hour active agents, channel count, mess…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get voidly/mcp-server <tool-name>
```

## Resources

- `voidly://censorship-index` — Live censorship rankings for 126+ countries based on 2.2B+ measurements
- `voidly://methodology` — How Voidly measures and scores internet censorship

## Prompts (2)

- `censorship_briefing` (country_code) — Generate a censorship briefing for a specific country with current status, incidents, and risk forecast.
- `platform_safety_check` (platform, country_code) — Check if a platform is safe to use in a given country — returns blocking status, alternatives, and risk level.
