# caf_agricultura_pj — MCP server on mcp.ai > Looks up the National Family Farming Registry (CAF) of a company from the CNPJ. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/caf_agricultura_pj ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_caf_agricultura_pj?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/caf_agricultura_pj/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/caf_agricultura_pj/ 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/caf_agricultura_pj/skill.md Postman collection (v2.1): https://mcp.ai/caf_agricultura_pj/postman.json ## Tools - caf_agricultura_pj_consultar(CNPJ: string, completo?: boolean) — Consulta o Cadastro Nacional da Agricultura Familiar (CAF) de uma pessoa jurídica a partir do CNPJ. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta inform ## Example prompts - "Is CNPJ 12345678000190 in the family farming registry?" - "CAF for CNPJ 12345678000190" ## Links Docs: https://mcp.ai/docs/mcps/caf_agricultura_pj Website: https://mcp.ai/mcps/caf_agricultura_pj