# tribunal_trf3_certidao_distr — how to use (mcp.ai)

Tribunal TRF3: Certificate de Distribuição, official-source lookup. Platform-hosted, pay per query with prepaid credit.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_tribunal_trf3_certidao_distr?ms=1787191500000`
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. `tribunal_trf3_certidao_distr_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/tribunal_trf3_certidao_distr/consultar` — Tribunal TRF3: Certidão de Distribuição, consulta em fonte oficial. Hospedado pela plataforma, sem credenciais da plataforma, pague por consulta com crédito pré-pago. Consulta informação de fontes e ó
  - body: { abrangencia?: string, tipo?: string, cpf?: string, cnpj?: string, nome?: string, razao_social?: string, nome_social?: string, nome_mae?: string, birthdate?: string, tipo_documento?: string, documento?: string, endereco?: string, tipo_telefone?: string, telefone?: string }

## Example prompts
- "Look up Tribunal TRF3: Certificate de Distribuição"

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