Configure MCP
Add to your project’s.cursor/mcp.json:
Verify
Open Cursor’s AI chat and ask:rekko.list_markets and display the results.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Add Rekko MCP tools to Cursor IDE.
.cursor/mcp.json:
{
"mcpServers": {
"rekko": {
"command": "uvx",
"args": ["rekko-mcp"],
"env": {
"REKKO_API_KEY": "rk_free_your_key_here"
}
}
}
}
What prediction markets are available on Kalshi right now?
rekko.list_markets and display the results.
| Variable | Required | Description |
|---|---|---|
REKKO_API_KEY | Yes | Your Rekko API key |
REKKO_API_URL | No | Custom base URL (default: https://api.rekko.ai) |