MCP-100_stock-market-server
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 →mcp-server
by financial-datasets
This is a Model Context Protocol (MCP) server that provides access to stock market data from Financial Datasets.
evm-mcp-server
by mcpdotdirect
A comprehensive Model Context Protocol (MCP) server that provides blockchain services across multiple EVM-compatible networks.
razorpay-mcp-server
by razorpay
The Razorpay MCP Server is a Model Context Protocol server that integrates with Razorpay APIs for advanced payment processing.
mcp-cn-a-stock
by elsejj
This is an MCP (Model Content Protocol) service providing A-share data for large models.
investor-agent
by ferdousbhai
The investor-agent is a Model Context Protocol server designed to provide comprehensive financial insights and analysis to Large Language Models.
mcp-trader
by wshobson
A Model Context Protocol (MCP) server designed for stock traders, offering a suite of tools for technical analysis and trading.
bsc-mcp
by TermiX-official
BNBChain MCP is a tool server designed for interacting with the Binance Smart Chain, enabling token transfers, smart contract interactions, and more, tailored for developers and AI agents.