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 — real-time news for AI agents.
Every model has a knowledge cutoff. Your agent is blind to the present. The Bot Wire ingests 40 curated sources (CNBC, WSJ, FT, CoinDesk, The Block, Fed, SEC, BBC, TechCrunch…) every 5 minutes and answers "what just happened about X?" in milliseconds.
$0.005 per call via x402 micropayments — USDC on Base
No API keys. No signup. No subscription. The wallet is the account
Free preview tier included (try before paying)
Quick start (Claude Code / Claude Desktop)
Add to ~/.claude/settings.json (Claude Code) or claude_desktop_config.json
(Claude Desktop):
{
"mcpServers": {
"botwire": {
"command": "npx",
"args": ["-y", "botwire-mcp"],
"env": {
"BOTWIRE_WALLET_PRIVATE_KEY": "0x<agent-wallet-private-key>"
}
}
}
}Fund the wallet with a few dollars of USDC on Base mainnet — $1 ≈ 200 news queries. No key? The free tools still work.
⚠️ Use a dedicated agent wallet with small amounts — never your main wallet's key.
Related MCP server: Online News MCP Server
Tools
Tool | Cost | What it does |
| $0.005 | Ranked real-time news search — |
| $0.005 | Latest headlines by category |
| free | Top-3 teaser results |
| free | Service health & freshness |
Categories: markets · crypto · tech · world · business · energy
Example
Ask your agent: "What happened with fed rates in the last 2 hours?" — it calls
search_news(query: "fed rates", since: "2h"), pays half a cent automatically,
and answers from headlines published minutes ago.
How payment works
The API returns HTTP 402 Payment Required with an x402 offer. This package
signs a USDC transfer authorization with your wallet key (locally — the key
never leaves your machine), retries the request, and gets the data. Settlement
happens on Base; typical end-to-end latency ~2s on first paid call.
Direct API (no MCP)
curl "https://thebotwire.com/news/preview?q=bitcoin" # free
curl "https://thebotwire.com/news?q=bitcoin&since=2h" # 402 → pay via x402MIT © The Bot Wire
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
- Flicense-qualityDmaintenanceProvides 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.Last updated
- Alicense-qualityDmaintenanceEnables access to news-related tools through a standardized interface, allowing models to query real-time news and perform content analysis.Last updated391Apache 2.0
- 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.Last updated4MIT
- AlicenseAqualityBmaintenanceProvides 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.Last updated242881MIT
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.
Verified, sourced, real-time intelligence layer for AI agents.
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