cafci-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., "@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: 0xarchive-mcp
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 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/patricioargota-collab/cafci-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server