MCP Server · Live

eWire MCP Server

Every eWire press release is a first-class, citable MCP resource. Connect Claude, ChatGPT, Perplexity, LangChain, or any MCP-compatible agent to the live press release feed in under 5 minutes.

endpoint https://ewire.com/mcp
manifest /mcp/manifest
protocol MCP 2025-03-26

Registry submissions

Anthropic MCP Registry

○ pending

Claude Desktop

○ pending

ChatGPT Enterprise

○ pending

Perplexity Pro

○ pending

LangChain Tools

○ pending

LlamaIndex

○ pending

Cursor / Cline

○ pending

awesome-mcp-servers

○ pending

Auth tiers

TierRate limitDailyHow to get
Anonymous60 req/min1k req/dayNo key needed — IP-limited
Free API key600 req/min100k req/day/mcp/apikey (email verify)
Pro API key10k req/minUnlimitedGrowth+ plan or $99/mo standalone
EnterpriseSLAUnlimitedContact sales

Available tools

search_releasesanonymous

Free-text + structured search across all releases

get_releaseanonymous

Fetch a single release by id or slug

get_companyanonymous

Fetch company aggregate by slug

list_recentanonymous

N most recent releases, optionally filtered

subscribe_feedapi_key

Subscribe to filtered live SSE feed

cite_releaseanonymous

Structured citation block (APA / AP / MLA / inline)

verify_claimapi_key

Ground a claim string in a specific release

Integration examples

Claude Desktop
json
// claude_desktop_config.json
{
  "mcpServers": {
    "ewire": {
      "url": "https://ewire.com/mcp",
      "apiKey": "ew_pro_YOUR_KEY_HERE"
    }
  }
}
LangChain / Python
python
// LangChain / Python
from langchain_mcp import MCPToolkit

toolkit = MCPToolkit(
    url="https://ewire.com/mcp",
    api_key=os.environ["EWIRE_API_KEY"]
)
tools = toolkit.get_tools()

# Tools available:
# search_releases(query, limit, minRelevance)
# get_release(id_or_slug)
# get_company(slug)
# list_recent(n, category, vertical, geo)
# cite_release(release_id, format)  # APA | AP | MLA | inline
# verify_claim(claim, release_id)
search_releases tool call
json
// Tool call: search_releases
{
  "tool": "search_releases",
  "input": {
    "query": "AI infrastructure Series A this month",
    "limit": 20,
    "minRelevance": 0.6
  }
}

// Response (per result):
{
  "release": { /* full NewsArticle JSON-LD */ },
  "relevance": 0.91,
  "citation": "Acme AI raises $12M Series A led by Sequoia (eWire, 2026-06-22)",
  "url": "https://ewire.com/releases/acme-ai-series-a-2026-06-22"
}
Perplexity Pro
text
// Perplexity Pro — add as custom source
// 1. Go to Perplexity Settings → Custom Sources
// 2. Add: https://ewire.com/mcp/manifest
// Type: MCP Server
// Now Perplexity will cite eWire releases in answers.

Release schema (JSON-LD)

Every release is a fully structured schema.org/NewsArticle with eWire-specific extensions. Embed directly as LLM context — no parsing required.

Get API access

Free API keys for indie developers. Pro keys bundled with Growth + Agency plans ($199/mo+). Or $99/mo standalone for agents-only access.