WICK FUNDED MCP server
Connect your own AI to a funded challenge — in one click.
WICK FUNDED has a native one-click MCP server. Connect Claude, ChatGPT or Cursor to your simulated funded account at https://wickfunded.com/api/mcp with a one-click OAuth flow — no API key to paste. Your AI can then read your account and place, close or modify trades.
Connect in one click (Claude Desktop / claude.ai)
- 1. Open Settings → Connectors → Add custom connector.
- 2. Paste only this URL — leave Client ID / Secret blank:
https://wickfunded.com/api/mcp- 3. Click Connect → you're sent to WICK, you log in and approve the scope (
readorread + execute). - 4. Done. Ask your AI: "Check my WICK account and tell me my risk on the open EURUSD trade."
Connect via CLI / Cursor (API key)
claude mcp add wick --transport http https://wickfunded.com/api/mcp \
--header "Authorization: Bearer wk_live_xxxxxxxxxxxx"
# or in an mcp config file:
{ "mcpServers": { "wick": {
"url": "https://wickfunded.com/api/mcp",
"headers": { "Authorization": "Bearer wk_live_xxxxxxxxxxxx" } } } }Create a key at Dashboard → Developer. Prefer raw HTTP? See the REST API & OpenAPI spec.
Tools your AI gets
wick_account— balance, equity, drawdown, phasewick_positions·wick_pending— open & pending orderswick_journal— trade history + AI-coach noteswick_consistency— consistency-rule status & profit-to-complywick_symbols·wick_candles— markets & OHLC
wick_trade_open— market order with SL / TPwick_trade_close— full or partialwick_trade_modify— SL / TP / triggerwick_trade_pending·wick_trade_cancel
FAQ
Does WICK FUNDED have an MCP server?
Yes. WICK FUNDED has a native one-click Model Context Protocol (MCP) server. You connect it at https://wickfunded.com/api/mcp with a one-click OAuth flow — paste the URL into Claude, ChatGPT or Cursor, log in, approve the scope, and your AI can read your simulated funded account and place, close or modify trades.
Which AI clients can connect to WICK FUNDED?
Any MCP-compatible client. The one-click OAuth flow works in Claude Desktop and claude.ai (Settings → Connectors → Add custom connector). Claude Code CLI, Cursor and custom scripts connect with a Bearer API key. The same eleven tools (account, positions, journal, candles, trade open/close/modify/cancel) are exposed either way.
Do I need to paste an API key for the one-click connection?
No. For Claude Desktop / claude.ai you paste only the URL https://wickfunded.com/api/mcp and leave the OAuth Client ID and Secret fields blank — registration is automatic. You log in to WICK and approve the scope (read, or read + execute). API keys are only needed for the CLI / scripting path.
Is the MCP connection safe — can it lose my money?
All trading on WICK FUNDED is simulated; no real funds are exposed to markets and you can never lose more than your one-time challenge fee. The MCP scope is yours to choose: grant read-only to let your AI analyse the account, or read + execute to let it trade. Group signal-mirroring across accounts you do not own and pure-HFT patterns are not allowed (see Terms §8).