botwire-mcp

botwire-mcp

Enables AI agents to search and retrieve real-time news from 40 curated sources with micropayment-based access (USDC on Base). Provides both paid (search, headlines) and free (preview, status) tools for up-to-date information.

Category
Visit Server

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

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

MIT © The Bot Wire

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured