FinSage
FreeNot checkedConnects AI agents to the Finnhub API for real-time stock quotes, market news, earnings reports, and financial metrics.
About
Connects AI agents to the Finnhub API for real-time stock quotes, market news, earnings reports, and financial metrics.
README
🌐 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.
🛠️ 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.txt
3. Configura tu API Key
Renombra .env.example a .env y agrega tu API Key:
FINNHUB_API_KEY=tu_api_key_aqui
4. 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
Install FinSage in Claude Desktop, Claude Code & Cursor
unyly install finsage-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add finsage-mcp -- uvx --from git+https://github.com/robbintech2019/FINSAGE_MCP finsage-mcpFAQ
Is FinSage MCP free?
Yes, FinSage MCP is free — one-click install via Unyly at no cost.
Does FinSage need an API key?
No, FinSage runs without API keys or environment variables.
Is FinSage hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install FinSage in Claude Desktop, Claude Code or Cursor?
Open FinSage on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare FinSage with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
