FY
Fryd - Your Garden Companion
/search_crops
Search Crops
Search the Fryd plant database (3,000+ varieties) by name. Returns a list of matching crops with IDs, descriptions, and whether each is a species or variety. Us
liveunknown~5s typical
mcpfryd-your
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-fryd-mcp-server /search_crops for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Search term, e.g. "Tomato", "Basilikum", "Cherry". Matches plant names and synonyms. |
| locale | string (de | en) | Language for search and output — "de" or "en". Defaults to "en". |
| limit | integer | Number of results to return (1-10). Defaults to 5. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-fryd-mcp-server","endpoint":"/search_crops","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-app-fryd-mcp-server -e /search_crops -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-app-fryd-mcp-server", endpoint: "/search_crops", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.