Build on it
Public read API for the Venezuela Comeback Index — REST today, MCP for agents. No key required at launch.
GET/api/comeback
Latest VCI snapshot: level, day change, momentum, pillars, stats, and the full snapshot series.
curl https://vcix.org/api/comeback
GET/api/metrics
All active metrics (definitions with units, sector, cadence).
curl https://vcix.org/api/metrics
GET/api/metrics/{slug}
One metric plus its full time series.
curl https://vcix.org/api/metrics/official-fx-usdves
GET/api/observations
Raw observations. Params: metric (slug), from (YYYY-MM-DD), to, limit.
curl 'https://vcix.org/api/observations?metric=ibc-index&limit=30'
GET/api/events
Economic events (investments, sanctions, results, licensing).
curl https://vcix.org/api/events
GET/api/entities/{type}
Entities by type: company, bank, startup, fintech.
curl https://vcix.org/api/entities/startup
GET/api/entities/{type}/{slug}
One entity with its metrics and events.
curl https://vcix.org/api/entities/company/pdvsa
Responses are JSON. Series endpoints are cached at the edge (5 min). Fair-use rate limits apply at the platform level. Data updates on collector schedules — see the changelog.
For agents and assistants — a JSON-RPC MCP endpoint exposing the index, metrics, trust gap, events, and the daily digest as tools.
Endpoint
https://vcix.org/api/mcp
Methods: initialize, tools/list, tools/call. Tools: list_metrics, get_metric_series, get_vci, get_fx_trust_gap, get_latest_digest, get_recent_events.
Add to an MCP client
claude mcp add --transport http vcix https://vcix.org/api/mcp
We're always looking for verified Venezuela series. Share a source or request a metric.