> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cucu.bo/llms.txt
> Use this file to discover all available pages before exploring further.

# Endpoints

> URLs de conexion del MCP Server de CUCU para sandbox y produccion.

## Endpoints

| Protocolo           | Sandbox                           | Produccion                    | Recomendado                                   |
| ------------------- | --------------------------------- | ----------------------------- | --------------------------------------------- |
| **Streamable HTTP** | `https://sandbox.cucu.bo/mcp`     | `https://api.cucu.bo/mcp`     | Si — todos los clientes modernos              |
| **Legacy SSE**      | `https://sandbox.cucu.bo/mcp/sse` | `https://api.cucu.bo/mcp/sse` | Solo si tu cliente no soporta Streamable HTTP |

<Note>
  Todos los endpoints requieren el header `X-API-Key: <tu_api_key>`. Usa `sk_test_` para sandbox y `sk_live_` para produccion.
</Note>
