# antt_operacao_transporte — how to use (mcp.ai)

Look up a road freight transport operation registered with Brazil's ANTT by RNTRC and RENAVAM, confirming whether it is properly registered. 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_antt_operacao_transporte?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. `antt_operacao_transporte_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/antt_operacao_transporte/consultar` — Consulta o registro de uma operação de transporte rodoviário de cargas na ANTT por RNTRC e RENAVAM, confirmando se a operação está devidamente registrada. Hospedado pela plataforma, sem credenciais, p
  - body: { RNTRC: string, RENAVAM: string, completo?: boolean }

## Example prompts
- "Is the operation with RNTRC 12345678 and RENAVAM 98765432109 registered with ANTT?"
- "Check the transport operation registered under RNTRC 12345678"

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