General Tools
justcleangutters.com
Provides information about gutter cleaning services, service areas, and FAQs.
ENDPOINT 1
https://justcleangutters.com/api/mcp
MCP server metadata
- Name
- just-clean-gutters
- Version
- 1.0.0
Tools for booking residential window and gutter cleaning with Just Clean Windows & Gutters (greater Austin, TX). Pricing is flat-rate by home size (square footage). Choose serviceType: gutter, window, or both. Gutter bookings include a base price plus optional downspout flush and gutter exterior wash add-ons; window bookings are priced from the selected window services. The total is always computed server-side. Typical flow: check_service_area -> get_quote -> list_available_dates -> create_booking.
Known tools 8
list_servicesList the flat-rate gutter cleaning services and add-ons with their prices in USD.
Inferred read-onlylist_faqsList the frequently asked questions and business policies (pricing, scheduling, cancellation, what's included, downspouts, roofs, property types, results, maintenance, annual plans, and contact).
Inferred read-onlysearch_faqSearch the FAQs and policies by keyword and return the most relevant entries.
Inferred read-onlylist_available_datesList the upcoming service dates that still have an open appointment slot, soonest first.
Inferred read-onlyget_quoteGet the flat-rate price quote for a home size, service type, and optional add-ons.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for justcleangutters.com was fetched 2026-08-23T12:14:34.633Z.
justcleangutters.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.