CPZAI

Created By
CPZa month ago
CPZAI MCP server. Build, backtest, and deploy quantitative trading strategies from your AI agent. 29 tools: list_strategies, get_strategy, create_strategy, update_strategy, get_backtest_results, list_orders, place_order, list_positions, sync_portfolio, plus dev-time tools. Multi-broker (Alpaca, Interactive Brokers, FIX gateway). Paper-only by default; live trading requires explicit per-strategy promotion. Free to try at ai.cpz-lab.com.
Overview

What it does

CPZAI MCP gives any AI agent (Claude, Cursor, GPT, custom) read/write access to a quantitative trading platform. Build strategies in natural language, run backtests, manage portfolios, route orders to Alpaca / Interactive Brokers / FIX, and compute risk — all from your agent.

Why it's safe

  • Paper-only by default. Live trading on a strategy requires explicit per-strategy promotion in the platform, not from the agent.
  • Per-request API key validation. Every tool call re-validates your X-CPZ-Key against the platform. No long-lived sessions.
  • User-scoped data. Every tool only sees data owned by the authenticated key.
  • Open source. The full server code is at github.com/CPZ-Lab/cpzai-mcp-server (MIT). Audit before you connect.

18 tools

Strategieslist_strategies, get_strategy, create_strategy, update_strategy Backtestsget_backtest_results Tradinglist_orders, place_order, list_positions, sync_portfolio, list_accounts Market dataget_market_data Riskcompute_risk, list_risk_snapshots Executionexecute_strategy Webhookslist_webhooks, create_webhook, delete_webhook Userget_profile

Get started

  1. Create an API key at ai.cpz-lab.com/settings/api-keys
  2. Paste the server config above into your MCP client
  3. Ask your agent: "List my strategies and run a 1-year backtest on the top 3"

Free to try at ai.cpz-lab.com.

Server Config

{
  "mcpServers": {
    "cpzai": {
      "url": "https://mcp.cpz-lab.com/mcp",
      "headers": {
        "X-CPZ-Key": "YOUR_KEY",
        "X-CPZ-Secret": "YOUR_SECRET"
      }
    }
  }
}
Project Info
Created At
a month ago
Updated At
a month ago
Author Name
CPZ
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Fixmypdf

2 days ago
Myrsu
@VidhiJav

17 hours ago