← lawncare.center

INDIVIDUAL MCP TOOL

list_lawn_care_taxonomy

List one bounded taxonomy facet for query planning: canonical topics, normalized tags, seasons, content kinds, states, or cities.

lawncare.centernone authenticationAvailability not checked

LIVE ENDPOINT

https://lawncare.center/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_lawn_care_taxonomy and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

lawncare.center

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.lawncare-center]
url = "https://lawncare.center/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lawncare-center": {
      "type": "http",
      "url": "https://lawncare.center/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lawncare-center
Remote MCP URL: https://lawncare.center/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "lawncare-center": {
      "url": "https://lawncare.center/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lawncare-center": {
      "type": "http",
      "url": "https://lawncare.center/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lawncare-center",
  "transport": "streamable-http",
  "url": "https://lawncare.center/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_lawn_care — Search published Lawn Care Center guides.
  • get_lawn_care_content — Get the concise answer, metadata, citations, and MCP resource link for one published guide path returned by search_lawn_care.