MCP server for CPZAI — AI agent access to quantitative trading strategies, backtests, multi-broker order routing (Alpaca / IBKR / FIX), portfolios, and risk analytics.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cpzai-mcp-server": {
"command": "npx",
"args": [
"-y",
"CPZ-Lab/cpzai-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cpzai-mcp-server npx -y CPZ-Lab/cpzai-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cpzai-mcp-server": {
"command": "npx",
"args": [
"-y",
"CPZ-Lab/cpzai-mcp-server"
]
}
}
}
📋 Copy