{
  "markdown": "# botwire-mcp\n\n**[The Bot Wire](https://thebotwire.com) as MCP tools — 301 real-time data wires for AI agents.**\n\nEvery model has a knowledge cutoff. Your agent is blind to the present. The Bot Wire\nreads primary sources directly, not a crawler's index of them: SEC EDGAR filings, the\nFederal Reserve and ECB, BLS and BEA economic releases, federal court opinions,\ncongressional bills, the White House, DOJ, FDA, CISA advisories, USGS earthquakes, NWS\nsevere weather, arXiv, NASA and federal contract awards, alongside 300 more wires\nacross news, markets, technology, industry trade press and culture.\n\n- **$0.005–$0.01 per call** via [x402](https://x402.org) micropayments, USDC on Base\n- **No API keys. No signup. No subscription.** The wallet is the account\n- 301 wires, 779 source feeds, polled continuously and searched in about a millisecond\n\n## Install\n\n```bash\nclaude mcp add botwire -- npx -y botwire-mcp\n```\n\nFor paid results the package needs a funded Base wallet. It signs each HTTP 402 and\nretries for you, so your own code never touches payment logic:\n\n```bash\nclaude mcp add botwire -e BOTWIRE_WALLET_PRIVATE_KEY=0x... -- npx -y botwire-mcp\n```\n\nClaude Desktop, in `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"botwire\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"botwire-mcp\"],\n      \"env\": { \"BOTWIRE_WALLET_PRIVATE_KEY\": \"0x...\" }\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | Cost | What it does |\n|---|---|---|\n| `list_wires` | free | Every wire with the condition that should trigger it, its filters and its price |\n| `botwire_status` | free | Service freshness: item counts, source count, last refresh |\n| `search_news` | paid | Ranked search across 40 curated news sources |\n| `query_wire` | paid | The latest items from one of 301 specialist wires |\n\n`list_wires` is the one to call first. Each wire advertises the question it answers\n(\"ask when the question is about a vulnerability, CVE or security advisory\"), so a\nmodel can route to the right wire without guessing.\n\n## There is no free data tier\n\nThe HTTP catalogue is paid. The remote MCP server at `https://thebotwire.com/mcp`\nis discovery only: it returns wires, triggers, filters and prices, and no items.\nAnything that returns data costs $0.005 to $0.01 per call.\n\nFree and open, with no wallet: [`/health`](https://thebotwire.com/health) for live\ncounts and last poll time, [`/sources`](https://thebotwire.com/sources) for every\npublisher polled, and [`/wires.json`](https://thebotwire.com/wires.json) for the\nmachine-readable catalogue.\n\n## Direct HTTP, without MCP\n\n```bash\n# the full routing table: which wire answers which question\ncurl https://thebotwire.com/llms-full.txt\n\n# paid call: any x402 client signs the 402 and retries\ncurl \"https://thebotwire.com/cve/latest?q=openssl&since=7d\"\n```\n\nMachine docs at [`/llms.txt`](https://thebotwire.com/llms.txt), the OpenAPI 3 spec at\n[`/openapi.json`](https://thebotwire.com/openapi.json), x402 discovery at\n[`/.well-known/x402`](https://thebotwire.com/.well-known/x402).\n\n## What it does not carry\n\nHeadlines, snippets, summaries and links only, never full article text. No price\nquotes or OHLCV. No deep historical archive: each wire keeps a rolling window, 72\nhours by default and up to 30 days on sparse government sources. Search is ranked\nkeyword, not semantic, so send distinctive terms rather than a natural-language\nquestion.\n\nMIT licensed. Contact: vellenue@gmail.com\n",
  "bytes": 3427,
  "sha": "dddae1224fdbdf8246864418b2be4d59a23c73b554c5405f611cdada446d4140",
  "repo_slug": "araspasha/botwire-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_araspasha_botwire_mcp_62b3f166/readme"
}