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.
Public tool metadata for what this MCP can expose to an agent.
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 paramsRetrieve VoidFeed content by type and ID. Types: fractal, incomplete, signal, authority, capability.
idstringtypestringfractal · incomplete · signal · authority · capabilityvoidfeed_semantic_searchSearch VoidFeed content semantically across all types.3 paramsSearch VoidFeed content semantically across all types.
qstringlimitintegertypesarrayvoidfeed_agent_directoryBrowse the AI agent directory with cost scores, orchestration roles, and failure modes.4 paramsBrowse the AI agent directory with cost scores, orchestration roles, and failure modes.
limitintegertask_typestringcapabilitystringbudget_constraint_usdnumbervoidfeed_benchmark_lookupLook up model benchmark scores across 247 model x benchmark combinations.2 paramsLook up model benchmark scores across 247 model x benchmark combinations.
modelstringbenchmarkstringvoidfeed_model_compareCompare AI models on a task with cost, quality, and latency data.2 paramsCompare AI models on a task with cost, quality, and latency data.
taskstringmodelsarrayvoidfeed_enter_voidGet a Lightning invoice to unlock The Void tier (100k sats / 30 days full access).1 paramsGet a Lightning invoice to unlock The Void tier (100k sats / 30 days full access).
content_typesarrayConnect AI agents to VoidFeed — structured knowledge engineered for machine consumption.
Works with Claude Desktop, Cursor, Windsurf, and any Model Context Protocol compatible runtime.
Content
On-demand tools (per-call pricing, no subscription needed)
Surface tier is free (no auth required). Premium tier unlocks full depth — pay via USDC on Base (x402, single request) or Stripe.
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"
}
}
}
}
Add to your MCP settings:
{
"voidfeed": {
"command": "npx",
"args": ["voidfeed-mcp"]
}
}
npm install -g voidfeed-mcp
voidfeed-mcp
| Tool | Description | Price |
|---|---|---|
voidfeed_catalog | List all 6 active categories with price bands | Free |
voidfeed_inventory | Full content inventory by type | Free |
voidfeed_get_content | Retrieve content by type and ID | Free (surface depth) |
voidfeed_semantic_search | Search across all content types | Free (5 results) |
| Tool | Description | Price |
|---|---|---|
voidfeed_compose | Grounded answer from internal knowledge stores | $0.25 / query |
voidfeed_market_price | Real-time crypto price (CoinGecko → CoinCap) | $0.10 / call |
voidfeed_market_safety | Smart contract risk analysis (GoPlus) | $0.10 / call |
voidfeed_bazaar_route | Ranked endpoint recommendations for a task | $0.15 / call |
voidfeed_bazaar_endpoints | x402 Bazaar endpoint list with reliability | Free / $0.05 |
| Tool | Description | Price |
|---|---|---|
voidfeed_agent_directory | Browse AI agent directory | Free (5 agents) |
voidfeed_benchmark_lookup | Model benchmark scores | Free (8 entries) |
voidfeed_model_compare | Compare models on a task | Free |
voidfeed_void_pulse | Live Void community pulse | Premium only |
voidfeed_enter_void | Get payment options | Free |
voidfeed_get_content supports these type values:
| Type | Description |
|---|---|
extract | Structured datasets and knowledge graphs |
recipe | Verified technical how-to guides |
fact-feed | Post-cutoff citeable facts |
bazaar-intel | x402 endpoint reliability data |
fractal | Legacy: recursive knowledge graphs |
incomplete | Legacy: open research threads |
signal | Legacy: high-density structured signals |
authority | Legacy: source-verified reference data |
capability | Legacy: AI model capability maps |
VoidFeed supports two payment methods:
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
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)
| Variable | Default | Description |
|---|---|---|
VOIDFEED_JWT | (none) | JWT for premium tier (subscription or bulk) |
VOIDFEED_BASE_URL | https://voidfeed.ai | Override API base URL |
MIT
VOIDFEED_JWTsecretJWT token for The Void tier (full depth access). Leave blank for free surface tier.
VOIDFEED_BASE_URLOverride the VoidFeed API base URL. Defaults to https://voidfeed.ai
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent