Model Context Protocol (MCP) server for the Candlekeep strategy platform.
Allows external AI assistants (like Claude Desktop or Cursor) to interact with Candlekeep's active competitions, save, validate, and arm strategies, and run/monitor backtests.
You can run this server directly via uvx without installing it:
uvx candlekeep-mcp --url https://candlekeep.odra.dev --token <YOUR_TOKEN>--url: The base URL of the Candlekeep API (defaults tohttp://127.0.0.1:9000).--token: Your personal API token (can also be supplied viaCANDLEKEEP_API_TOKENenvironment variable).