{
  "markdown": "# @mylinedchart/mcp-chart-context\n\nRead-only MCP server giving AI agents read-only access to your live [MyLinedChart](https://mylinedchart.com) desktop chart and workspace context. Requires the MyLinedChart desktop app. Full docs: [mylinedchart.com/mcp](https://mylinedchart.com/mcp)\n\n## Tools\n\n| Tool | Purpose |\n|------|---------|\n| `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. |\n| `get_candles` | Returns the most-recent OHLCV candle bars for the current chart. Fields: timestamp (epoch ms), open, high, low, close, volume. Read-only. |\n| `get_drawings` | Returns all drawings and price levels for the current chart symbol: trend lines, horizontal levels, note labels, and other overlays. Read-only. |\n| `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. |\n| `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. |\n\n## Privacy & safety\n\n- **Read-only.** No mutations, no order entry, no trading.\n- **Local.** The server runs on your machine alongside the desktop app. Nothing leaves your machine.\n- **Redacted.** Account IDs, credentials, bridge URLs, and session tokens are stripped before any context is returned.\n\n## Install\n\n```bash\nnpm install -g @mylinedchart/mcp-chart-context\n```\n\nNode 18 or later required.\n\n## Usage\n\nAdd to your AI agent's MCP config (`claude_desktop_config.json` or `~/.claude/settings.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"mylinedchart\": {\n      \"command\": \"mlc-mcp\"\n    }\n  }\n}\n```\n\nThen:\n\n1. Download and open the MyLinedChart desktop app ([mylinedchart.com/resources/downloads](https://mylinedchart.com/resources/downloads)).\n2. Enable the MCP server in-app (Settings → MCP).\n3. Load a chart. Your AI agent can now call the five read-only tools above.\n\n### Override the context file path\n\n```bash\nMLC_CONTEXT_FILE=/custom/path/agent-context.json mlc-mcp\n```\n\n## Links\n\n- Product: [mylinedchart.com](https://mylinedchart.com)\n- MCP docs: [mylinedchart.com/mcp](https://mylinedchart.com/mcp)\n- Downloads: [mylinedchart.com/resources/downloads](https://mylinedchart.com/resources/downloads)\n",
  "bytes": 2541,
  "sha": "e712e033a63d5752bdc0ba2dd4b5ca275c6973913216d43d2e6a712c6f663ea6",
  "repo_slug": "none298-dotcom/mylinedchart-mcp-chart-context",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_mylinedchart_chart_context_a19ba517/readme"
}