← clearbuild.studio

INDIVIDUAL MCP TOOL

submit_estimate

Create an estimate lead in Clear Build.

clearbuild.studionone authenticationAvailability not checked

LIVE ENDPOINT

https://clearbuild.studio/api/mcp/mcp

No auth detected

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

Indexed 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 server

clearbuild.studio

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

.mcp.json

{
  "mcpServers": {
    "clearbuild": {
      "type": "http",
      "url": "https://clearbuild.studio/api/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • validate_zip — Check whether a 5-digit US zip code is inside Clear Build Denver-metro service area.
  • list_project_types — List the supported renovation project types (basement, kitchen, bathroom, addition, etc).
  • get_capacity — Current Clear Build capacity snapshot — active project count, consultation slots this/next week, and lead time until the next available slot.
  • get_pricing — Get current pricing (base rate per sq ft, field report price, hourly rate) for a specific designer.
  • get_availability — List available consultation slots from Cal.com.
  • reserve_booking — Hold a consultation slot for 5 minutes while the user confirms their address + phone.
  • book_consultation — Confirm a booking held via reserve_booking.