Stock Market MCP
The Stock Market MCP server provides AI models with real-time access to global financial markets. It allows models to retrieve live stock quotes, historical price data, and company financial information. This is a crucial tool for building AI-driven financial advisors, market analysis tools, and personalized investment assistants.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"stock-market": {
"command": "npx",
"args": [
"-y",
"@mcp-get/stock-mcp"
],
"env": {
"FINANCE_API_KEY": "YOUR_API_KEY"
}
}
}
}Key Features
Real-time stock quotes and price updates
Historical market data and chart analysis
Company profile and financial statement access
Support for global exchanges and indices
Server Details
The Stock Market MCP server provides AI models with real-time access to global financial markets. It allows models to retrieve live stock quotes, historical price data, and company financial information. This is a crucial tool for building AI-driven financial advisors, market analysis tools, and personalized investment assistants.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository