# River Cade Farms > A family-owned Tallassee farm selling pasture-raised heritage pork and pasture-raised beef directly to Central Alabama families. ## Agent discovery - [Agent Resource Discovery manifest](https://rivercadefarms.com/.well-known/ard.json): machine-readable pointer to this business's capability documents. - [Business capabilities](https://rivercadefarms.com/.well-known/business-capabilities.json): authoritative, evidence-backed capability catalog with structured contact details. ## Capabilities - [Describe River Cade Farms](https://rivercadefarms.com/about/): Return the farm's verified public identity, location, service area and membership. - [Discover meat-share offers](https://rivercadefarms.com/our-beef/): List current public pork and beef share options with structured estimated totals in US dollars; estimates are not fixed prices and no availability is claimed. - [Explain the reservation process](https://rivercadefarms.com/shop-reserve/): Explain the published deposit policy and return public request paths; it cannot confirm stock or submit a reservation. ## Reaching this business as an agent River Cade Farms accepts bounded requests from agents. The interactions below need no key and no prior relationship. - Manifest: https://rivercadefarms.com/.well-known/agent-interaction.json - Endpoint: https://agents.rivercadefarms.com/interactions/request (POST, JSON) - Declared interactions: https://agents.rivercadefarms.com/interactions Open, no key required: - `check-share-fit` (service_fit_check) — answers from published claims whether this is work the business does, and names the services it matched. - `request-a-conversation` (consultation_request) — queues a request for a person to read; it cannot book, confirm availability, or commit anyone. The criteria the fit check applies are published in the manifest under `qualification`, so an agent can evaluate them itself and never send a request. Send `agent_id`, `interaction_id`, `idempotency_key` and `input`. Omit `agent_key`. The agent_id is recorded as unverified and is never treated as proof of identity; it exists so a request can be traced and a retry deduplicated. What no agent path can do: quote a price, confirm a date, or commit either party. ### As an MCP server The same interactions, callable as tools: - Server: https://agents.rivercadefarms.com/mcp (streamable HTTP, protocol 2025-06-18) - `check_fit` — answers from published claims whether this is work the business does, and names the services it matched. - `ask_question` (requires an issued key) — is answered from published claims or queued for a person; it cannot commit the business. - `request_consultation` — queues a request for a person to read; it cannot book, confirm availability, or commit anyone. Nothing callable there is unavailable above, and it is bounded the same way: no price, no date, no commitment. ## Notes - The documents on this page are read-only. The business itself is not: see "Reaching this business as an agent" above. Nothing on either path can be priced or committed without a named human. - Published with Agent Presence 0.2. The capability catalog is authoritative; ard.json restates a subset of it for spec compliance. - Last generated: 2026-09-02T00:01:39.677Z