# apf_rural — MCP server on mcp.ai > Looks up a producer's rural provisional operating authorization (APF) from the CPF, CNPJ, APF number, or CAR. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/apf_rural ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_apf_rural?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/apf_rural/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/apf_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/apf_rural/skill.md Postman collection (v2.1): https://mcp.ai/apf_rural/postman.json ## Tools - apf_rural_consultar(CNPJ: string, CPF: string, NumeroAPF: string, NumeroCAR: string, completo?: boolean) — Consulta a Autorização Provisória de Funcionamento Rural (APF) de um produtor a partir do CPF, CNPJ, número da APF ou CAR. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pr ## Example prompts - "Rural APF for CPF 12345678909" - "Rural operating authorization by CAR" ## Links Docs: https://mcp.ai/docs/mcps/apf_rural Website: https://mcp.ai/mcps/apf_rural