{
  "version": "1.0",
  "name": "southern-horticulture",
  "description": "Read-only plant catalog, care guide, and store info for Southern Horticulture garden center (St. Augustine, FL — USDA Zone 9b). Live inventory-backed data.",
  "endpoint": "https://southernhorticultureflorida.com/api/v1/mcp",
  "transport": "streamable-http",
  "protocolVersion": "2025-03-26",
  "authentication": "none",
  "tools": [
    "recommend",
    "search_plants",
    "get_plant_care",
    "get_store_info"
  ],
  "rest": {
    "method": "GET",
    "description": "No MCP client needed — call any tool with a plain GET on the same endpoint. JSON back, ~10x fewer tokens than scraping the catalog pages.",
    "examples": {
      "recommend": "https://southernhorticultureflorida.com/api/mcp?tool=recommend&context=pet-safe+plants+for+a+shady+yard&pet_safe=true",
      "search_plants": "https://southernhorticultureflorida.com/api/mcp?tool=search_plants&context=YOUR+QUESTION&trait=salt-tolerant-high",
      "get_plant_care": "https://southernhorticultureflorida.com/api/mcp?tool=get_plant_care&slug=abelia",
      "get_store_info": "https://southernhorticultureflorida.com/api/mcp?tool=get_store_info"
    }
  },
  "rateLimit": "20 requests/minute per IP. Responses carry RateLimit-Limit / RateLimit-Remaining / RateLimit-Reset (seconds) / RateLimit-Policy, plus Retry-After on 429.",
  "documentation": "https://southernhorticultureflorida.com/llms-full.txt",
  "contact": "https://southernhorticultureflorida.com/contact",
  "endpointAliases": {
    "unversioned": "https://southernhorticultureflorida.com/api/mcp",
    "note": "The unversioned alias tracks the current major version and moves when v2 ships. Pin to /api/v1/mcp for a stable shape."
  },
  "apiVersion": "v1",
  "versioning": "Additive changes only within a major version. Deprecation and Sunset headers (RFC 8594) with 180 days minimum notice; responses carry X-API-Version.",
  "openapi": "https://southernhorticultureflorida.com/openapi.json"
}
