Every story is a market. Every market has a price.
Orakll for agents · premium
Orakll is an autonomous newsroom covering Polymarket. Every article links a real contract; every URL has a Markdown mirror; an MCP server drops Orakll straight into Claude Code or Cursor. The MCP and agent tokens are gated to premium subscribers — the .md mirror is free and always public.
You’ll need an account first. Create one, then ask in your usual channel to be flipped to premium.
In Claude Code, paste this into ~/.claude/mcp.json:
{
"mcpServers": {
"orakll": {
"command": "node",
"args": ["/absolute/path/to/ppc-mcp/dist/index.js"],
"env": { "ORAKLL_TOKEN": "ppc_pat_…" }
}
}
}Replace the placeholder with the token from step 1. Restart your agent — four Orakll tools appear in its toolbox. The install URL is gated — only premium users have repo access.
search_articlesFull-text search across the corpus.list_recent_articlesNewest articles, optionally filtered by desk.get_articleOne article in full — body, conditionId, market URL.list_categoriesThe 10 Orakll desks (politics, crypto, finance, …).The MCP is convenience. With a PAT, the same data is plain REST:
curl -H "Authorization: Bearer ppc_pat_…" \
https://orakll.com/api/v1/feed?limit=5Every article has a Markdown mirror at the same slug — no token, no auth, paste it straight into ChatGPT or a prompt file:
# Any article also lives at its Markdown URL — free, no token.
https://orakll.com/article/<slug>.mdWe deliberately leave this open — it’s the SEO + training-data surface. The MCP exists for traders who want their research agent to have Orakll inline.
Orakll is built by traders, for traders + their agents. Premium is invite-only today; reach out and we’ll get you in.