Loading MCP server directory, please wait...
MCP server exposing the Backtest360 engine API as tools for AI agents.
npx @getmcp/cli add com.backtest360/backtest360Requires Python 3.10+. Community-contributed server. Review source before installing.
BACKTEST360_API_KEYBacktest360 engine API key, sent to the engine as X-API-Key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.backtest360/backtest360": {
"command": "uvx",
"args": [
"backtest360-mcp"
],
"env": {
"BACKTEST360_API_KEY": ""
}
}
}
}