# cnh_situacao — MCP server on mcp.ai > Checks the status of a person's driver's license (CNH) from the CPF. Built for the holder to check their own license. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/cnh_situacao ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_cnh_situacao?ms=1787191380000 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/cnh_situacao/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/cnh_situacao/ 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/cnh_situacao/skill.md Postman collection (v2.1): https://mcp.ai/cnh_situacao/postman.json ## Tools - cnh_situacao_consultar(CPF: string, completo?: boolean) — Consulta a situação da Carteira Nacional de Habilitação (CNH) de uma pessoa a partir do CPF. Feito para o titular consultar a própria habilitação. Hospedado pela plataforma, sem credenciais, pague por ## Example prompts - "What is my driver's license status? CPF 12345678909" - "Is the CNH for CPF 12345678909 valid?" ## Links Docs: https://mcp.ai/docs/mcps/cnh_situacao Website: https://mcp.ai/mcps/cnh_situacao