← Registry

General Tools

clearbuild.studio

Provides business data and availability for Clear Build renovation services including service area validation, project types, capacity, pricing, and consultation slots.

1 endpoint8 known toolsFirst detected August 1, 2026Last detected August 1, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
clearbuild
Version
1.0.0
Capabilities
tools.listChanged

Known tools 8

validate_zip

Check whether a 5-digit US zip code is inside Clear Build Denver-metro service area.

Inferred read-only
list_project_types

List the supported renovation project types (basement, kitchen, bathroom, addition, etc).

Inferred read-only
get_capacity

Current Clear Build capacity snapshot — active project count, consultation slots this/next week, and lead time until the next available slot.

Inferred read-only
get_pricing

Get current pricing (base rate per sq ft, field report price, hourly rate) for a specific designer.

Inferred read-only
get_availability

List available consultation slots from Cal.com.

Inferred read-only
submit_estimate

Create an estimate lead in Clear Build.

Potential side effects
reserve_booking

Hold a consultation slot for 5 minutes while the user confirms their address + phone.

Inferred read-only
book_consultation

Confirm a booking held via reserve_booking.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for clearbuild.studio was fetched 2026-08-04T01:28:48.552Z and is being refreshed.

Trust status Neutral

clearbuild.studio is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.