# anbima_certificado — MCP server on mcp.ai > Looks up a person's Anbima professional certifications from the CPF. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/anbima_certificado ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_anbima_certificado?ms=1787191260000 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/anbima_certificado/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/anbima_certificado/ 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/anbima_certificado/skill.md Postman collection (v2.1): https://mcp.ai/anbima_certificado/postman.json ## Tools - anbima_certificado_consultar(CPF: string, completo?: boolean) — Consulta as certificações profissionais Anbima de uma pessoa a partir do CPF. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACESSO PÚBLICO ## Example prompts - "Which Anbima certifications does CPF 12345678909 hold?" - "Anbima certification for CPF 12345678909" ## Links Docs: https://mcp.ai/docs/mcps/anbima_certificado Website: https://mcp.ai/mcps/anbima_certificado