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.
ENDPOINT 1
https://clearbuild.studio/api/mcp/mcp
MCP server metadata
- Name
- clearbuild
- Version
- 1.0.0
Known tools 8
validate_zipCheck whether a 5-digit US zip code is inside Clear Build Denver-metro service area.
Inferred read-onlylist_project_typesList the supported renovation project types (basement, kitchen, bathroom, addition, etc).
Inferred read-onlyget_capacityCurrent Clear Build capacity snapshot — active project count, consultation slots this/next week, and lead time until the next available slot.
Inferred read-onlyget_pricingGet current pricing (base rate per sq ft, field report price, hourly rate) for a specific designer.
Inferred read-onlyreserve_bookingHold a consultation slot for 5 minutes while the user confirms their address + phone.
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.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.
clearbuild.studio is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.