# veiculo_historico — MCP server on mcp.ai > History of vehicles linked to a CPF or CNPJ nationwide. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/veiculo_historico ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_veiculo_historico?ms=1787191800000 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/veiculo_historico/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/veiculo_historico/ 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/veiculo_historico/skill.md Postman collection (v2.1): https://mcp.ai/veiculo_historico/postman.json ## Tools - veiculo_historico_consultar(Cpf: string, Cnpj: string, completo?: boolean) — Histórico dos veículos vinculados a um CPF ou CNPJ em âmbito nacional. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACESSO PÚBLICO em bas ## Example prompts - "National vehicle history for CPF 12345678909" - "All vehicles ever linked to CNPJ 12345678000190" ## Links Docs: https://mcp.ai/docs/mcps/veiculo_historico Website: https://mcp.ai/mcps/veiculo_historico