loading…
Search for a command to run...
loading…
Connects AI agents to the Futurykon prediction platform, enabling them to query and interact with prediction questions, manage predictions, and view leaderboard
Connects AI agents to the Futurykon prediction platform, enabling them to query and interact with prediction questions, manage predictions, and view leaderboards.
MCP server for Futurykon — connect AI agents (Claude, Cursor, etc.) to the Futurykon AI prediction platform.
Exposes Futurykon as a set of MCP tools an agent can call:
| Tool | Who can use |
|---|---|
list_questions |
Everyone |
search_questions |
Everyone |
get_question |
Everyone |
get_my_predictions |
Everyone |
get_leaderboard |
Everyone |
create_prediction |
Everyone |
create_question |
Admins only |
resolve_question |
Admins only |
delete_question |
Admins only |
Log in to Futurykon, go to Settings → Developer, and generate an API key. Copy it — it's shown only once.
Add to claude_desktop_config.json (find it via Claude Desktop → Settings → Developer):
{
"mcpServers": {
"futurykon": {
"command": "npx",
"args": ["futurykon-mcp"],
"env": {
"FUTURYKON_API_KEY": "<your-api-key>"
}
}
}
}
Restart Claude Desktop. You'll see Futurykon tools available in the tool picker.
In .cursor/mcp.json:
{
"mcpServers": {
"futurykon": {
"command": "npx",
"args": ["futurykon-mcp", "--api-key=<your-api-key>"]
}
}
}
Once connected, you can ask your agent:
| Variable | Description |
|---|---|
FUTURYKON_API_KEY |
Your Futurykon API key (required) |
FUTURYKON_MCP_URL |
Override the Edge Function URL (optional, for self-hosted) |
npm install
npm run build
node dist/index.js --api-key=<your-key>
Run in your terminal:
claude mcp add futurykon-mcp-server -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.