Quant Dashboard for Traders, MCP for Agents.
Other transports
An in-process MCP server for environments behind strict egress. It runs the four newsroom tools locally; the markets and resolution families are hosted-MCP only.
npm install && npm run build to produce dist/index.js.{
"mcpServers": {
"orakll": {
"command": "node",
"args": ["/abs/path/ppc-mcp/dist/index.js"],
"env": {
"ORAKLL_TOKEN": "ppc_pat_…",
"ORAKLL_API_URL": "https://orakll.com/api"
}
}
}
}The same four newsroom tools documented under Newsroom tools — search_articles, list_recent_articles, get_article, and list_categories — running in-process over your token.