# transparencia_indicadores_pf — how to use (mcp.ai)

Indicators for an individual in the Federal Transparency Portal from the CPF and NIS. 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_transparencia_indicadores_pf?ms=1787194080000`
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. `transparencia_indicadores_pf_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/transparencia_indicadores_pf/consultar` — Indicadores de uma pessoa física no Portal da Transparência a partir do CPF e do NIS. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACESSO
  - body: { CPF: string, NIS: string, completo?: boolean }

## Example prompts
- "Transparency Portal indicators for CPF 12345678909"
- "Does CPF 12345678909 have government ties?"

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