Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Fryd - Your Garden Companion

app.fryd/mcp-server

Search crops, check companion planting, explore seasonal calendars, and find planting plans.

Uptime
100.0%
2 direct probes · 30d
Response
187ms
last probe
Tools
5
callable
Resources
4
readable
Prompts
0
available

Tools · 5

search_planting_plans

Search Fryd garden planting plan templates. Extracts crop names, light conditions and ground type from the user prompt to find matching plans. Use search_crops or get_plant_profile to look up individu…

get_plant_profile

Look up detailed information about a plant or variety. Returns a comprehensive plant profile including sowing/planting/harvest seasons, spacing, light/water/nutrient requirements, and companion planti…

check_companion_planting

Check whether two plants are compatible companions in the garden (Mischkultur). Returns compatibility (good/neutral/bad), and lists good and bad neighbours for both plants. Accepts crop IDs from searc…

get_seasonal_calendar

Find out which plants can be sown, pre-cultivated, or harvested in a given month. Optionally adjusted for a specific USDA hardiness zone or region. Returns grouped lists of plants by activity type (so…

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. Use the returned crop IDs with get_plant_p…

Resources · 4

Fryd Planting Plans

Interactive planting plan viewer with a full-screen garden bed preview and prev/next navigation.

ui://fryd/planting-plans.html
Fryd Plant Profile

Plant profile card with season timeline, key facts, and companion planting info.

ui://fryd/plant-profile.html
Fryd Companion Check

Companion planting compatibility checker showing good/neutral/bad match.

ui://fryd/companion-check.html
Fryd Seasonal Calendar

Seasonal calendar showing which plants can be sown, pre-cultivated, or harvested.

ui://fryd/seasonal-calendar.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fryd_-_your_garden_companion": {
      "url": "https://mcp.fryd.app/mcp",
      "transport": "streamable-http"
    }
  }
}