# kolmo construction

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kolmo/cosntruction

# Browse available tools
npx -y @smithery/cli@latest tool list kolmo/cosntruction

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kolmo/cosntruction get_business_info

# Call a tool
npx -y @smithery/cli@latest tool call kolmo/cosntruction get_business_info '{}'
```

## Direct MCP Connection

Endpoint: `https://cosntruction--kolmo.run.tools`

## Tools (12)

- `get_business_info` — Get Kolmo Construction company information: contact details, hours, service area, specializations, and tools.
- `list_services` — List all residential remodeling services with slugs, descriptions, and page URLs.
- `get_service` — Get full details for a specific residential service by its slug.
- `list_commercial_services` — List commercial construction services. Optionally filter by category: office, retail, industrial, hospitality.
- `list_projects` — List completed remodeling projects with before/after photos and locations.
- `get_project` — Get full details for a specific project by its slug, including before/after images and testimonial.
- `list_blog_posts` — List published blog posts about home remodeling, renovation costs, and construction tips.
- `get_blog_post` — Get the full markdown content of a blog post by its slug.
- `submit_contact_request` — Submit a contact or quote request to Kolmo Construction on behalf of a user.
- `list_project_types` — List all 8 supported calculator project types with their required input fields. Call this before get_estimate to know w…
- `get_material_options` — Get available material choices for a project type — flooring types, paint grades, decking materials, etc. Use the retur…
- `get_estimate` — Calculate a Seattle-area cost estimate for a home remodeling project. Returns total cost, material cost, labor cost, ti…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get kolmo/cosntruction <tool-name>
```
