← Back to Plugins
MCP Server MCP

MTContext

github By github 👁 1 views ▲ 0 votes

Connect any MCP client to MetaTrader 4/5 to read prices, manage positions, and place trades.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.mtcontext.com/mcp/v1",
      "headers": [
        {
          "description": "Bearer token — your MTContext license key",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...