# bolsa_familia — MCP server on mcp.ai > Checks receipt of the Bolsa Família benefit by a beneficiary from the NIS and reference month/year. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/bolsa_familia ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_bolsa_familia?ms=1787191440000 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/bolsa_familia/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/bolsa_familia/ 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/bolsa_familia/skill.md Postman collection (v2.1): https://mcp.ai/bolsa_familia/postman.json ## Tools - bolsa_familia_consultar(Nis: string, MesReferencia: string, AnoReferencia: string, MesCompetencia: string, AnoCompetencia: string, completo?: boolean) — Verifica o recebimento do Bolsa Família por um beneficiário a partir do NIS e do mês/ano de referência. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta in ## Example prompts - "Did NIS 12345678901 receive Bolsa Família in 06/2024?" - "Bolsa Família for NIS 12345678901" ## Links Docs: https://mcp.ai/docs/mcps/bolsa_familia Website: https://mcp.ai/mcps/bolsa_familia