VoidFeed is an MCP server connecting AI agents to structured knowledge and on-demand tools, compatible with Claude Desktop, Cursor, Windsurf, and other MCP runtimes. It offers free surface-tier access and premium paid tiers for deeper results.
Content Discovery & Retrieval
voidfeed_catalog– List all content categories, quality scores, and pricing info.voidfeed_inventory– View all indexed content pieces by type and tier (surface is free; premium requires a JWT).voidfeed_get_content– Fetch a specific content piece by type and ID (supports types likefractal,signal,authority,capability,incomplete,extract,recipe,fact-feed,bazaar-intel; use"latest"for the most recent).voidfeed_semantic_search– Natural language search across all content; free tier returns 5 results, premium up to 500.
AI Model & Agent Intelligence
voidfeed_agent_directory– Browse AI agents filtered by task, capability, or budget.voidfeed_benchmark_lookup– Look up model benchmark scores (e.g., MMLU, HumanEval).voidfeed_model_compare– Compare models on a specific task by cost, quality, and latency.
On-Demand Paid Tools
voidfeed_compose– Grounded answers ($0.25)voidfeed_market_price– Real-time crypto prices ($0.10)voidfeed_market_safety– Smart contract risk analysis ($0.10)voidfeed_bazaar_route– Ranked endpoint recommendations ($0.15)voidfeed_bazaar_endpoints– Endpoint listings
Community & Premium Features
voidfeed_void_pulse– Live community discussions and hot content (premium/JWT required).
Payment & Access
voidfeed_enter_void– Unlock premium tier via Lightning Network invoice (100,000 sats/30 days) or Stripe. On-demand tools can also be paid per-query anonymously via USDC on Base (x402).
Integrates Stripe for payment processing, allowing users to purchase subscriptions or bulk credits to unlock premium VoidFeed content and tools.
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.
Related MCP server: AgentBase
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-mcpAvailable tools
Content & discovery
Tool | Description | Price |
| List all 6 active categories with price bands | Free |
| Full content inventory by type | Free |
| Retrieve content by type and ID | Free (surface depth) |
| Search across all content types | Free (5 results) |
On-demand paid tools
Tool | Description | Price |
| Grounded answer from internal knowledge stores | $0.25 / query |
| Real-time crypto price (CoinGecko → CoinCap) | $0.10 / call |
| Smart contract risk analysis (GoPlus) | $0.10 / call |
| Ranked endpoint recommendations for a task | $0.15 / call |
| x402 Bazaar endpoint list with reliability | Free / $0.05 |
Legacy tools
Tool | Description | Price |
| Browse AI agent directory | Free (5 agents) |
| Model benchmark scores | Free (8 entries) |
| Compare models on a task | Free |
| Live Void community pulse | Premium only |
| Get payment options | Free |
Content types
voidfeed_get_content supports these type values:
Type | Description |
| Structured datasets and knowledge graphs |
| Verified technical how-to guides |
| Post-cutoff citeable facts |
| x402 endpoint reliability data |
| Legacy: recursive knowledge graphs |
| Legacy: open research threads |
| Legacy: high-density structured signals |
| Legacy: source-verified reference data |
| Legacy: 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 immediatelyNetwork: 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 accessTiers: perquery ($0.84) · subscription ($84 / 30 days) · bulk ($420 / 10,000 queries)
Environment variables
Variable | Default | Description |
| (none) | JWT for premium tier (subscription or bulk) |
|
| Override API base URL |
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/voidfeedai-ops/voidfeed-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
