Skip to content

MCP Server

The Opelyx MCP server provides 14 financial data tools accessible via the Model Context Protocol. Connect Claude Desktop, Cursor, Zed, or any MCP-compatible client.

SEC EDGAR (5 tools)

Search filings, get company financials (XBRL), look up CIK numbers, and track insider trades.

Prediction Markets (5 tools)

Query Polymarket, Kalshi, and Manifold markets. Compare probabilities across sources.

Government Spending (3 tools)

DOGE contract cuts, grant terminations, and aggregate savings summaries.

PropertyValue
Endpointhttps://mcp.opelyx.com/mcp
ProtocolMCP over SSE (Server-Sent Events)
AuthBearer token (op_ API key or OAuth 2.1)
Rate LimitsFree: 100/day, Pro: 10,000/day, Enterprise: 100,000/day

Use the findata_status tool (no parameters) to verify your connection:

{
"tools_available": 14,
"data_sources": ["SEC EDGAR", "Polymarket", "Kalshi", "Manifold", "DOGE"],
"version": "1.0.0"
}