stock_mcp_server
If you are the rightful owner of stock_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for interacting with MongoDB stock data to provide portfolio recommendations and market insights, exclusively for the Indian stock market (NSE/BSE).
The Indian Stock Analysis MCP Server is designed to provide portfolio recommendations and market insights specifically for the Indian stock market, focusing on NSE and BSE listed stocks. It integrates with a MongoDB database for direct access to stock data and utilizes the Alpha Vantage API for market data, handling free tier limitations with automatic rate limiting. The server is optimized for use with the Claude desktop app, allowing users to access and analyze their Indian stock portfolios, receive personalized recommendations, and maintain a persistent knowledge graph for improved context awareness. The server's modular architecture ensures clean and maintainable code, with features like segmented portfolio analysis to prevent timeouts and LLM-optimized data responses for efficient processing by Claude.
Features
- Exclusive Indian Market Focus: Designed specifically for NSE and BSE listed stocks
- Direct MongoDB Access: Queries MongoDB directly without going through an API layer
- Knowledge Graph Integration: Maintains persistent analysis data for Indian stocks
- Alpha Vantage Rate Limiting: Handles free tier API limitations with automatic rate limiting
- Modular Architecture: Clean, maintainable code structure with separation of concerns