# pep_parentescos — how to use (mcp.ai)

Checks whether a person is Politically Exposed (PEP) or is related to a PEP, 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_pep_parentescos?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. `pep_parentescos_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/pep_parentescos/consultar` — Verifica se uma pessoa é Politicamente Exposta (PEP) ou tem parentesco com um PEP, a partir do CPF. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta inform
  - body: { Cpf: string, completo?: boolean }

## Example prompts
- "Is CPF 12345678909 a PEP or related to one?"
- "PEP relatives for CPF 12345678909"

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