Read-only MCP server that gives AI agents read-only access to your live MyLinedChart desktop chart context — symbol, candles, drawings, indicators, and IBKR connection status. Local, private, read-only; requires the MyLinedChart desktop app. Docs: https://mylinedchart.com/mcp
Overview
MyLinedChart Chart Context is a read-only MCP server that lets AI agents read your live MyLinedChart desktop chart context — current symbol and timeframe, candles (OHLCV), drawings, indicator configs, and IBKR connection status.
It runs locally alongside the MyLinedChart desktop app and exposes five read-only tools: get_chart_context, get_candles, get_drawings, get_indicators, and get_provider_status. No trading, no mutations, no account credentials — read-only by design.
Install: npx -y @mylinedchart/mcp-chart-context Docs: https://mylinedchart.com/mcp
Server Config
{
"mcpServers": {
"mylinedchart": {
"command": "npx",
"args": [
"-y",
"@mylinedchart/mcp-chart-context"
]
}
}
}