Kolmo Construction
MCP server providing 12 tools for Seattle-area home remodeling: real-time cost estimation across 8 project types, contractor business info, project portfolio, blog content, and quote submission. Connects via Streamable HTTP — no auth required.
README
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 |
|---|---|
get_business_info |
Company info: contact, hours, service area, license |
list_services |
Residential remodeling services — supports keyword search and pagination |
get_service |
Full details for a service by slug; suggests similar slugs if not found |
list_commercial_services |
Commercial construction services (office, retail, industrial, hospitality) |
list_projects |
Completed projects with before/after photos — supports keyword search, category filter, and pagination |
get_project |
Full project details including images and testimonial; suggests similar slugs if not found |
list_blog_posts |
Published blog posts — filterable by tag and author, with pagination |
get_blog_post |
Full markdown content of a blog post by slug |
submit_contact_request |
Submit a quote request on behalf of a user; supports dryRun: true to preview without submitting |
list_project_types |
All 8 supported calculator project types with required input fields |
get_material_options |
Valid material IDs for flooring, paint, decking, etc. |
get_estimate |
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 details
Sample 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.