← WebMCP Directory

stockpilot-indol-chi.vercel.app

stockpilot-indol-chi.vercel.app

demo Unverified (seed import) Finance & Crypto 37 tools imperative implementation

A WebMCP-powered trading terminal where humans and AI agents research markets, analyze SEC filings, and trade together — on real data.

First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com

Answer 16 · Act 18 · Transact 3 · Score: Not yet scored

Tool inspector

compare_chart_canvas

act imperative

All-in-one comparison chart and technical canvas controller. Configures chart style ('candles', 'bars', 'line', 'area', 'compare', 'split'), active stock symbols, focused stock, timeframe range ('1M', '3M', '6M', '1Y', '5Y'), indicators (SMA, EMA, Bollinger Bands, Volume, RSI, MACD), and canvas drawings (lines, rectangles, text, measure, chart patterns). Can also execute comprehensive multi-company AI analysis with reported financials, recommendation trends, and auto-drawn pattern detection.

Page: /

Input schema

PropertyTypeRequiredDescription
chartStyle string no Chart display style: 'compare' & 'split' display multi-stocks simultaneously. 'candles', 'bars', 'line', 'area' display the focused single-stock with indicators and canvas overlays.
symbols array no List of company symbols to benchmark (e.g. ['AAPL', 'MSFT', 'TSLA']).
focusSymbol string no Stock symbol to focus on for single-stock styles, indicators, and canvas annotations (e.g. 'AAPL').
range string no Historical timeframe period: '1M', '3M', '6M', '1Y', or '5Y'.
normalized boolean no In 'compare' mode: true = indexed return (base 100), false = actual dollar price.
indicators object no Technical indicators to enable/disable (applies to focused single-stock style).
drawings array no Array of drawing annotations to plot onto the chart overlay canvas.
clearDrawings boolean no If true, clears existing drawings before applying new ones.
runAiAnalysis boolean no If true, runs complete AI multi-company comparative analysis (growth matrix, news catalysts, recommendation trends, reported financials, and pattern detection).
autoDrawPatterns boolean no If true, automatically detects technical patterns on the focused stock and plots them on the canvas.
Raw JSON schema
{
  "type": "object",
  "properties": {
    "chartStyle": {
      "type": "string",
      "enum": [
        "candles",
        "bars",
        "line",
        "area",
        "compare",
        "split"
      ],
      "description": "Chart display style: 'compare' & 'split' display multi-stocks simultaneously. 'candles', 'bars', 'line', 'area' display the focused single-stock with indicators and canvas overlays."
    },
    "symbols": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of company symbols to benchmark (e.g. ['AAPL', 'MSFT', 'TSLA'])."
    },
    "focusSymbol": {
      "type": "string",
      "description": "Stock symbol to focus on for single-stock styles, indicators, and canvas annotations (e.g. 'AAPL')."
    },
    "range": {
      "type": "string",
      "enum": [
        "1M",
        "3M",
        "6M",
        "1Y",
        "5Y"
      ],
      "description": "Historical timeframe period: '1M', '3M', '6M', '1Y', or '5Y'."
    },
    "normalized": {
      "type": "boolean",
      "description": "In 'compare' mode: true = indexed return (base 100), false = actual dollar price."
    },
    "indicators": {
      "type": "object",
      "properties": {
        "sma": {
          "type": "boolean",
          "description": "SMA (20) moving average"
        },
        "ema": {
          "type": "boolean",
          "description": "EMA (50) exponential moving average"
        },
        "bollinger": {
          "type": "boolean",
          "description": "Bollinger Bands overlay"
        },
        "volume": {
          "type": "boolean",
          "description": "Volume histogram"
        },
        "rsi": {
          "type": "boolean",
          "description": "RSI (14) momentum oscillator"
        },
        "macd": {
          "type": "boolean",
          "description": "MACD trend/momentum indicator"
        }
      },
      "description": "Technical indicators to enable/disable (applies to focused single-stock style)."
    },
    "drawings": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "tool": {
            "type": "string",
            "enum": [
              "trendline",
              "ray",
              "horizontal",
              "channel",
              "rectangle",
              "text",
              "measure",
              "abcd",
              "xabcd",
              "cypher",
              "headshoulders",
              "triangle",
              "threedrives"
            ],
            "description": "Drawing shape: line (trendline, ray, horizontal, channel), rectangle, text label, measure target, or chart pattern."
          },
          "points": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "time": {
                  "type": "string",
                  "description": "Date in YYYY-MM-DD format"
                },
                "price": {
                  "type": "number",
                  "description": "Price coordinate in USD"
                }
              },
              "required": [
                "time",
                "price"
              ]
            },
            "description": "Array of coordinate points { time, price } for this drawing."
          },
          "color": {
            "type": "string",
            "description": "Hex color code (e.g. '#38bdf8')"
          },
          "text": {
            "type": "string",
            "description": "Text label or annotation callout"
          }
        },
        "required": [
          "tool",
          "points"
        ]
      },
      "description": "Array of drawing annotations to plot onto the chart overlay canvas."
    },
    "clearDrawings": {
      "type": "boolean",
      "description": "If true, clears existing drawings before applying new ones."
    },
    "runAiAnalysis": {
      "type": "boolean",
      "description": "If true, runs complete AI multi-company comparative analysis (growth matrix, news catalysts, recommendation trends, reported financials, and pattern detection)."
    },
    "autoDrawPatterns": {
      "type": "boolean",
      "description": "If true, automatically detects technical patterns on the focused stock and plots them on the canvas."
    }
  }
}

Similar websites

famabook.com

famabook.com

famabook

live Unverified Finance & Crypto Transact tools
25 tools A1 / Act19 / T5 Not yet scored Seen 2026-09-14
navigate_to_page create_sales_contract export_sales_contract_docx create_sales_quotation create_sales_order
Inspect tools
ultravioletadao.xyz

ultravioletadao.xyz

Join UltraVioleta DAO - Latin America at the cutting edge of web4. Building the agentic economy through x402, ERC-8004, decentralized governance, and collaborat…

live Unverified Finance & Crypto
19 tools A12 / Act7 / T0 Not yet scored Seen 2026-09-14
apply_dao_membership get_facilitator_networks get_dao_info search_stream_memory list_stream_summaries
Inspect tools
qotien.fr

qotien.fr

Simulateur impôt 2026

live Unverified Finance & Crypto
18 tools A0 / Act18 / T0 Not yet scored Seen 2026-09-14
fiscal_impot_revenu fiscal_tmi fiscal_cehr fiscal_prelevements_sociaux fiscal_surtaxe_pv_immobiliere
Inspect tools
coinranking.com

coinranking.com

Track live Bitcoin price with Coinranking's Pro Chart. Use advanced drawing tools and technical analysis on this interactive BTC price chart.

live Unverified Finance & Crypto
17 tools A6 / Act11 / T0 Not yet scored Seen 2026-09-14
coinranking_prochart_get_view coinranking_prochart_get_stats coinranking_prochart_get_series coinranking_prochart_get_viewport coinranking_prochart_list_drawings
Inspect tools

Related on Influzer