For the complete documentation index, see llms.txt. This page is also available as Markdown.

🤖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.

The MCP server is reachable at https://ai.metacopier.io/p/{projectId}/mcp. You add it to your AI application yourself, see connect.

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

Building block
Count
Purpose

Tools

134

Everything the assistant can read or change, grouped into toolsets

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.

Mode
Best for

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.

Where to go next

🔌Connect your AI assistant🔑Authentication🎛️Endpoints and toolsets🧰Tool reference📈Trading with AI🛡️Security and limits⛑️Troubleshooting

Last updated