{
  "markdown": "# MTContext MCP Quickstart\n\nConnect Claude, Cursor, or any [MCP](https://modelcontextprotocol.io)-compatible\nclient to a MetaTrader 4 or 5 terminal — no Python, no local server to run.\n\nMTContext is a **cloud-hosted, remote MCP server**. There's nothing to clone,\nbuild, or `pip install` from this repo — this repo exists to document the\nconnection and point at the real thing. (This is intentional: the server\nimplementation itself is closed-source, cloud infrastructure, not something\nyou run yourself.)\n\n## How it works\n\n1. [Sign up](https://mtcontext.com) (free tier: read-only market data, no card required).\n2. Drag one Expert Advisor file (`.ex5` for MT5, `.ex4` for MT4 — MT4 support\n   coming soon) onto a chart in your MetaTrader terminal.\n3. Copy your ready-made MCP config snippet from the dashboard and paste it\n   into your client's config.\n4. Ask your AI client, in plain English, for live prices, account state,\n   indicators, or — when you explicitly allow it — trades. Every\n   trade-affecting call defaults to `dry_run: true` until you confirm.\n\n## Connection\n\nMTContext exposes a single remote **Streamable HTTP** MCP endpoint per account:\n\n```json\n{\n  \"mcpServers\": {\n    \"mtcontext\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.mtcontext.com/mcp/v1\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_LICENSE_KEY\"\n      }\n    }\n  }\n}\n```\n\nGet your real `YOUR_LICENSE_KEY` from your [dashboard](https://mtcontext.com/dashboard)\nafter connecting a terminal — see [`examples/claude_desktop_config.example.json`](examples/claude_desktop_config.example.json).\n\n## What you can ask it\n\n- \"What's the current EURUSD bid and ask?\"\n- \"What's my account balance and open positions?\"\n- \"Run RSI and MACD on GBPUSD, H1.\"\n- \"Size a position on XAUUSD risking 1% of my equity with a 30-pip stop.\"\n- \"Place a dry-run buy on EURUSD, 0.1 lots, and show me what would happen.\"\n\nFull tool reference: [docs.mtcontext.com](https://docs.mtcontext.com).\nSetup guides and troubleshooting: [help.mtcontext.com](https://help.mtcontext.com/hc/knowledge-base/en).\n\n## Why not a self-hosted MCP server?\n\nSeveral open-source MetaTrader MCP servers exist and require installing\nPython and running a local process yourself, usually MT5-only, with no\nsafety layer beyond what you build. MTContext trades that developer-only\nsetup for a one-file install, MT4 *and* MT5, and a dry-run-by-default safety\nmodel — aimed at traders, not just developers who happen to trade.\n\n## Links\n\n- [mtcontext.com](https://mtcontext.com) — sign up\n- [docs.mtcontext.com](https://docs.mtcontext.com) — full documentation\n- [help.mtcontext.com](https://help.mtcontext.com/hc/knowledge-base/en) — Help Center\n- [Model Context Protocol](https://modelcontextprotocol.io)\n\n## License\n\nThe contents of this repository (documentation and examples) are MIT\nlicensed — see [LICENSE](LICENSE). This does not cover the MTContext service\nitself, which is proprietary.\n",
  "bytes": 2939,
  "sha": "dea1e16eb85a9980f7b30f88ecb772387bfe0db26b31bb86fd3aa9c7bdbf1561",
  "repo_slug": "mtcontext/mtcontext-quickstart",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_mtcontext_mtcontext_50899c4d/readme"
}