Server data from the Official MCP Registry
Connect any MCP client to MetaTrader 4/5 to read prices, manage positions, and place trades.
Connect any MCP client to MetaTrader 4/5 to read prices, manage positions, and place trades.
Remote endpoints: streamable-http: https://mcp.mtcontext.com/mcp/v1
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-mtcontext-mtcontext": {
"url": "https://mcp.mtcontext.com/mcp/v1"
}
}
}From the project's GitHub README.
Connect Claude, Cursor, or any MCP-compatible client to a MetaTrader 4 or 5 terminal — no Python, no local server to run.
MTContext is a cloud-hosted, remote MCP server. There's nothing to clone,
build, or pip install from this repo — this repo exists to document the
connection and point at the real thing. (This is intentional: the server
implementation itself is closed-source, cloud infrastructure, not something
you run yourself.)
.ex5 for MT5, .ex4 for MT4 — MT4 support
coming soon) onto a chart in your MetaTrader terminal.dry_run: true until you confirm.MTContext exposes a single remote Streamable HTTP MCP endpoint per account:
{
"mcpServers": {
"mtcontext": {
"type": "http",
"url": "https://mcp.mtcontext.com/mcp/v1",
"headers": {
"Authorization": "Bearer YOUR_LICENSE_KEY"
}
}
}
}
Get your real YOUR_LICENSE_KEY from your dashboard
after connecting a terminal — see examples/claude_desktop_config.example.json.
Full tool reference: docs.mtcontext.com. Setup guides and troubleshooting: help.mtcontext.com.
Several open-source MetaTrader MCP servers exist and require installing Python and running a local process yourself, usually MT5-only, with no safety layer beyond what you build. MTContext trades that developer-only setup for a one-file install, MT4 and MT5, and a dry-run-by-default safety model — aimed at traders, not just developers who happen to trade.
The contents of this repository (documentation and examples) are MIT licensed — see LICENSE. This does not cover the MTContext service itself, which is proprietary.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.