LIVE ENDPOINT
https://clearbuild.studio/api/mcp/mcp
Connect to this endpoint to inspect the live schema for book_consultation and invoke it with your own arguments.
Indexed 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 server
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.submit_estimate— Create an estimate lead in Clear Build.reserve_booking— Hold a consultation slot for 5 minutes while the user confirms their address + phone.