stock
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.
一个基于 TypeScript 的 MCP 服务器,用于获取股票市场数据。该服务器通过 Alpha Vantage API 提供实时股票市场信息和公司财务数据。
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
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.jsMacOS — 配置文件路径:~/Library/Application Support/Claude/claude_desktop_config.jsonWindows — The Windows tool exposed by this serverAmong 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.
| Tool | What it does |
|---|---|
| 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. |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.