# car_ambiental_rural — MCP server on mcp.ai > Looks up the Rural Environmental Registry (CAR) of a property from the CAR number. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/car_ambiental_rural ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_car_ambiental_rural?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/car_ambiental_rural/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/car_ambiental_rural/ 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/car_ambiental_rural/skill.md Postman collection (v2.1): https://mcp.ai/car_ambiental_rural/postman.json ## Tools - car_ambiental_rural_consultar(NumeroCAR: string, completo?: boolean) — Consulta o Cadastro Ambiental Rural (CAR) de um imóvel a partir do número do CAR. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACESSO PÚB ## Example prompts - "CAR data for a rural property" - "Look up the Rural Environmental Registry by CAR number" ## Links Docs: https://mcp.ai/docs/mcps/car_ambiental_rural Website: https://mcp.ai/mcps/car_ambiental_rural