Skip to main content
Glama

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

fci_actualizar

Carga el último dato diario de las 5 categorías (solo familias configuradas). Idempotente.

fci_backfill(desde, hasta, max_dias=10)

Carga histórica por tramos, commit por día (a prueba de gateway timeout).

fci_listar_fondos(familia?)

Fondos indexados con cobertura de fechas.

fci_rendimiento(fondo, desde?, hasta?, dias?)

Rendimiento directo + TNA/TEA equivalentes sobre serie local.

fci_comparar(dias=30, familia?, categoria?)

Ranking de fondos por rendimiento en ventana.

fci_serie(fondo, desde, hasta)

Serie diaria VCP/patrimonio.

fci_estado_indice

Diagnóstico del índice local.

fci_registrar_cafci_id(fondo, fondo_id, clase_id)

Mapea fondo → IDs oficiales CAFCI.

fci_cafci_rendimiento(fondo, desde, hasta)

Rendimiento oficial en vivo desde api.cafci.org.ar.

Despliegue en Railway (patrón estándar)

  1. Crear repo cafci-mcp en la org patricioargota-collab y subir estos archivos.

  2. En Railway: New Project → Deploy from GitHub repo → seleccionar cafci-mcp.

  3. Variables: agregar PORT=8000 (explícita, como siempre).

  4. Volumen: agregar volumen persistente montado en /data.

  5. Settings → Networking → Generate Domain (puerto 8000).

  6. Verificar: https://<dominio>.up.railway.app/mcp debe responder (405/406 a un GET simple es normal; el 421 "Invalid Host header" indicaría DNS rebinding activo — ya está deshabilitado en main()).

  7. En Claude.ai → Configuración → Conectores → Agregar conector personalizado → URL https://<dominio>.up.railway.app/mcp.

Primera carga

  1. fci_actualizar → trae el último día.

  2. 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.

  3. fci_estado_indice → verificar cobertura.

Configuración opcional

  • FCI_FAMILIAS (env): familias a indexar, default fima,pionero.

  • DB_PATH (env): ruta de la base, default /data/fci.db.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP 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.
    3
    AGPL 3.0
  • A
    license
    Not graded
    quality
    B
    maintenance
    Remote MCP server for querying financial index data, running backtests, and building/deploying systematic investment strategies from any MCP-capable client.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    An 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.
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

  • MFAPI.in MCP — Indian mutual-fund NAV (net asset value) data.

  • Argentina 'Series de Tiempo' MCP — national time-series API (apis.datos.gob.ar).

View all MCP Connectors

Latest Blog Posts

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