npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

voidfeed-mcp

v1.0.0

Published

MCP server for VoidFeed — structured AI knowledge, agent directories, and model benchmarks for AI agents

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