MCP Server · 31 Tools

Trade with AI

31 MCP tools that let Claude, Cursor, or any MCP-compatible AI assistant manage your portfolio, backtest strategies, deploy bots, and execute trades across 15+ exchanges.

Quick Setup

Three ways to connect. Pick what fits your workflow.

Remote URL

Hosted server. No install needed.

{
  "mcpServers": {
    "tradestaq": {
      "url": "https://mcp.tradestaq.com/mcp"
    }
  }
}

npx (Local)

Run locally via stdio transport.

{
  "mcpServers": {
    "tradestaq": {
      "command": "npx",
      "args": [
        "-y", "tradestaq-mcp"
      ]
    }
  }
}

Clone & Build

Full source. Customize anything.

git clone github.com/the-staq/\
  tradestaq-mcp
cd tradestaq-mcp
npm install && npm run build

31 Trading Tools

Every tool your AI assistant needs to trade crypto.

Authentication

6 tools

Market Data

4 tools

Portfolio

2 tools

Strategies

6 tools

Backtesting

2 tools

Bot Management

5 tools

Trade History

2 tools

Copy Trading

2 tools

AI Advisor

2 tools

See It in Action

Ask your AI assistant anything about your trades.

YouShow me my portfolio
TradeStaq
{
  "totalBalance": "$12,450.32",
  "positions": 3,
  "activeBots": 2,
  "24hChange": "+$342.18 (+2.8%)"
}
YouBacktest GhostRider on BTC/USDT for the last 30 days
TradeStaq
{
  "strategy": "GhostRider",
  "totalReturn": "+14.2%",
  "winRate": "68%",
  "maxDrawdown": "-4.1%",
  "trades": 23,
  "sharpeRatio": 2.1
}
YouDeploy Momentum Rider on Bybit with $500
TradeStaq
{
  "status": "deployed",
  "botId": "bot_7x9k2m",
  "strategy": "Momentum Rider",
  "exchange": "bybit",
  "symbol": "BTC/USDT",
  "amount": "$500"
}
YouWho are the top traders this month?
TradeStaq
{
  "leaderboard": [
    { "alias": "CryptoKing", "return": "+32.1%", "winRate": "74%" },
    { "alias": "AlphaBot", "return": "+28.7%", "winRate": "71%" },
    { "alias": "DeFiWhale", "return": "+24.3%", "winRate": "69%" }
  ]
}

Supported Exchanges

Trade on any of these exchanges through your AI assistant.

Ready to Trade with AI?

Full setup guide, authentication walkthrough, and tool reference in the docs.