# auxilio_reconstrucao — MCP server on mcp.ai > Checks receipt of the Reconstruction Aid benefit by a beneficiary from the CPF and NIS. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/auxilio_reconstrucao ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_auxilio_reconstrucao?ms=1787191560000 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/auxilio_reconstrucao/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/auxilio_reconstrucao/ 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/auxilio_reconstrucao/skill.md Postman collection (v2.1): https://mcp.ai/auxilio_reconstrucao/postman.json ## Tools - auxilio_reconstrucao_consultar(CPF: string, NIS: string, completo?: boolean) — Verifica o recebimento do Auxílio Reconstrução por um beneficiário a partir do CPF e do NIS. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ## Example prompts - "Did CPF 12345678909 receive Reconstruction Aid?" - "Reconstruction Aid for NIS 12345678901" ## Links Docs: https://mcp.ai/docs/mcps/auxilio_reconstrucao Website: https://mcp.ai/mcps/auxilio_reconstrucao