← scrubbrosdetailing.com

INDIVIDUAL MCP TOOL

check_coverage

Check whether Scrub Bros covers a given ZIP code.

scrubbrosdetailing.comnone authenticationAvailability not checked

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 endpoint

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

.mcp.json

{
  "mcpServers": {
    "scrubbrosdetailing-com": {
      "type": "http",
      "url": "https://scrubbrosdetailing.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "scrubbrosdetailing-com",
  "transport": "streamable-http",
  "url": "https://scrubbrosdetailing.com/api/mcp"
}
MCP Inspector

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

Related tools

  • list_services — List every service Scrub Bros Auto Detailing offers, with price, duration, description, and the canonical booking URL per service.
  • get_service — Get full details for a single service by slug.
  • list_service_areas — List every city Scrub Bros serves (greater Seattle / North Sound), including the per-city landing page URL and the ZIPs each city covers.
  • get_hours — Get Scrub Bros business hours and time zone.
  • get_contact — Get phone, email, HQ address, and every social/review profile for Scrub Bros.
  • get_booking_url — Build the canonical /book URL on scrubbrosdetailing.com for a given service and (optionally) city or ZIP.
  • check_availability — Check live booking availability for a service at an address.
  • create_booking — Create a booking.