← justcleangutters.com

INDIVIDUAL MCP TOOL

check_service_area

Check whether a given city is within the service area.

justcleangutters.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://justcleangutters.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_service_area 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

justcleangutters.com

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.just-clean-gutters]
url = "https://justcleangutters.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "just-clean-gutters": {
      "type": "http",
      "url": "https://justcleangutters.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: just-clean-gutters
Remote MCP URL: https://justcleangutters.com/api/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": {
    "just-clean-gutters": {
      "url": "https://justcleangutters.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "just-clean-gutters": {
      "type": "http",
      "url": "https://justcleangutters.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "just-clean-gutters",
  "transport": "streamable-http",
  "url": "https://justcleangutters.com/api/mcp"
}
MCP Inspector

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

Related tools

  • list_services — List the flat-rate gutter cleaning services and add-ons with their prices in USD.
  • list_service_areas — List the cities and areas served (greater Austin, TX).
  • list_faqs — List the frequently asked questions and business policies (pricing, scheduling, cancellation, what's included, downspouts, roofs, property types, results, maintenance, annual plans, and contact).
  • search_faq — Search the FAQs and policies by keyword and return the most relevant entries.
  • list_available_dates — List the upcoming service dates that still have an open appointment slot, soonest first.
  • get_quote — Get the flat-rate price quote for a home size, service type, and optional add-ons.
  • create_booking — Submit a window and/or gutter cleaning booking request.