Stock Market Server MCP Server

stock

Local serverstdioTypeScript

What is the Stock Market Server MCP server?

Stock Market Server MCP server exists for a simple reason — assistants are far more useful when they can act on Stock Market Server directly instead of describing what you should do. stock.

What you get

一个基于 TypeScript 的 MCP 服务器,用于获取股票市场数据。该服务器通过 Alpha Vantage API 提供实时股票市场信息和公司财务数据。

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

What the assistant can call

Once Stock Market Server is connected, these are the calls the assistant has available:

  • get_ticker_price — 获取股票实时价格
  • get_market_report — 获取美国市场报告
  • get_financial_statement — 获取公司财务报表
  • get_company_overview — 获取公司概览信息
  • TypeScript — Node.js
  • MacOS — 配置文件路径:~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows — The Windows tool exposed by this server

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the stock market server mcp server does with a few real requests.

Choosing this one

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Stock Market Server's toolset — get_ticker_price, get_market_report, get_financial_statement and 4 more — is a fair guide to whether it matches your workflow. It is maintained by MCP-100; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
get_ticker_price获取股票实时价格
get_market_report获取美国市场报告
get_financial_statement获取公司财务报表
get_company_overview获取公司概览信息
TypeScriptNode.js
MacOS配置文件路径:~/Library/Application Support/Claude/claude_desktop_config.json
WindowsThe Windows tool exposed by this server.

Example prompts to try

  • Use Stock Market Server to get ticker price.
  • Use Stock Market Server to get market report.
  • Use Stock Market Server to get financial statement.

Frequently asked questions

It connects Stock Market Server to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (get_ticker_price, get_market_report, get_financial_statement, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Stock Market Server directly.