cafci-mcp
Click on "Deploy 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., "@cafci-mcptop 5 FCI funds by yield last month"
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.
cafci-mcp
Conector MCP de rendimientos de FCI (familias Fima de Galicia y Pionero de Macro), con serie diaria de VCP oficial CAFCI en SQLite sobre volumen persistente de Railway.
Fuentes
Ingesta: ArgentinaDatos (
api.argentinadatos.com/v1/finanzas/fci/{categoria}/{fecha}) — republica los datos diarios de CAFCI en JSON, sin autenticación. Categorías: mercadoDinero, rentaFija, rentaVariable, rentaMixta, otros.Contraste: API oficial CAFCI (
api.cafci.org.ar/fondo/{id}/clase/{id}/rendimiento/{desde}/{hasta}), por fondo/clase ID mapeado.
Related MCP server: 13flow
Herramientas
Tool | Función |
| Carga el último dato diario de las 5 categorías (solo familias configuradas). Idempotente. |
| Carga histórica por tramos, commit por día (a prueba de gateway timeout). |
| Fondos indexados con cobertura de fechas. |
| Rendimiento directo + TNA/TEA equivalentes sobre serie local. |
| Ranking de fondos por rendimiento en ventana. |
| Serie diaria VCP/patrimonio. |
| Diagnóstico del índice local. |
| Mapea fondo → IDs oficiales CAFCI. |
| Rendimiento oficial en vivo desde api.cafci.org.ar. |
Despliegue en Railway (patrón estándar)
Crear repo
cafci-mcpen la orgpatricioargota-collaby subir estos archivos.En Railway: New Project → Deploy from GitHub repo → seleccionar
cafci-mcp.Variables: agregar
PORT=8000(explícita, como siempre).Volumen: agregar volumen persistente montado en
/data.Settings → Networking → Generate Domain (puerto 8000).
Verificar:
https://<dominio>.up.railway.app/mcpdebe responder (405/406 a un GET simple es normal; el 421 "Invalid Host header" indicaría DNS rebinding activo — ya está deshabilitado enmain()).En Claude.ai → Configuración → Conectores → Agregar conector personalizado → URL
https://<dominio>.up.railway.app/mcp.
Primera carga
fci_actualizar→ trae el último día.fci_backfill("2026-01-01", "2026-07-14")→ histórico por tramos de 10 días hábiles; relanzar con la fecha que indique la respuesta hasta completar.fci_estado_indice→ verificar cobertura.
Configuración opcional
FCI_FAMILIAS(env): familias a indexar, defaultfima,pionero.DB_PATH(env): ruta de la base, default/data/fci.db.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
Market Data App MCP — wraps the Market Data App API (marketdata.app)
MFAPI.in MCP — Indian mutual-fund NAV (net asset value) data.
Argentina 'Series de Tiempo' MCP — national time-series API (apis.datos.gob.ar).
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP Server for publicly available real-time Indian Mutual Funds data127MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that reconstructs hedge-fund/superinvestor portfolios from SEC EDGAR 13F filings, offering tools to query fund holdings, consensus activity, and quarter-over-quarter changes through a read-only API.3AGPL 3.0

Index One MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceRemote MCP server for querying financial index data, running backtests, and building/deploying systematic investment strategies from any MCP-capable client.MIT- AlicenseAqualityBmaintenanceAn MCP server exposing Indian market and regulatory data from official sources (NSE, NIFTY, AMFI, SEBI), providing tools for end-of-day quotes, index constituents, mutual fund NAVs, and SEBI order searches with a focus on primary sources and no fabricated data.8MIT