Back to Browse

Botwire MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

40 real-time data wires for AI agents: SEC, courts, Fed, FDA, CVEs. Pay-per-call, no API key.

About

40 real-time data wires for AI agents: SEC, courts, Fed, FDA, CVEs. Pay-per-call, no API key.

Remote endpoints: streamable-http: https://thebotwire.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

4 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Optional. Private key of a funded Base wallet holding USDC. Without it the server still runs and every wire returns its free preview tier; with it, paid routes settle automatically over x402.Required

Environment variable: BOTWIRE_WALLET_PRIVATE_KEY

Optional. Overrides the API base URL. Defaults to https://thebotwire.comOptional

Environment variable: BOTWIRE_BASE_URL

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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.

Tools

ToolCostWhat it does
search_news$0.005Ranked real-time news search — query, since (30m/2h/24h/3d), category, limit
get_headlines$0.005Latest headlines by category
preview_newsfreeTop-3 teaser results
botwire_statusfreeService 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 x402

MIT © The Bot Wire

Reviews

No reviews yet

Be the first to review this server!