Quant Dashboard for Traders, MCP for Agents.
Hosted MCP
A Streamable-HTTP Model Context Protocol server at orakll.com/api/mcp. Wire-up is one JSON snippet — no clone, no build, no local Node process.
Paste this into your agent’s MCP config — ~/.claude/mcp.json, Cursor, ChatGPT, or OpenAI Agents all accept a URL plus headers:
{
"mcpServers": {
"orakll": {
"url": "https://orakll.com/api/mcp",
"headers": { "Authorization": "Bearer ppc_pat_…" }
}
}
}Accept: text/event-stream header) returns a small JSON banner, so you can paste-and-check the URL before wiring it up.Seventeen read-only tools, each gated behind your premium PAT. The markets and resolution tools populate structuredContent — your agent gets typed data to trade on, not just prose.
category filters accept the nine desks: politics, crypto, economics, science, sports, finance, weather, mentions, other.structuredContent, parse that instead of the text block — it carries the same reading as typed fields. See Data shapes.