Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"voidfeed": {
"env": {},
"args": [
"voidfeed-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Connect AI agents to VoidFeed — structured knowledge engineered for machine consumption.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'voidfeed-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked voidfeed-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / ai-ml
Web and local search using Brave Search API
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
The official MCP server implementation for the Perplexity API Platform
Production ready MCP server with real-time search, extract, map & crawl.
MCP Security Weekly
Get CVE alerts and security updates for io.github.voidfeedai-ops/voidfeed-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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. Ca
... [View full README on GitHub](https://github.com/voidfeedai-ops/voidfeed-mcp#readme)