botwire-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@botwire-mcpsearch news about AI startups today"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpFor 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-mcpClaude Desktop, in claude_desktop_config.json:
{
"mcpServers": {
"botwire": {
"command": "npx",
"args": ["-y", "botwire-mcp"],
"env": { "BOTWIRE_WALLET_PRIVATE_KEY": "0x..." }
}
}
}Related MCP server: cryptopolitan-mcp
Tools
Tool | Cost | What it does |
| free | Every wire with the condition that should trigger it, its filters and its price |
| free | Service freshness: item counts, source count, last refresh |
| paid | Ranked search across 40 curated news sources |
| 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: vellenue@gmail.com
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides AI agents access to news aggregation from 80,000+ sources via the NewsAPI. Supports both authenticated access with API keys and pay-per-use via HTTP 402 protocol with blockchain payment verification.
- AlicenseBqualityFmaintenanceReal-time cryptocurrency news, analysis, and price predictions for AI agents. 5 tools to search 50,000+ articles across 12 categories, filter by 120+ asset tickers, and access content with built-in attribution. Free with attribution. SSE and Streamable HTTP transport.4MIT
- AlicenseAqualityCmaintenanceProvides AI agents with real-time AI ecosystem data (news, status, pricing, latency) and premium tools paid via USDC on Base, compatible with any MCP client.242561MIT
- AlicenseNot gradedqualityCmaintenanceEnables fetching top headlines and searching news archives from NewsAPI.org, allowing AI agents to access current and historical news data.MIT
Related MCP Connectors
Real-time curated crypto news for AI agents with sentiment, recaps, and search.
Real-time financial news for AI agents: search by ticker and source, with sentiment and entities.
Real-time corroborated news events + 5-year archive, for agents. Free tier, no key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ArasPasha/botwire-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server