MCP Stock Analysis Server
Servidor de análisis de acciones MCP de Akshay Bavkar
Este es un servidor MCP que proporciona acceso a datos bursátiles indios históricos y en tiempo real mediante la API de Yahoo Finance. Permite que los LLM locales utilicen la recuperación de datos bursátiles como contexto mediante Claude Desktop, Cursor y otros agentes compatibles con MCP.
Funciones disponibles
getStockQuote : obtiene la cotización actual de una acción india.
getHistoricalData : obtiene datos históricos de una acción india con intervalos y períodos personalizados.
Related MCP server: StockQuotes MCP
Configuración
npm install mcp-stock-analysisUso en Host
Configure su cliente MCP (por ejemplo, Claude Desktop) para conectarse al servidor:
{
"mcpServers": {
"mcp-stock-analysis": {
"command": "npx",
"args": ["-y", "mcp-stock-analysis"],
}
}
}Herramientas
getStockQuote
Obtenga la cotización actual de una acción.
Aporte:
symbol : El símbolo de la acción (por ejemplo, RELIANCE.NS)
Producción:
{
"symbol": "RELIANCE.NS",
"price": 2748.15,
"name": "Reliance Industries Ltd"
}getHistoricalData
Obtenga datos históricos de una acción.
Aporte:
symbol: el símbolo de la acción (por ejemplo, RELIANCE.NS)interval: el intervalo de tiempo para los datos (daily,weeklyomonthly) (opcional, predeterminado:daily)
Producción:
{
"date": "2025-03-21T00:00:00+05:30",
"open": 2735,
"high": 2750,
"low": 2725,
"close": 2748.15,
"volume": 21780769
}Objeto JSON que contiene los datos históricos. La estructura de la salida depende del parámetro de intervalo.
Contribuyendo
¡Agradecemos sus contribuciones! Abra un problema o una solicitud de incorporación de cambios.
Licencia
Instituto Tecnológico de Massachusetts (MIT)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Twelve Data MCP: real-time & historical market data (stocks, crypto, forex, etc).
Finnhub MCP — wraps Finnhub Stock API (finnhub.io)
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to retrieve real-time stock data, manage watchlists, and perform comprehensive technical analysis using Yahoo Finance API. Provides 18+ tools for stock price tracking, trend analysis, volatility assessment, and financial indicators through MCP integration.MIT
- AlicenseNot gradedqualityCmaintenanceProvides real-time stock quotes, historical data, and stock search via Yahoo Finance, enabling AI assistants to access and analyze financial market data.2519MIT
- FlicenseAqualityDmaintenanceProvides financial data from Yahoo Finance via MCP, enabling AI agents to access real-time stock info, historical prices, financial statements, and market analysis.1013
- FlicenseNot gradedqualityDmaintenanceEnables real-time and historical Indian stock market data retrieval, including prices, news, recommendations, and top gainers/losers.
Appeared in Searches
- Stock Market Analysis and Market Sentiment Prediction Tools
- A server for stock market data and analysis using ChainGPT MCP protocol
- A resource for stock market news and stock market APIs
- Comparison or Use of Alpaca, Alpha Vantage, and yFinance for Financial or Data Analysis
- Services for Getting Stock Market Data Using yFinance, Alpaca, Alpha Vantage, and RapidAI
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/giptilabs/mcp-stock-analysis'
If you have feedback or need assistance with the MCP directory API, please join our Discord server