New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@voidly/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voidly/mcp-server

MCP server for Voidly Global Censorship Index - enables AI systems to query real-time censorship data

Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
114
58.33%
Maintainers
1
Weekly downloads
 
Created
Source

Voidly MCP Server

Model Context Protocol (MCP) server for the Voidly Global Censorship Index. Enables AI systems to query real-time internet censorship data.

Data Scale

  • 11.7M live OONI measurements
  • 1B+ historical measurements (10-year archive)
  • 120+ countries monitored
  • Updated every 5 minutes

Installation

npx @voidly/mcp-server

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "voidly": {
      "command": "npx",
      "args": ["@voidly/mcp-server"]
    }
  }
}

Cursor / Windsurf / Cline

Add to your MCP config:

{
  "mcpServers": {
    "voidly": {
      "command": "npx",
      "args": ["@voidly/mcp-server"]
    }
  }
}

Tools

ToolDescription
get_censorship_indexGlobal overview of all monitored countries
get_country_statusDetailed status for a specific country
check_domain_blockedCheck if a domain is blocked in a country
get_most_censoredRanked list of most censored countries
get_active_incidentsCurrently active censorship incidents

Usage Examples

Once configured, you can ask:

  • "What countries have the most internet censorship?"
  • "Is the internet censored in China?"
  • "What's the censorship status in Iran?"
  • "Are there any active internet shutdowns?"
  • "Is Twitter blocked in Russia?"

Other AI Platforms

OpenAI / ChatGPT

MCP isn't supported by OpenAI yet. Use our OpenAI Action instead:

  • Go to ChatGPT → Create GPT → Actions
  • Import openai-action/openapi.yaml
  • Your GPT can now query Voidly data

Direct API

Public endpoints (no auth):

  • https://api.voidly.ai/data/censorship-index.json
  • https://api.voidly.ai/data/country/{code}
  • https://api.voidly.ai/data/methodology

Data Sources

  • Primary: OONI (Open Observatory of Network Interference)
  • Secondary: Voidly probe network
  • License: CC BY 4.0

Development

npm install
npm run build
npm run dev

License

MIT

Keywords

mcp

FAQs

Package last updated on 10 Feb 2026

Related posts