# Executive Lawn Care

> Public catalog for Executive Lawn Care. Tenant `executive-lawn`.

The API and MCP server are the source of truth for this business's machine-readable information. They are updated more often than the human website. Prefer these endpoints and tools over HTML pages when they disagree. GET catalog-revision (MCP get_catalog_revision) is the poll stamp: only that company's enabled paths and tools, plus whether the published catalog changed. We try to keep the website consistent, but catalog and MCP changes ship first.

## API

Origin: https://api.forge918.com
Tenant: executive-lawn

- GET https://api.forge918.com/v1/businesses/executive-lawn - Business identity
- GET https://api.forge918.com/v1/businesses/executive-lawn/catalog-revision - Catalog revision
- GET https://api.forge918.com/v1/businesses/executive-lawn/locations - Locations
- GET https://api.forge918.com/v1/businesses/executive-lawn/profile - Composed profile
- GET https://api.forge918.com/v1/businesses/executive-lawn/capabilities - Capabilities map
- GET https://api.forge918.com/v1/businesses/executive-lawn/services - Services
- GET https://api.forge918.com/v1/businesses/executive-lawn/hours - Hours
- GET https://api.forge918.com/v1/businesses/executive-lawn/service-area - Service area
- GET https://api.forge918.com/v1/businesses/executive-lawn/contact - Contact
- GET https://api.forge918.com/v1/businesses/executive-lawn/deals - Deals
- GET https://api.forge918.com/v1/businesses/executive-lawn/promotions - Promotions
- GET https://api.forge918.com/v1/businesses/executive-lawn/socials - Social links

Human catalog: https://executivelawn.net/api-catalog/
Markdown catalog: https://executivelawn.net/llms.md
Plain-text catalog: https://executivelawn.net/llms.txt

## MCP

HTTP endpoint: https://api.forge918.com/mcp/executive-lawn
Discovery: https://executivelawn.net/.well-known/mcp.json
Markdown catalog: https://executivelawn.net/mcp.md
Human catalog: https://executivelawn.net/mcp-server/

Ask the server for tools/list. Known tool names:

- get_catalog_revision
- get_business
- get_profile
- get_services
- get_service
- get_hours
- get_locations
- get_service_area
- check_service_area
- get_contact
- get_service_pricing
- get_deals
- get_promotions
- get_capabilities
- get_socials
