MCP Hub
Back to servers

mcp-stock-chart

Validated

An MCP server that generates financial stock charts and technical analysis images.

npm152/wk
Stars
1
Tools
1
Updated
Mar 11, 2026
Validated
Mar 31, 2026
Validation Details

Duration: 4.8s

Server: stock-chart-server v1.0.0

Quick Install

npx -y mcp-stock-chart

MCP Stock Chart Server

A Model Context Protocol (MCP) server that provides AI agents (like OpenClaw, Claude Desktop, Cursor) with the ability to generate beautiful stock and crypto technical analysis charts.

Capabilities

  • generate_stock_chart: Generates a technical analysis candlestick chart for a given ticker (e.g., MSFT, AAPL).

Usage with OpenClaw

You can easily use this tool with OpenClaw or any other MCP-compatible client.

If you have installed this package globally via npm:

npx -y mcp-stock-chart

You can add it to your OpenClaw or AI Agent's MCP configuration JSON:

{
  "mcpServers": {
    "stock-chart": {
      "command": "npx",
      "args": ["-y", "mcp-stock-chart"]
    }
  }
}

Example

Reviews

No reviews yet

Sign in to write a review