🤖AI Assistant
MetaCopier ships an MCP server. It lets an AI assistant such as ChatGPT, Claude, Cursor or any other MCP capable client work directly on your MetaCopier project: read your accounts, explain why a copier is not firing, adjust settings, and, if you allow it, place and close trades.
MCP stands for Model Context Protocol, the open standard that AI applications use to talk to external systems. You do not need to write any code. You connect once, and from then on you simply ask questions in plain language.
What you can do with it
Understand your setup. "Which of my accounts are disconnected, and since when?"
Diagnose problems. "Account X did not copy the last EURUSD trade, why not?"
Change configuration. "Set the risk per trade on all copiers of strategy Y to 1 percent."
Review performance. "Give me a weekly review of this project with the worst performing symbols."
Trade. "Buy 0.1 lots of ETHUSD on my cTrader account with a 50 point stop loss."
Search the documentation. The assistant can look things up in these docs while it works.
What it is made of
Prompts
5
Ready made workflows such as weekly-review or risk-audit
Resources
1
metacopier://connection, a short description of what the current connection may do
Two ways to authenticate
MetaCopier is not listed in any connector directory, so you add the server yourself in both cases. What differs is how the connection proves who you are.
OAuth (sign in)
Hosts that speak OAuth, such as ChatGPT, Claude and Claude Code. You paste the URL once, sign in with your MetaCopier account, and approve the permissions. No secret is stored in the client.
API key
Clients that cannot do OAuth, or your own agent. You paste an API key into the client configuration.
Both modes are explained in detail on the authentication page. Setting up the connection is explained on the connect page.
An AI assistant is not a trading bot. It acts when you ask it to, it can misread an instruction, and it works on live money. Read security and limits before you grant write or trading permission.
Where to go next
🔌Connect your AI assistant🔑Authentication🎛️Endpoints and toolsets🧰Tool reference📈Trading with AI🛡️Security and limits⛑️TroubleshootingLast updated