MCP Server
MCP
MTContext
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
By
Comments
Sign in to leave a comment