QUOTEZ

PNX89/QUOTEZ
★ 0 stars Python Code/Dev Tools Updated today
MCP server exposing MetaTrader 5 market data to LLM agents as typed, read only tools. No order placement code exists in it
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "quotez": {
      "command": "uvx",
      "args": [
        "quotez"
      ]
    }
  }
}

Or install with pip: pip install quotez

README Excerpt

**Market data for agents. Read only by construction, not by configuration.** One file to start with: [`src/quotez/server.py`](src/quotez/server.py). Eight tools in a fixed registration order, and no write path anywhere in it to find. payload carrying its source and a synthetic flag](docs/demo.svg) Nothing above was typed by hand. The frame replays what the session actually printed, and this

Tools (20)

AccountBarSeriesOrderListPositionListQUOTEZ_LOG_LEVELQUOTEZ_MAX_BARSQUOTEZ_SOURCEQUOTEZ_SYMBOLSQuoteSymbolListSymbolSpeccopy_rates_from_poscopy_rates_rangeget_accountget_barsget_bars_rangeget_quotelist_orderslist_positionslist_symbols

Topics

llm-agentsmarket-datamcpmcp-servermetatrader5model-context-protocolmypypytestpythontyped-api