# cafir_imoveis_rurais — MCP server on mcp.ai > Looks up the Rural Property Registry (CAFIR) from the property's CIB. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/cafir_imoveis_rurais ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_cafir_imoveis_rurais?ms=1787191440000 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/cafir_imoveis_rurais/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/cafir_imoveis_rurais/ 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/cafir_imoveis_rurais/skill.md Postman collection (v2.1): https://mcp.ai/cafir_imoveis_rurais/postman.json ## Tools - cafir_imoveis_rurais_consultar(CIB: string, completo?: boolean) — Consulta o Cadastro de Imóveis Rurais (CAFIR) a partir do CIB do imóvel. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACESSO PÚBLICO em b ## Example prompts - "Rural property data for CIB 1234567-8 in CAFIR" - "Look up CAFIR by CIB" ## Links Docs: https://mcp.ai/docs/mcps/cafir_imoveis_rurais Website: https://mcp.ai/mcps/cafir_imoveis_rurais