# antt_operacao_transporte — MCP server on 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. By: mcp.ai · official Page: https://mcp.ai/antt_operacao_transporte ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_antt_operacao_transporte?ms=1787191560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/antt_operacao_transporte/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/antt_operacao_transporte/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/antt_operacao_transporte/skill.md Postman collection (v2.1): https://mcp.ai/antt_operacao_transporte/postman.json ## Tools - antt_operacao_transporte_consultar(RNTRC: string, RENAVAM: string, completo?: boolean) — 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 ## Example prompts - "Is the operation with RNTRC 12345678 and RENAVAM 98765432109 registered with ANTT?" - "Check the transport operation registered under RNTRC 12345678" ## Links Docs: https://mcp.ai/docs/mcps/antt_operacao_transporte Website: https://mcp.ai/mcps/antt_operacao_transporte