# dnit_identificacao_condutor — how to use (mcp.ai)

DNIT: Identificação de Condutor Infrator, 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_dnit_identificacao_condutor?ms=1787246940000`
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. `dnit_identificacao_condutor_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/dnit_identificacao_condutor/consultar` — DNIT: Identificação de Condutor Infrator, 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: { usuario: string, senha: string, ait: string, nome: string, cpf: string, rg: string, cnh: string, pais: string, uf: string, url_formulario: string, url_cnh: string, url_documento: string, url_procuracao?: string, url_outros?: string, doenca_deficiencia?: string }

## Example prompts
- "Look up DNIT: Identificação de Condutor Infrator"

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