Tratto

Tratto

Lets AI draw technical analysis markup (support/resistance, trendlines, Fibonacci) directly onto Yahoo Finance's live chart via the ChartIQ engine, with 30 MCP tools and a built-in design system.

Category
访问服务器

README

<div align="center">

Tratto

The chart already has a drawing engine. Tratto hands your AI the pen.

npm TypeScript MCP Chrome MV3 local License: MIT

</div>

tratto · Italian for a stroke, a line drawn in one movement.

Tratto lets your AI draw technical-analysis markup (support and resistance, trendlines, Fibonacci) straight onto the Yahoo Finance chart you're already looking at. It isn't a screenshot, and it isn't a second chart bolted on top. It's the real chart on the page.

<div align="center">

1 bridge · 0 chart libraries · 50 MCP tools · 100% local

</div>


The trick

Open any Yahoo Finance chart, open DevTools, and run:

document.querySelector('.chartContainer').stx

That's a live charting engine, the same one rendering the page you're on, sitting there with its full public drawing API exposed. Tratto is the thin bridge that lets your coding agent pick up that pen:

  • It borrows what's already there. The chart, the OHLC data, and the drawing tools all ship with the page.
  • It owns nothing. No scraping, no bundled chart library, no cloud, no account.
  • The strokes are native. The AI's lines come out of the same engine that draws yours, so they look identical to hand-drawn markup.

What it feels like

You're staring at NVDA after earnings, wondering where support is. You ask your AI, and back come three paragraphs of prose. But you wanted a line on the chart.

you › mark the key support and resistance
  ai › ✎ drew 2 levels — support $172.30, resistance $195.80
you › draw the fib from the March low to the June high
  ai › ✎ Fibonacci retracement placed (0 → 100%)

<!-- Highest-impact upgrade: drop a demo GIF here, an agent prompt followed by the line appearing on a live chart. -->

Reach for Tratto when:

  • You already read charts on Yahoo Finance and already live in Claude Code or Codex. Tratto is the missing wire between them.
  • You want "where did this trend break?" answered as a drawn line, not a paragraph.
  • You want the AI to read your chart too. read_drawings sees your own hand-drawn markup, so it critiques your chart instead of a copy of it.

Quick start

Prerequisites: Node.js and Google Chrome.

1. Register the MCP server with your coding agent. npx fetches it, so there's nothing to install:

# Claude Code
claude mcp add tratto -- npx -y tratto-mcp-server

# Codex
codex mcp add tratto -- npx -y tratto-mcp-server

2. Install the Chrome extension (it bridges the server to the page):

git clone https://github.com/Taoo425/tratto && cd tratto
npm install && npm run build

Then in Chrome go to chrome://extensions, enable Developer mode, click Load unpacked, and select packages/extension/dist.

3. Draw. Open a chart (finance.yahoo.com/chart/NVDA, or the embedded /quote/NVDA/chart) and ask your agent in plain language.

The tools

50 MCP tools. The AI reads the chart, draws on it, styles what it draws, and manages what's there.

Tools On the chart
👁 Read get_chart_data · get_chart_summary · read_drawings · get_capabilities · list_indicators · get_corporate_events Live OHLC bars, existing drawings (including your own), engine capabilities, active studies, dividends and splits
✍️ Draw draw_support · draw_trendline · draw_ray · draw_line · draw_crossline · draw_arrow · draw_vertical · draw_channel · draw_rectangle · draw_ellipse · draw_callout · draw_raw Support and resistance, trendlines, rays, rectangles, ellipses, parallel channels, vertical markers, text callouts, plus a raw escape hatch to any tool the engine has
📐 Fibonacci draw_fib · draw_fib_arc · draw_fib_fan · draw_fib_projection · draw_fib_timezone The full Fib family: retracement, arcs, fan, projection, and time zones, with per-level selection and styling
🧮 Analytical draw_pitchfork · draw_gann_fan · draw_gartley · draw_speed_arc · draw_speed_line · draw_time_cycle · draw_measurement · draw_volume_profile · draw_quadrant_lines · draw_tirone_levels · draw_average_line · draw_regression_line Pitchforks, Gann fans, harmonic patterns, speed resistance, volume profile, regression and average lines with standard-deviation bands
🗂 Manage remove_drawing · undo_drawing · clear_drawings · list_saved_drawings · delete_saved_drawing Remove one, undo the last, clear all, and list or delete the drawings Tratto remembers
🎛 View open_chart · set_chart_style · set_periodicity · set_range · add_comparison · remove_comparison · toggle_corporate_events Jump to a symbol, switch candle, line, or bar, change timeframe and range, overlay comparison symbols, toggle event markers
📊 Indicators add_indicator · remove_indicator Add or remove studies (RSI, MACD, Bollinger Bands, moving averages) with per-line color, width, and parameters
🎨 Guide get_drawing_guide Tratto's built-in design system (palette, weights, budget) so the AI draws clean, readable markup instead of clutter

The design guide travels with the tools. An LLM doesn't know the chart engine's 30-plus drawing tools, or how to keep a chart readable, so Tratto ships its own design system inside the MCP server. Any MCP-speaking agent gets it with zero extra install, loaded once and progressively as needed to stay token-cheap.

How it works

Claude Code / Codex  ──MCP (stdio)──►  local MCP server  ──WebSocket──►  Chrome extension  ──►  .chartContainer.stx
   (your words)                        (127.0.0.1:8787)                  (on the page)             (charting engine)

Everything runs on your machine. A shared-token handshake over a 127.0.0.1-only socket keeps it that way.

Good to know

  • The page won't save AI-drawn lines, so they'd vanish on refresh. Tratto remembers them itself and redraws them when you come back, storing the semantics (price, date, text) and recomputing the anchors against the current data.
  • Front-end redesigns are our weather. The mount point is a standard one, but when it drifts, that's the number-one place to contribute: a selector fix or a fresh recipe keeps Tratto alive.
  • It only draws. No trading, no orders, no moving money, ever.

Design philosophy

Tratto is parasitic enhancement. Instead of rebuilding the chart, it drives the one already there: minimal code, maximally native, cleanest possible footprint. The chart, the data, and the pen were all sitting on the page. Tratto just taught your AI to reach them.

Disclaimer

Personal, non-commercial, educational tool. It uses the chart's own on-page drawing engine. It does not scrape, redistribute, or store market data, and it adds no trading capability. Because it depends on the page structure it runs against, a redesign may break it until the mount point is updated. Use of Yahoo Finance is subject to Yahoo's Terms of Service. Provided "as is", without warranty of any kind.

License

MIT © Taoo425 </content> </invoke>

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选