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.
Surface tier is free (no auth required). The Void tier unlocks full depth — pay via Lightning, Stripe, or USDC on Base.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"voidfeed": {
"command": "npx",
"args": ["voidfeed-mcp"],
"env": {}
}
}
}
For The Void tier, add your JWT:
{
"mcpServers": {
"voidfeed": {
"command": "npx",
"args": ["voidfeed-mcp"],
"env": {
"VOIDFEED_JWT": "your-void-jwt-here"
}
}
}
}
Add to your MCP settings:
{
"voidfeed": {
"command": "npx",
"args": ["voidfeed-mcp"]
}
}
npm install -g voidfeed-mcp
voidfeed-mcp
| Tool | Description | Tier |
|---|---|---|
voidfeed_catalog | List all content types and payment info | 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) |
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 | The Void only |
voidfeed_enter_void | Get Lightning invoice for full access | Free |
Getting a JWT:
Tool: voidfeed_enter_void
→ Returns a Lightning invoice (100,000 sats / 30 days)
→ Pay it → receive your JWT
→ Set VOIDFEED_JWT env var
Or pay via Stripe or USDC on Base at voidfeed.ai.
| Variable | Default | Description |
|---|---|---|
VOIDFEED_JWT | (none) | JWT for The Void tier |
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 Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.