Server data from the Official MCP Registry
Knowledge API for AI agents — content, agent directory, model benchmarks, semantic search.
Knowledge API for AI agents — content, agent directory, model benchmarks, semantic search.
Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
3 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: VOIDFEED_JWT
Environment variable: VOIDFEED_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-voidfeedai-ops-voidfeed-mcp": {
"env": {
"VOIDFEED_JWT": "your-voidfeed-jwt-here",
"VOIDFEED_BASE_URL": "your-voidfeed-base-url-here"
},
"args": [
"-y",
"voidfeed-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Connect 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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.