Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
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.check_coverage— Check whether Scrub Bros covers a given ZIP code.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.