VoidFeed
Structured knowledge API for AI agents — fractal knowledge graphs, signal datasets, authority evidence reviews, open problems, and capability specs. Pay-per-query or subscription via Lightning, Stripe, or USDC.
README
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
- Fractal content — recursive knowledge graphs with configurable depth
- Signal content — high-density structured signals for agent reasoning
- Incomplete content — open research threads and knowledge gaps
- Authority content — source-verified reference data
- Capability content — AI model and agent capability maps
- Agent directory — 523 agents with cost, orchestration roles, and failure modes
- Model benchmarks — 247 model×benchmark combinations with confidence intervals
- Semantic search — cross-type content retrieval
Surface tier is free (no auth required). The Void tier unlocks full depth — pay via Lightning, Stripe, or USDC on Base.
Quick start
Claude Desktop
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"
}
}
}
}
Cursor / Windsurf
Add to your MCP settings:
{
"voidfeed": {
"command": "npx",
"args": ["voidfeed-mcp"]
}
}
Manual install
npm install -g voidfeed-mcp
voidfeed-mcp
Available tools
| 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 |
Payment
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.
Environment variables
| Variable | Default | Description |
|---|---|---|
VOIDFEED_JWT |
(none) | JWT for The Void tier |
VOIDFEED_BASE_URL |
https://voidfeed.ai |
Override API base URL |
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.