{
    "schema_version": "v1",
    "name": "Manatee Lawn Care",
    "description": "Lawn & landscaping done right, all over Manatee County. Lawn Care & Landscaping, serving Manatee County, Florida.",
    "url": "https://manateelawncare.com",
    "contact": {
        "email": "hello@manateelawncare.com",
        "telephone": "(941) 265-1777"
    },
    "location": {
        "locality": "Bradenton",
        "region": "Manatee County, Florida"
    },
    "areas_served": [
        "Bradenton",
        "Lakewood Ranch",
        "Palmetto",
        "Parrish",
        "Ellenton",
        "Anna Maria Island"
    ],
    "resources": [
        {
            "type": "llms.txt",
            "description": "LLM-friendly site summary",
            "url": "https://manateelawncare.com/llms.txt"
        },
        {
            "type": "llms-full",
            "description": "Full LLM content corpus",
            "url": "https://manateelawncare.com/llms-full.txt"
        },
        {
            "type": "sitemap",
            "description": "XML sitemap",
            "url": "https://manateelawncare.com/sitemap.xml"
        },
        {
            "type": "openapi",
            "description": "OpenAPI 3.1 for the public API",
            "url": "https://manateelawncare.com/openapi.json"
        },
        {
            "type": "mcp",
            "description": "MCP server card",
            "url": "https://manateelawncare.com/.well-known/mcp/server-card.json"
        }
    ],
    "endpoints": {
        "mcp": "https://manateelawncare.com/mcp",
        "api": "https://manateelawncare.com/api"
    },
    "actions": [
        {
            "name": "request_consultation",
            "method": "POST",
            "url": "https://manateelawncare.com/api/consultation",
            "description": "Submit a request for a free consultation. The team follows up by phone or email."
        }
    ]
}