# obito — how to use (mcp.ai)

Checks for indication of death of a person from the CPF, in official databases. Platform-hosted, no credentials, pay per query with prepaid credit.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_obito?ms=1787191620000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `obito_consultar`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/obito`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/obito/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/obito/consultar` — Verifica indício de óbito de uma pessoa a partir do CPF, em bases oficiais. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACESSO PÚBLICO e
  - body: { Cpf: string, completo?: boolean }

## Example prompts
- "Is there an indication of death for CPF 12345678909?"
- "Is CPF 12345678909 recorded as deceased?"

## More
- Page: https://mcp.ai/obito
- Agent spec (llms.txt): https://mcp.ai/obito/llms.txt
- Postman collection: https://mcp.ai/obito/postman.json
