# detran_rs_cnh — how to use (mcp.ai)

DETRAN RS: CNH, 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_detran_rs_cnh?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. `detran_rs_cnh_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/detran_rs_cnh/consultar` — DETRAN RS: CNH, 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 órgãos oficiais brasileiro
  - body: { rg: string, cnh: string, nome: string, birthdate: string, login_cpf?: string, login_senha?: string, pkcs12_cert?: string, pkcs12_pass?: string }

## Example prompts
- "Look up DETRAN RS: CNH"

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