Stock Market MCP Server
by MCP-100
A TypeScript-based MCP server for fetching stock market data. It provides real-time stock market information and company financial data through the Alpha Vantage API.
Last updated: N/A
What is Stock Market MCP Server?
This is an MCP server that provides access to stock market data using the Alpha Vantage API. It allows users to retrieve real-time stock prices, market reports, company financial statements, and company overview information.
How to use Stock Market MCP Server?
To use this server, you need to add its configuration to your Claude Desktop configuration file (claude_desktop_config.json). The configuration specifies the command to execute the server's entry point (build/index.js). You also need a valid Alpha Vantage API key.
Key features of Stock Market MCP Server
get_ticker_price: Retrieves real-time stock prices.
get_market_report: Generates a US market overview.
get_financial_statement: Provides company financial statements (income, balance, cashflow).
get_company_overview: Returns key metrics and basic information about a company.
Use cases of Stock Market MCP Server
Generating US market reports/briefings.
Generating financial statements for companies.
Getting ticker prices for companies.
Analyzing company performance and market trends.
FAQ from Stock Market MCP Server
What API key do I need?
What API key do I need?
You need an Alpha Vantage API key.
How do I install the dependencies?
How do I install the dependencies?
Run npm install
in the server directory.
How do I build the project?
How do I build the project?
Run npm run build
.
How do I run the server in development mode?
How do I run the server in development mode?
Run npm run watch
.
How do I debug the server?
How do I debug the server?
Use the MCP Inspector tool by running npm run inspector
.