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