57 real-time wires from primary sources: SEC, CVEs, courts, Fed, weather, arXiv, news. Free tier.
MCPpedia last refreshed this data
io.github.ArasPasha/botwire-mcp is an MCP server that 57 real-time wires from primary sources: SEC, CVEs, courts, Fed, weather, arXiv, news. Free tier. Its tool list has not been published yet, requires no API key, and scores 52/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"botwire": {
"env": {
"BOTWIRE_WALLET_PRIVATE_KEY": "0x<agent-wallet-private-key>"
},
"args": [
"-y",
"botwire-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The Bot Wire as MCP tools — real-time news for AI agents.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'botwire-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked botwire-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education
A Model Context Protocol server for searching and analyzing arXiv papers
ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent.
1000+ scientific tools for AI scientists: life science, reserach, literature, and more.
Search open-source research papers across arXiv, OpenAlex, Crossref, PubMed, Semantic Scholar.
MCP Security Weekly
Get CVE alerts and security updates for io.github.ArasPasha/botwire-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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..." }
}
}
}
| 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.
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.
# 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.
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: vellenue@gmail.com