# registro_pf_mx — how to use (mcp.ai)

Registration data for an individual in Mexico from the CURP. 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_mx?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_mx_consultar`).

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

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

## Example prompts
- "Registration data for the CURP in Mexico"
- "Who is the holder of this CURP?"

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