Data Collection
thebotwire.com
Aggregates and searches news articles from specialized wires for current events and niche topics.
ENDPOINT 1
https://thebotwire.com/mcp
MCP server metadata
- Name
- botwire
- Version
- 1.0.0
Wiring the internet's primary sources for AI agents. 40 wires supply data newer than any model's training cutoff. CALL THESE TOOLS WHEN: the user asks what just happened, what is happening now or today, or anything after your training cutoff. CHOOSING: use query_wire with the wire that owns the domain (call list_wires to see every wire and its trigger); use search_news only for general or cross-domain questions. QUERY STYLE: ranked KEYWORD search, not semantic. Send distinctive terms ("Powell inflation"), not a natural-language question. If a wire returns nothing, widen "since" before concluding nothing happened. DOES NOT CARRY: Headlines, snippets, summaries and links only — NOT full article text. No price quotes, OHLCV, or ticker data. The markets wire carries news ABOUT markets, not quotes. No deep historical archive. Each wire keeps a rolling window (72h default, up to 30 days on sparse government and science sources). Government coverage is US-centric, plus the European Commission and UK. Not every country. English-language sources. Ranked keyword search, not semantic or vector search. Prefer distinctive terms over natural-language questions. TIER: this remote server returns the FREE preview (top 3, no summaries) and needs no wallet. For full ranked results with summaries, pay per call via x402 at https://thebotwire.com, or install the local package botwire-mcp with a funded Base wallet.
Known tools 4
search_newsAsk when the question is general, cross-domain, or 'what is happening today'.
Inferred read-onlylist_wiresShow every wire with the condition that should trigger it, plus filters and prices.
Inferred read-onlybotwire_statusCheck how fresh The Bot Wire's data is right now: item counts, source count, last refresh.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.botwire]
url = "https://thebotwire.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"botwire": {
"type": "http",
"url": "https://thebotwire.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: botwire
Remote MCP URL: https://thebotwire.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"botwire": {
"url": "https://thebotwire.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"botwire": {
"type": "http",
"url": "https://thebotwire.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "botwire",
"transport": "streamable-http",
"url": "https://thebotwire.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for thebotwire.com was fetched 2026-08-03T14:51:12.914Z.
thebotwire.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.