# registro_pf_ar — how to use (mcp.ai)

Registration data for an individual in Argentina from the DNI. 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_ar?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_ar_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/registro_pf_ar/consultar` — Dados cadastrais de uma pessoa física na Argentina a partir do DNI. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACESSO PÚBLICO em bases 
  - body: { DNI: string, completo?: boolean }

## Example prompts
- "Registration data for DNI 12345678 in Argentina"
- "Who is the holder of DNI 12345678?"

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