# pep_parentescos — MCP server on 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. By: mcp.ai · official Page: https://mcp.ai/pep_parentescos ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_pep_parentescos?ms=1787191260000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/pep_parentescos/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/pep_parentescos/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/pep_parentescos/skill.md Postman collection (v2.1): https://mcp.ai/pep_parentescos/postman.json ## Tools - pep_parentescos_consultar(Cpf: string, completo?: boolean) — 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 ## Example prompts - "Is CPF 12345678909 a PEP or related to one?" - "PEP relatives for CPF 12345678909" ## Links Docs: https://mcp.ai/docs/mcps/pep_parentescos Website: https://mcp.ai/mcps/pep_parentescos