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.0.0
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 like Claude, ChatGPT, and other MCP-compatible clients to query real-time internet censorship data.

Features

  • Real-time censorship data from 50+ countries
  • OONI-powered measurements - millions of data points
  • Incident tracking - active censorship events
  • Zero configuration - works out of the box

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

Installation

Claude Desktop

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

{
  "mcpServers": {
    "voidly": {
      "command": "node",
      "args": ["/path/to/voidly/mcp-server/dist/index.js"]
    }
  }
}

Claude Code

Add to your .claude/settings.json:

{
  "mcpServers": {
    "voidly": {
      "command": "node",
      "args": ["/path/to/voidly/mcp-server/dist/index.js"]
    }
  }
}

NPX (Coming Soon)

npx @voidly/mcp-server

Usage Examples

Once configured, you can ask Claude:

  • "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?"

Data Sources

  • Primary: OONI (Open Observatory of Network Interference)
  • Update Frequency: Every 6 hours
  • Countries Monitored: 50+
  • License: CC BY 4.0

API Endpoints Used

  • https://censorship.voidly.ai/v1/censorship-index
  • https://censorship.voidly.ai/v1/censorship-index/:country
  • https://censorship.voidly.ai/v1/censorship-index/incidents

Development

# Install dependencies
npm install

# Build
npm run build

# Run in development
npm run dev

License

MIT

  • Voidly Global Censorship Index
  • API Documentation
  • Hugging Face Dataset

Keywords

mcp

FAQs

Package last updated on 04 Feb 2026

Related posts