# SOS Venezuela 2026

sosvenezuela2026.com comprehended: reports, person search and stats, recent damage, and news, as the API names them.

- Surface: `sosvenezuela` (api), access: open, served now
- Origin: sosvenezuela2026.com
- MCP endpoint: https://mcp.geckovision.tech/sosvenezuela/mcp
- HTML page: https://geckovision.tech/catalog/sosvenezuela

## Use cases

### Read the latest damage reports

Ask: "What damage was reported most recently?"

Tools, in order: `search_capabilities`, `getRecentDamage`

## Get started

```bash
claude mcp add --transport http sosvenezuela https://mcp.geckovision.tech/sosvenezuela/mcp
```

First call: `search_capabilities` with `{"query":"latest damage reports"}`.

Raw MCP over HTTP, the order for money paths, and the definition of done: https://geckovision.tech/agents.md

## Tools served now

Measured at 2026-09-02T04:07:46.765Z (server sosvenezuela 1.28.1): 8 tools.

- `search_capabilities`: Find which endpoint/tool fits a natural-language intent. Returns {plan, tools}: `tools` = full schemas for just the ops that answer it; `plan` (when present) = 
- `get_capability`: Fetch ONE tool's full callable schema by name. Use this whenever you already know which tool you want (e.g. from a tools/list entry) — one schema, no ranking. C
- `query_docs`: Search the comprehended API's virtualized docs (spec-derived summaries, params, and agent-native artifacts) to understand WHY a call failed and how to rewrite i
- `getReports`: Reportes recientes del mapa de peligros (edificios colapsados/dañados, fugas de gas, vías bloqueadas, refugios, centros de acopio).
- `searchPersons`: Directorio público de personas reportadas como desaparecidas o encontradas. Búscalas por nombre. Optional: q, estado, limit, offset.
- `getPersonStats`: Cifras agregadas del directorio de personas (desaparecidos, encontrados, totales y menores).
- `getRecentDamage`: Últimas validaciones de daño estructural con su veredicto comunitario (habitable/inhabitable).
- `getNews`: Feed de noticias de prensa verificadas sobre el terremoto.
