Kolmo Construction MCP Server
A live Model Context Protocol server for Seattle-area home remodeling cost estimation. No authentication required.
Endpoint: https://www.kolmo.io/mcp
Transport: Streamable HTTP
Discovery: https://www.kolmo.io/.well-known/mcp.json
Connect
# Claude Code
claude mcp add --transport http kolmo https://www.kolmo.io/mcp// Claude Desktop / claude_desktop_config.json
{
"mcpServers": {
"kolmo": {
"type": "http",
"url": "https://www.kolmo.io/mcp"
}
}
}Tools
Tool | Description |
| Company info: contact, hours, service area, license |
| Residential remodeling services — supports keyword |
| Full details for a service by slug; suggests similar slugs if not found |
| Commercial construction services (office, retail, industrial, hospitality) |
| Completed projects with before/after photos — supports keyword |
| Full project details including images and testimonial; suggests similar slugs if not found |
| Published blog posts — filterable by |
| Full markdown content of a blog post by slug |
| Submit a quote request on behalf of a user; supports |
| All 8 supported calculator project types with required input fields |
| Valid material IDs for flooring, paint, decking, etc. |
| Calculate itemized cost estimate with labor, materials, and timeline |
Supported Project Types
interior-painting · exterior-painting · flooring · deck · windows · siding · fence · landscaping
Example Usage
1. Call list_project_types to see required fields
2. Call get_material_options for valid material IDs
3. Call get_estimate with your project detailsSample estimate — 400 sqft LVP flooring:
{
"projectType": "flooring",
"project": {
"rooms": [{ "id": "1", "name": "Living Room", "length": 20, "width": 20 }],
"flooringMaterial": "vinyl-plank-lvp",
"includesUnderlayment": true,
"includesRemoval": true,
"removalType": "carpet",
"includesBaseboard": false,
"includesSubfloorPrep": false,
"transitionCount": 2
}
}Returns: total cost, material cost, labor cost, time estimate (days), itemized line items.
Service Area
Seattle, Bellevue, Kirkland, Redmond, Sammamish, Issaquah, Renton, Kent, Federal Way, Mercer Island — King County, WA.
About Kolmo Construction
Licensed & bonded Seattle general contractor (WA License: KOLMOC*792KL). Founded 2010. Rating: 4.9★ / 127 reviews.
Website: kolmo.io
Calculator: kolmo.io/calculator
Phone: (206) 410-5100