FY
Fryd - Your Garden Companion
/check_companion_planting
Companion Planting Check
Check whether two plants are compatible companions in the garden (Mischkultur). Returns compatibility (good/neutral/bad), and lists good and bad neighbours for
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 /check_companion_planting for me.
Input
| Field | Type | Description |
|---|---|---|
| plant1 | string | Name of the first plant, e.g. "Tomato", "Cucumber". Either plant1 or cropId1 is required. |
| cropId1 | integer | Crop ID of the first plant — skips name search. Use IDs from search_crops or get_seasonal_ |
| plant2 | string | Name of the second plant, e.g. "Basil", "Carrot". Either plant2 or cropId2 is required. |
| cropId2 | integer | Crop ID of the second plant — skips name search. |
| locale | string (de | en) | Language for search and output — "de" or "en". Defaults to "en". |
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":"/check_companion_planting","input":{}}'cli
npx cracked-ai run -p mcp-app-fryd-mcp-server -e /check_companion_planting -i '{}'mcp
run_tool({ provider: "mcp-app-fryd-mcp-server", endpoint: "/check_companion_planting", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.