Connect your AI to a funded account
Claude · ChatGPT · Cursor · one-click MCP or API key
WICK FUNDED is built so you can connect your own AI to your account. The fastest way is the one-click MCP connection: paste https://wickfunded.com/api/mcp into Claude, ChatGPT or Cursor, approve the scope via OAuth, and your AI can read your simulated account and trade it.
Option A — one-click MCP (Claude / ChatGPT)
- 1. Open your AI client's connector settings (Claude: Settings → Connectors → Add custom connector).
- 2. Paste the URL
https://wickfunded.com/api/mcpand leave Client ID / Secret blank. - 3. Click Connect, log in to WICK, and approve
readorread + execute. - 4. Ask: "What's my drawdown and risk on the open EURUSD trade?"
Option B — API key (Cursor / CLI / scripts)
claude mcp add wick --transport http https://wickfunded.com/api/mcp \
--header "Authorization: Bearer wk_live_xxxxxxxxxxxx"Create the key at Dashboard → Developer. For raw HTTP, the REST API ships an OpenAPI 3.1 spec at /api/v1/openapi.
FAQ
How do I connect Claude to a funded trading account?
In Claude Desktop or claude.ai, open Settings → Connectors → Add custom connector, paste https://wickfunded.com/api/mcp (leave Client ID/Secret blank), click Connect, log in to WICK and approve the scope. Claude can then read your simulated WICK account and place, close or modify trades.
How do I connect ChatGPT or Cursor instead?
ChatGPT connectors use the same MCP URL (https://wickfunded.com/api/mcp) with OAuth. Cursor and the Claude Code CLI use a Bearer API key: create a wk_live_ key at Dashboard → Developer and add the MCP server with an Authorization header. Both expose the same eleven trading tools.
Can the AI place real trades with my money?
No real money is ever at risk — WICK accounts are simulated and you can never lose more than your one-time challenge fee. If you grant the execute scope, the AI can open, close and modify trades on your simulated account; grant read-only to limit it to analysis.