# anbima_certificado — how to use (mcp.ai)

Looks up a person's Anbima professional certifications from the CPF. 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_anbima_certificado?ms=1787191260000`
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. `anbima_certificado_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/anbima_certificado/consultar` — 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
  - body: { CPF: string, completo?: boolean }

## Example prompts
- "Which Anbima certifications does CPF 12345678909 hold?"
- "Anbima certification for CPF 12345678909"

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