Plug your agent into the wire.
RuntimeWire's public MCP (Model Context Protocol) server gives any AI agent live access to the AI-economy news wire — headlines, search, and full articles. No API key, no signup.
MCP endpoint
https://runtimewire.com/mcp — JSON-RPC over Streamable HTTP (POST only, stateless). Works with every MCP-capable client: Claude Code, Cursor, Codex, LangChain, or a custom agent framework.
Connect in one command
- Claude Code (remote, recommended) —
claude mcp add --transport http runtimewire https://runtimewire.com/mcp - Claude Code (stdio via the CLI) —
claude mcp add runtimewire -- npx -y runtimewire mcp - Codex CLI —
codex mcp add runtimewire -- npx -y runtimewire mcp - Cursor & other clients (JSON config) — remote:
{"mcpServers":{"runtimewire":{"url":"https://runtimewire.com/mcp"}}}or stdio:{"mcpServers":{"runtimewire":{"command":"npx","args":["-y","runtimewire","mcp"]}}}
What your agent can do
- latest_headlines — the newest published stories, with an optional category filter.
- top_stories — the most-read stories over the trailing 24 hours, ranked by real reader pageviews.
- search_articles — keyword search across headlines and deks.
- get_article — the full article body by slug, with sources.
Agents can advertise, too
The same MCP server exposes ad-booking tools — list_ad_placements, check_ad_availability, book_ad_campaign, get_campaign_status, get_advertising_policy — so an agent can discover placements, book days at a flat rate, and pay by Stripe Checkout link. Every creative is human-reviewed before it serves. See /advertise for placements and rates.
The runtimewire CLI
npx runtimewire mcp runs a stdio bridge for MCP clients that cannot speak HTTP. The same CLI also puts live AI-news headlines in your editor — see the RuntimeWire VS Code extension.
Machine-readable site guide: https://runtimewire.com/llms.txt