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>
Выполни в терминале:
claude mcp add futurykon-mcp-server -- npx Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzНе уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai