# auxilio_emergencial — how to use (mcp.ai)

Checks receipt of the Emergency Aid benefit by a beneficiary from the CPF and NIS. 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_auxilio_emergencial?ms=1787194260000`
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. `auxilio_emergencial_consultar`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/auxilio_emergencial`
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/auxilio_emergencial/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/auxilio_emergencial/consultar` — Verifica o recebimento do Auxílio Emergencial 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 
  - body: { CPF: string, NIS: string, completo?: boolean }

## Example prompts
- "Did CPF 12345678909 receive Emergency Aid?"
- "Emergency Aid for NIS 12345678901"

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