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

botwire-mcp

v0.7.1

Published

301 real-time data wires for AI agents. Paid per call via x402 (USDC on Base), no API key, no signup, and no free data tier. Primary sources, not a crawler index: SEC EDGAR, the Federal Reserve, BLS/BEA, federal courts, Congress, DOJ, FDA, CISA/CVEs, USGS

Readme

botwire-mcp

The Bot Wire as MCP tools — 301 real-time data wires for AI agents.

Every model has a knowledge cutoff. Your agent is blind to the present. The Bot Wire reads primary sources directly, not a crawler's index of them: SEC EDGAR filings, the Federal Reserve and ECB, BLS and BEA economic releases, federal court opinions, congressional bills, the White House, DOJ, FDA, CISA advisories, USGS earthquakes, NWS severe weather, arXiv, NASA and federal contract awards, alongside 300 more wires across news, markets, technology, industry trade press and culture.

  • $0.005–$0.01 per call via x402 micropayments, USDC on Base
  • No API keys. No signup. No subscription. The wallet is the account
  • 301 wires, 779 source feeds, polled continuously and searched in about a millisecond

Install

claude mcp add botwire -- npx -y botwire-mcp

For paid results the package needs a funded Base wallet. It signs each HTTP 402 and retries for you, so your own code never touches payment logic:

claude mcp add botwire -e BOTWIRE_WALLET_PRIVATE_KEY=0x... -- npx -y botwire-mcp

Claude Desktop, in claude_desktop_config.json:

{
  "mcpServers": {
    "botwire": {
      "command": "npx",
      "args": ["-y", "botwire-mcp"],
      "env": { "BOTWIRE_WALLET_PRIVATE_KEY": "0x..." }
    }
  }
}

Tools

| Tool | Cost | What it does | |---|---|---| | list_wires | free | Every wire with the condition that should trigger it, its filters and its price | | botwire_status | free | Service freshness: item counts, source count, last refresh | | search_news | paid | Ranked search across 40 curated news sources | | query_wire | paid | The latest items from one of 301 specialist wires |

list_wires is the one to call first. Each wire advertises the question it answers ("ask when the question is about a vulnerability, CVE or security advisory"), so a model can route to the right wire without guessing.

There is no free data tier

The HTTP catalogue is paid. The remote MCP server at https://thebotwire.com/mcp is discovery only: it returns wires, triggers, filters and prices, and no items. Anything that returns data costs $0.005 to $0.01 per call.

Free and open, with no wallet: /health for live counts and last poll time, /sources for every publisher polled, and /wires.json for the machine-readable catalogue.

Direct HTTP, without MCP

# the full routing table: which wire answers which question
curl https://thebotwire.com/llms-full.txt

# paid call: any x402 client signs the 402 and retries
curl "https://thebotwire.com/cve/latest?q=openssl&since=7d"

Machine docs at /llms.txt, the OpenAPI 3 spec at /openapi.json, x402 discovery at /.well-known/x402.

What it does not carry

Headlines, snippets, summaries and links only, never full article text. No price quotes or OHLCV. No deep historical archive: each wire keeps a rolling window, 72 hours by default and up to 30 days on sparse government sources. Search is ranked keyword, not semantic, so send distinctive terms rather than a natural-language question.

MIT licensed. Contact: [email protected]