MODEL CONTEXT PROTOCOL (MCP)

Give your AI agent read-only access to your charts

MyLinedChart ships a read-only MCP server that exposes your live chart and workspace context to AI agents — Claude Code, Codex, Gemini, Perplexity — running on your own machine. Your AI sees what you see, and can't touch your account.

How it works — local and read-only

The MCP server runs locally with the desktop app. The app's native bridge writes your current chart context to a local file as you work; the server reads it and serves it to your agent. Nothing is hosted, nothing leaves your machine, and secrets — account IDs, credentials, bridge URLs — are redacted before any context leaves the process. Read-only: no mutations, no order entry, no trading.

The five tools

get_chart_context

Returns the current MyLinedChart chart and workspace summary: symbol, timeframe, range, provider, connection state, feed type, candle/drawing/indicator counts, diagnostics ID, and data freshness. Read-only.

get_candles

Returns the most-recent OHLCV candle bars for the current chart (up to 2,000): timestamp, open, high, low, close, volume. Read-only.

get_drawings

Returns all drawings and price levels for the current chart symbol: trend lines, horizontal levels, note labels, and other overlays. Read-only.

get_indicators

Returns the configured indicators for the current chart: name, calculation parameters, placement (main/lower), and visibility. Does not include series data. Read-only.

get_provider_status

Returns IBKR connector and market-data provider status: connection state, MarketDataStatus code, feed type (delayed/live), diagnostics ID, and last-updated. Never exposes account IDs, credentials, or bridge URLs. Read-only.

Boundaries

Read-only. No trading, no order entry, no financial advice. Your data stays local to your machine.