findata-mcp-server
Datos financieros - Servidor MCP
Este es un servidor MCP que proporciona acceso a la API Alpha Vantage, lo que permite utilizar la recuperación de datos de acciones como contexto para los LLM.
Funciones disponibles
getStockQuote: obtiene la cotización actual de una acción.getHistoricalData: obtiene datos históricos de una acción (diarios, semanales o mensuales).(Más adelante se agregarán más herramientas para análisis técnico, descripción general de la empresa, etc.)
Related MCP server: AlphaVantage MCP Server
Configuración
Instalación mediante herrería
Para instalar Financial Data Server para Claude Desktop automáticamente a través de Smithery :
npx -y @smithery/cli install findata-mcp-server --client claudeInstalación manual
npm install findata-mcp-serverUso en Host
Obtenga una clave API de Alpha Vantage https://www.alphavantage.co/support/#api-key .
Configure su cliente MCP (por ejemplo, Claude Desktop) para conectarse al servidor:
{
"mcpServers": {
"alphaVantage": {
"command": "npx",
"args": ["-y", "findata-mcp-server"],
"env": {
"ALPHA_VANTAGE_API_KEY": "PUT_YOUR_API_KEY_HERE"
}
}
}
}Herramientas
getStockQuote
Obtenga la cotización actual de una acción.
Aporte:
symbol : El símbolo de acciones (por ejemplo, AAPL) Ejemplo de salida:
getHistoricalData
Obtenga datos históricos de una acción.
Aporte:
symbol: el símbolo de la acción (por ejemplo, AAPL)interval: el intervalo de tiempo para los datos (daily,weeklyomonthly) (opcional, predeterminado:daily)outputsize: el tamaño de la salida (compactofull) (opcional, predeterminado:compact) Salida:
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)
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 Servers
- AlicenseBqualityFmaintenanceA Model Context Protocol (MCP) server that provides real-time access to financial market data through the free Alpha Vantage API. This server implements a standardized interface for retrieving stock quotes and company information.12105MIT
- Alicense-qualityDmaintenanceAn MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides real-time financial data integration with Alpha Vantage's API, enabling access to stock market data, cryptocurrency prices, forex rates, and technical indicators.7164MIT
- AlicenseBqualityDmaintenanceThis is an MCP server that provides access to the Alpha Vantage API, allowing stock data retrieval to be used as context to LLMs.223MIT
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
Alpha Vantage MCP — Stock market data, fundamentals, and earnings
MCP server for AI dialogue using various LLM models via AceDataCloud
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/xBlueCode/findata-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server