# obito — MCP server on 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. By: mcp.ai · official Page: https://mcp.ai/obito ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_obito?ms=1787191680000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/obito/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/obito/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/obito/skill.md Postman collection (v2.1): https://mcp.ai/obito/postman.json ## Tools - obito_consultar(Cpf: string, completo?: boolean) — 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 ## Example prompts - "Is there an indication of death for CPF 12345678909?" - "Is CPF 12345678909 recorded as deceased?" ## Links Docs: https://mcp.ai/docs/mcps/obito Website: https://mcp.ai/mcps/obito