# car_ambiental_rural — how to use (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.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_car_ambiental_rural?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. `car_ambiental_rural_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/car_ambiental_rural/consultar` — 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
  - body: { NumeroCAR: string, completo?: boolean }

## Example prompts
- "CAR data for a rural property"
- "Look up the Rural Environmental Registry by CAR number"

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