
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
botwire-mcp
Advanced tools
The Bot Wire as MCP tools: 301 real-time data wires for AI agents (Claude Code, Claude Desktop, Codex CLI). Primary sources, not a crawler index: SEC EDGAR, the Federal Reserve, BLS/BEA economic data, federal courts, Congress, the White House, DOJ, FDA, W
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.
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.
| 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
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.
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.
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
FAQs
The Bot Wire as MCP tools: 301 real-time data wires for AI agents (Claude Code, Claude Desktop, Codex CLI). Primary sources, not a crawler index: SEC EDGAR, the Federal Reserve, BLS/BEA economic data, federal courts, Congress, the White House, DOJ, FDA, W
We found that botwire-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.