FinSage MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FinSage MCPWhat's the current price of AAPL?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🧠 FinSage MCP
🌐 Website
FinSage es un servidor MCP (Model Context Protocol) que conecta agentes de IA como Claude con el API de Finnhub.io(se agregaran otras en el futuro) para obtener datos del mercado en tiempo real. Pregunta sobre cualquier acción, analiza tendencias, y toma decisiones financieras informadas — todo desde tu chat.
Y esto es solo el comienzo, seguimos agregando más herramientas.
🎯 ¿Qué puedes hacer con FinSage?
Cotizaciones en Tiempo Real - Obtén el precio actual de cualquier acción de EE.UU. con cambio porcentual, máximos y mínimos del día.
Noticias del Mercado - Accede a las últimas noticias financieras filtradas por categoría: general, forex, crypto o fusiones.
Análisis de Earnings - Revisa el historial de reportes de ganancias y descubre si una empresa superó o falló las expectativas.
Métricas Financieras - Consulta ratios clave como P/E, márgenes de ganancia, 52-week high/low y más indicadores.
Calendario de Reportes - Sabe exactamente cuándo cada empresa publicará sus resultados trimestrales.
Visualizaciones Interactivas - Genera gráficos dinámicos directamente en el chat para visualizar datos y comparar métricas.
Related MCP server: Stock Market MCP Server
🛠️ Herramientas Disponibles
FinSage actualmente cuenta con 7 herramientas:
Herramienta | ¿Qué hace? | Ejemplo de uso |
📰 GET_MARKET_NEWS | Obtiene las últimas noticias del mercado financiero. Puedes filtrar por categoría: general, forex, crypto o fusiones. | "Dame las noticias de crypto" |
🏢 GET_COMPANY_NEWS | Busca noticias específicas de una empresa por su símbolo (ticker). Solo empresas de Norte América. | "Noticias de AAPL del último mes" |
📅 GET_EARNINGS_CALENDAR | Muestra cuándo las empresas reportan sus ganancias trimestrales. Incluye estimados vs resultados reales. | "¿Cuándo reporta earnings NVDA?" |
💵 GET_QUOTE | Obtiene el precio actual de una acción en tiempo real, incluyendo cambio del día, máximo, mínimo y apertura. | "¿Cuánto vale TSLA ahora?" |
📊 GET_BASIC_FINANCIALS | Métricas financieras clave: P/E ratio, máximo/mínimo de 52 semanas, márgenes, y más. | "Dame los financials de MSFT" |
📈 GET_EARNING_SURPRISES | Historial de sorpresas en earnings: cuánto superó o falló una empresa vs las expectativas. | "¿Cómo le fue a GOOGL en earnings?" |
📉 SET_CHART | Crea gráficos interactivos con Chart.js. Soporta líneas, barras, pie, dona, radar y más. Incluye toggle de tema dark/light. | "Muéstrame un gráfico de earnings de AAPL" |
🚀 Instalación
1. Obtén tu API Key (Gratis)
Ve a Finnhub.io
Crea una cuenta gratuita
Copia tu API Key desde el dashboard
💡 El plan gratuito es suficiente para uso personal.
2. Configura el proyecto
git clone https://github.com/robbintech2019/FINSAGE_MCP.git
cd FINSAGE_MCP
pip install -r requirements.txt3. Configura tu API Key
Renombra .env.example a .env y agrega tu API Key:
FINNHUB_API_KEY=tu_api_key_aqui4. Conecta con tu asistente de IA
Agrega esta configuración en tu archivo MCP:
{
"mcpServers": {
"finsage": {
"command": "python",
"args": ["/ruta/a/server.py"]
}
}
}📁 Estructura del Proyecto
finsage-mcp/
├── server.py # Servidor MCP con todas las herramientas
├── templates/ # Templates HTML para visualizaciones
├── requirements.txt # Dependencias
├── .env # Tu API Key (no se sube a git)
└── website/ # Landing page del proyecto📋 Próximas Funcionalidades
Búsqueda en bulk - Consultar múltiples símbolos a la vez
Análisis de sentimiento de noticias financieras
Top Movers - Acciones con mayor movimiento del día
🤝 Contribuciones
¿Tienes ideas para nuevas herramientas? ¡Las contribuciones son bienvenidas!
📄 Licencia
MIT License
Hecho con 💚 para inversionistas y programadores
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.
Latest Blog Posts
- 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/robbintech2019/FINSAGE_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server