# bpc — MCP server on mcp.ai > Checks receipt of the Continuous Cash Benefit (BPC) 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/bpc ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_bpc?ms=1787191620000 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/bpc/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/bpc/ 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/bpc/skill.md Postman collection (v2.1): https://mcp.ai/bpc/postman.json ## Tools - bpc_consultar(Cpf: string, Nis: string, completo?: boolean) — Verifica o recebimento do Benefício de Prestação Continuada (BPC) por um beneficiário a partir do CPF e do NIS. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Con ## Example prompts - "Does CPF 12345678909 receive BPC?" - "Continuous Cash Benefit for NIS 12345678901" ## Links Docs: https://mcp.ai/docs/mcps/bpc Website: https://mcp.ai/mcps/bpc