CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Voidly Mcp Server

emperormew/aegisvpn
11 toolsSTDIOregistry active
Summary

You'd reach for this when building AI agents that need to understand internet censorship landscapes or communicate securely across instances. It provides 83 tools split between two main capabilities: querying censorship intelligence data across 119 countries (think which services are blocked where, firewall patterns, access restrictions) and facilitating end-to-end encrypted messaging between agents. The messaging piece is interesting if you're coordinating multiple Claude instances or building multi-agent systems that need private channels. The censorship data is useful for VPN routing decisions, content delivery strategies, or any application that needs to adapt behavior based on regional internet restrictions.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →

Tools

Public tool metadata for what this MCP can expose to an agent.

11 tools
get_censorship_indexGet the global censorship index with rankings for all monitored countries. Returns country scores, risk tiers, and measurement counts for 126+ countries based on 2.2B+ network measurements.

Get the global censorship index with rankings for all monitored countries. Returns country scores, risk tiers, and measurement counts for 126+ countries based on 2.2B+ network measurements.

No parameter schema in public metadata yet.

get_country_statusGet detailed censorship status for a specific country including blocked domains, anomaly rates, risk tier, and recent incidents.1 params

Get detailed censorship status for a specific country including blocked domains, anomaly rates, risk tier, and recent incidents.

Parameters* required
country_codestring
ISO 3166-1 alpha-2 country code (e.g., IR for Iran, CN for China, RU for Russia)
check_domain_blockedCheck if a specific domain is blocked in a country. Returns blocking status, evidence sources, confidence level, and blocking method (DNS, TCP, TLS, HTTP).2 params

Check if a specific domain is blocked in a country. Returns blocking status, evidence sources, confidence level, and blocking method (DNS, TCP, TLS, HTTP).

Parameters* required
domainstring
Domain to check for blocking (e.g., twitter.com, whatsapp.com, telegram.org)
country_codestring
ISO 3166-1 alpha-2 country code (e.g., IR, CN, TR)
get_active_incidentsGet active censorship incidents with evidence links, severity ratings, and affected services. Each incident is citable with a human-readable ID (e.g., IR-2026-0142).2 params

Get active censorship incidents with evidence links, severity ratings, and affected services. Each incident is citable with a human-readable ID (e.g., IR-2026-0142).

Parameters* required
limitnumber
Maximum number of incidents to return (default: 20, max: 200)
countrystring
Filter by ISO country code (e.g., IR, CN). Omit for all countries.
get_incident_detailGet detailed information about a specific censorship incident including evidence links, affected domains, blocking methods, and timeline.1 params

Get detailed information about a specific censorship incident including evidence links, affected domains, blocking methods, and timeline.

Parameters* required
incident_idstring
Incident ID — either human-readable (e.g., IR-2026-0142) or hash ID
verify_claimVerify a censorship claim against real measurement data from OONI, CensoredPlanet, and IODA. Returns verdict with supporting evidence.1 params

Verify a censorship claim against real measurement data from OONI, CensoredPlanet, and IODA. Returns verdict with supporting evidence.

Parameters* required
claimstring
Natural language censorship claim to verify (e.g., "Twitter is blocked in Iran", "WhatsApp is censored in China")
get_risk_forecastGet 7-day internet shutdown and censorship risk forecast for a country using XGBoost ML model trained on historical OONI data and political event calendar.1 params

Get 7-day internet shutdown and censorship risk forecast for a country using XGBoost ML model trained on historical OONI data and political event calendar.

Parameters* required
country_codestring
ISO 3166-1 alpha-2 country code (e.g., IR, MM, TR)
get_platform_riskGet censorship risk score for a specific platform across all monitored countries. Shows which countries block it and the overall global risk level.1 params

Get censorship risk score for a specific platform across all monitored countries. Shows which countries block it and the overall global risk level.

Parameters* required
platformstring
Platform name (e.g., whatsapp, twitter, telegram, signal, facebook, youtube, tiktok, instagram)
check_service_accessibilityReal-time check: is a domain/service accessible in a specific country right now? Returns blocking status, block rate across ISPs, and evidence.2 params

Real-time check: is a domain/service accessible in a specific country right now? Returns blocking status, block rate across ISPs, and evidence.

Parameters* required
domainstring
Domain or service URL to check (e.g., twitter.com, binance.com)
countrystring
ISO 3166-1 alpha-2 country code (e.g., IR, CN, EG)
get_most_censoredGet the most censored countries ranked by censorship severity score. Returns country name, score, risk tier, and top blocked categories.1 params

Get the most censored countries ranked by censorship severity score. Returns country name, score, risk tier, and top blocked categories.

Parameters* required
limitnumber
Number of countries to return (default: 10, max: 50)
agent_relay_statsGet Voidly Agent Relay network statistics including total registered agents, 24-hour active agents, channel count, message volume, and capability registry.

Get Voidly Agent Relay network statistics including total registered agents, 24-hour active agents, channel count, message volume, and capability registry.

No parameter schema in public metadata yet.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Categories
AI & LLM ToolsCommunication & Messaging
Registryactive
Package@voidly/mcp-server
TransportSTDIO
UpdatedMar 18, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f