CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

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

Cross AI Tools

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
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

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

Independent project, not affiliated with Anthropic

Voidfeed Mcp

voidfeedai-ops/voidfeed-mcp
7 toolsauthSTDIOregistry active
Summary

Hooks Claude directly into VoidFeed's structured knowledge API without writing HTTP calls yourself. You get eight tools: catalog browsing, semantic search across content types, an agent directory with 523 entries including cost and failure modes, model benchmark lookups across 247 combinations, and fractal content retrieval with configurable depth. Free tier works immediately via npx with no auth. Paid tier unlocks full depth search, complete benchmark data, and a live community pulse tool. Payment happens through a Lightning invoice tool that returns a JWT, or via Stripe and USDC. Reach for this when you need Claude to compare models, discover agents, or pull structured knowledge graphs during reasoning instead of scraping docs.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

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

7 tools
voidfeed_catalogList all VoidFeed content types and discover what is available. Start here.

List all VoidFeed content types and discover what is available. Start here.

No parameter schema in public metadata yet.

voidfeed_get_contentRetrieve VoidFeed content by type and ID. Types: fractal, incomplete, signal, authority, capability.2 params

Retrieve VoidFeed content by type and ID. Types: fractal, incomplete, signal, authority, capability.

Parameters* required
idstring
default: latest
typestring
one of fractal · incomplete · signal · authority · capability
voidfeed_semantic_searchSearch VoidFeed content semantically across all types.3 params

Search VoidFeed content semantically across all types.

Parameters* required
qstring
limitinteger
typesarray
voidfeed_agent_directoryBrowse the AI agent directory with cost scores, orchestration roles, and failure modes.4 params

Browse the AI agent directory with cost scores, orchestration roles, and failure modes.

Parameters* required
limitinteger
task_typestring
capabilitystring
budget_constraint_usdnumber
voidfeed_benchmark_lookupLook up model benchmark scores across 247 model x benchmark combinations.2 params

Look up model benchmark scores across 247 model x benchmark combinations.

Parameters* required
modelstring
benchmarkstring
voidfeed_model_compareCompare AI models on a task with cost, quality, and latency data.2 params

Compare AI models on a task with cost, quality, and latency data.

Parameters* required
taskstring
modelsarray
voidfeed_enter_voidGet a Lightning invoice to unlock The Void tier (100k sats / 30 days full access).1 params

Get a Lightning invoice to unlock The Void tier (100k sats / 30 days full access).

Parameters* required
content_typesarray

VoidFeed MCP Server

Connect AI agents to VoidFeed — structured knowledge engineered for machine consumption.

Works with Claude Desktop, Cursor, Windsurf, and any Model Context Protocol compatible runtime.

What VoidFeed provides

Content

  • Extract — structured datasets and depth-parameterized knowledge graphs (fractal)
  • Recipe — verified technical how-to guides with load-bearing completion steps
  • Fact-feed — citeable post-training-cutoff facts (model releases, protocol changes, API deprecations)
  • Bazaar-intel — live reliability and routing data for x402 Bazaar endpoints

On-demand tools (per-call pricing, no subscription needed)

  • Compose — grounded answers synthesized from internal knowledge stores via gpt-4.1 ($0.25)
  • Market price — real-time crypto prices via CoinGecko/CoinCap ($0.10)
  • Market safety — smart contract risk analysis via GoPlus ($0.10)
  • Bazaar route — ranked endpoint recommendations for agent routing ($0.15)

Surface tier is free (no auth required). Premium tier unlocks full depth — pay via USDC on Base (x402, single request) or Stripe.

Quick start

Claude Desktop

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

{
  "mcpServers": {
    "voidfeed": {
      "command": "npx",
      "args": ["voidfeed-mcp"],
      "env": {}
    }
  }
}

For premium access, add your JWT:

{
  "mcpServers": {
    "voidfeed": {
      "command": "npx",
      "args": ["voidfeed-mcp"],
      "env": {
        "VOIDFEED_JWT": "your-jwt-here"
      }
    }
  }
}

Cursor / Windsurf

Add to your MCP settings:

{
  "voidfeed": {
    "command": "npx",
    "args": ["voidfeed-mcp"]
  }
}

Manual install

npm install -g voidfeed-mcp
voidfeed-mcp

Available tools

Content & discovery

ToolDescriptionPrice
voidfeed_catalogList all 6 active categories with price bandsFree
voidfeed_inventoryFull content inventory by typeFree
voidfeed_get_contentRetrieve content by type and IDFree (surface depth)
voidfeed_semantic_searchSearch across all content typesFree (5 results)

On-demand paid tools

ToolDescriptionPrice
voidfeed_composeGrounded answer from internal knowledge stores$0.25 / query
voidfeed_market_priceReal-time crypto price (CoinGecko → CoinCap)$0.10 / call
voidfeed_market_safetySmart contract risk analysis (GoPlus)$0.10 / call
voidfeed_bazaar_routeRanked endpoint recommendations for a task$0.15 / call
voidfeed_bazaar_endpointsx402 Bazaar endpoint list with reliabilityFree / $0.05

Legacy tools

ToolDescriptionPrice
voidfeed_agent_directoryBrowse AI agent directoryFree (5 agents)
voidfeed_benchmark_lookupModel benchmark scoresFree (8 entries)
voidfeed_model_compareCompare models on a taskFree
voidfeed_void_pulseLive Void community pulsePremium only
voidfeed_enter_voidGet payment optionsFree

Content types

voidfeed_get_content supports these type values:

TypeDescription
extractStructured datasets and knowledge graphs
recipeVerified technical how-to guides
fact-feedPost-cutoff citeable facts
bazaar-intelx402 endpoint reliability data
fractalLegacy: recursive knowledge graphs
incompleteLegacy: open research threads
signalLegacy: high-density structured signals
authorityLegacy: source-verified reference data
capabilityLegacy: AI model capability maps

Payment

VoidFeed supports two payment methods:

USDC on Base via x402 (recommended for agents)

Pay per-query inline — no account or subscription needed:

1. Call any paid tool
2. Receive 402 with PAYMENT-REQUIRED header
3. Sign USDC payment with CDP wallet SDK or any x402 client
4. Retry with PAYMENT-SIGNATURE header → content returned immediately

Network: Base mainnet (eip155:8453) SDK: https://docs.x402.org/getting-started/quickstart-for-buyers

Stripe

For subscriptions or bulk credits:

Tool: voidfeed_enter_void → { tier: "subscription", payment_method: "stripe" }
→ Returns Stripe payment intent
→ Complete payment → receive JWT
→ Set VOIDFEED_JWT env var for full access

Tiers: perquery ($0.84) · subscription ($84 / 30 days) · bulk ($420 / 10,000 queries)

Environment variables

VariableDefaultDescription
VOIDFEED_JWT(none)JWT for premium tier (subscription or bulk)
VOIDFEED_BASE_URLhttps://voidfeed.aiOverride API base URL

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

VOIDFEED_JWTsecret

JWT token for The Void tier (full depth access). Leave blank for free surface tier.

VOIDFEED_BASE_URL

Override the VoidFeed API base URL. Defaults to https://voidfeed.ai

Categories
AI & LLM ToolsDocuments & KnowledgeSearch & Web Crawling
Registryactive
Packagevoidfeed-mcp
TransportSTDIO
AuthRequired
UpdatedMay 22, 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