Overview
Stock Market MCP Server is a TypeScript-based server designed to fetch stock market data using the Alpha Vantage API, providing real-time stock market information and company financial data.
To use the Stock Market MCP Server, you need to configure it in your Claude Desktop application by adding the server configuration and ensuring you have a valid Alpha Vantage API key.
get_ticker_price: Fetches real-time stock prices by providing the stock ticker symbol. -get_market_report: Provides an overview of the overall market conditions. -get_financial_statement: Retrieves financial statements for companies, supporting income, balance, and cash flow statements. -get_company_overview: Returns key metrics and basic information about a company based on its stock ticker.
- Generating real-time stock price updates for users.
- Providing comprehensive market reports for investors.
- Retrieving detailed financial statements for company analysis.
- Offering company overviews for potential investors.
Add to your AI client
Use these steps to connect Stock Market MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"stock-market-server-mcp-100": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-stock-market-server-mcp-100"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"stock-market-server-mcp-100": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-stock-market-server-mcp-100"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"stock-market-server-mcp-100": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-stock-market-server-mcp-100"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"stock-market-server-mcp-100": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-stock-market-server-mcp-100"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"stock-market-server-mcp-100": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-stock-market-server-mcp-100"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"stock-market-server-mcp-100": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-stock-market-server-mcp-100"
]
}
}
}FAQ
How do I obtain an API key for Alpha Vantage?
You can obtain an API key by signing up on the Alpha Vantage website.
What programming languages are used in this project?
The project is built using TypeScript and Node.js.
Are there any limitations on API usage?
Yes, be aware of the API call frequency limits set by Alpha Vantage.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3122,"uuid":"72d07283-cc11-4c88-9c42-cf01a3f8cb04","name":"stock-market-server","title":"Stock Market MCP Server","description":"Stock Market MCP Server","avatar_url":"https://avatars.githubusercontent.com/u/200809350?v=4","created_at":"2025-03-18T02:57:07.096Z","updated_at":"2025-03-19T03:21:48.101Z","status":"created","author_name":"MCP-100","author_avatar_url":"https://avatars.githubusercontent.com/u/200809350?v=4","tags":"stock-market,mcp-server,financial-data","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/MCP-100/stock-market-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-18 03:23:17\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]