MCP.so
登录

Stock Market MCP Server

@MCP-Mirror

关于 Stock Market MCP Server

Mirror of

基本信息

分类

金融与商务

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Stock Market MCP Server?

Stock Market MCP Server is a TypeScript‑based MCP server that provides real‑time stock market data and company financial information through the Alpha Vantage API. It is built for developers and Claude Desktop users who need instant access to market reports, financial statements, and ticker prices.

How to use Stock Market MCP Server?

Install dependencies with npm install, then build the project with npm run build. Add the server’s built index.js path to your Claude Desktop configuration under mcpServers. You must obtain a valid Alpha Vantage API key and set it in the server’s environment or code.

Key features of Stock Market MCP Server

  • get_ticker_price – Fetches the latest stock price and timestamp.
  • get_market_report – Returns an overview of U.S. market conditions.
  • get_financial_statement – Retrieves income, balance sheet, or cash flow statements.
  • get_company_overview – Provides key company metrics and basic info.
  • All responses are delivered as JSON.

Use cases of Stock Market MCP Server

  • Query a stock’s real‑time price during a conversation.
  • Generate a quick U.S. market briefing for daily analysis.
  • Obtain a company’s financial statement (income, balance, or cash flow).
  • Look up a company’s overview and fundamental indicators.

FAQ from Stock Market MCP Server

What data sources does Stock Market MCP Server use?

It uses the Alpha Vantage API to retrieve stock prices, market reports, and financial statements. No other data sources are integrated.

What are the runtime dependencies?

The server requires Node.js, TypeScript, the Alpha Vantage API key, and the MCP SDK (@modelcontextprotocol/sdk). It communicates over stdio.

Where is the data stored?

Data is not stored locally. All responses are returned as JSON in real time from the Alpha Vantage API.

Are there any usage limits?

Yes, Alpha Vantage imposes API call frequency limits. Users should respect those limits to avoid errors.

How is authentication handled?

The server expects an Alpha Vantage API key. Transport is via stdio; no additional authentication is required for the MCP connection itself.

评论

金融与商务 分类下的更多 MCP 服务器