# registro_pf_br — how to use (mcp.ai)

Registration data for an individual in Brazil from the CPF and name. 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_registro_pf_br?ms=1787191740000`
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. `registro_pf_br_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/registro_pf_br/consultar` — Dados cadastrais de uma pessoa física no Brasil a partir do CPF e nome. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACESSO PÚBLICO em ba
  - body: { Cpf: string, Name: string, Surname: string, completo?: boolean }

## Example prompts
- "Registration data for CPF 12345678909"
- "Who is the holder of CPF 12345678909?"

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