MCP-100_stock-market-server

MCP-100_stock-market-server

3.3

A TypeScript-based MCP server for retrieving stock market data using the Alpha Vantage API.

The Stock Market MCP Server is a TypeScript-based server designed to provide real-time stock market information and company financial data through the Alpha Vantage API. It offers tools to generate US market reports, financial statements, and retrieve ticker prices for companies. The server is built to facilitate easy access to essential stock market data, making it a valuable resource for financial analysis and decision-making. It supports various financial reports and provides a comprehensive overview of company metrics.

Features

  • Real-time stock price retrieval
  • US market report generation
  • Company financial statement access
  • Company overview information

MCP Tools

  • {'get_ticker_price': 'Fetches real-time stock prices for a given ticker symbol.'}
  • {'get_market_report': 'Provides an overview of the US market status.'}
  • {'get_financial_statement': 'Retrieves financial statements for a company, including income, balance, and cashflow statements.'}
  • {'get_company_overview': 'Fetches key metrics and basic information about a company.'}

Usage with Different Platforms

MacOS


{
  "mcpServers": {
    "stock-market-server": {
      "command": "/path/to/stock-market-server/build/index.js"
    }
  }
}

Windows


{
  "mcpServers": {
    "stock-market-server": {
      "command": "/path/to/stock-market-server/build/index.js"
    }
  }
}

Related MCP Servers

View all finance servers →