Stock-Market-AI-Assistant
Verified Safeby pgaud
Overview
Provides real-time and historical Indian stock market data and financial analysis tools to AI assistants via Model Context Protocol (MCP).
Installation
npm install && npm run build && node dist/mcpServer.jsEnvironment Variables
- INDIAN_STOCK_API_KEY
- INDIAN_STOCK_BASE_URL
- WRAPPER_API_URL
- PORT
Security Notes
The server uses environment variables for API keys, which is good practice. It connects to a third-party API (IndianAPI.in) which introduces an external dependency risk. The server runs locally, limiting direct external exposure. No 'eval' or obvious malicious patterns found.
Similar Servers
maverick-mcp
Personalized stock analysis, technical indicators, and portfolio optimization via Claude Desktop.
Financial-Modeling-Prep-MCP-Server
Enables AI assistants to access and analyze comprehensive financial data, stock information, company fundamentals, and market insights from Financial Modeling Prep.
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.
stock-mcp
Provides AI Agents with professional-grade stock market analysis capabilities by bridging large language models with real-time financial data.