{
  "markdown": "# Kolmo Construction MCP Server\n\nA live [Model Context Protocol](https://modelcontextprotocol.io) server for Kolmo Construction — Seattle residential & commercial contractor. No authentication required.\n\n**Endpoint:** `https://www.kolmo.io/mcp`\n**Transport:** Streamable HTTP\n**Discovery:** `https://www.kolmo.io/.well-known/mcp.json`\n**Server version:** `1.5.0`\n\n## Connect\n\n```bash\n# Claude Code\nclaude mcp add --transport http kolmo https://www.kolmo.io/mcp\n```\n\n```json\n// Claude Desktop — claude_desktop_config.json\n{\n  \"mcpServers\": {\n    \"kolmo\": {\n      \"type\": \"http\",\n      \"url\": \"https://www.kolmo.io/mcp\"\n    }\n  }\n}\n```\n\n<!-- generated:tools:start -->\n## Tools (36)\n\n| Tool | Description |\n|------|-------------|\n| `get_business_info` | Get Kolmo Construction company information: contact details, hours, service area, specializations, and tools. |\n| `list_services` | List all residential remodeling services with slugs, descriptions, and page URLs. |\n| `get_service` | Get full details for a specific residential service by its slug. |\n| `list_commercial_services` | List commercial construction services with slugs and citable page URLs. |\n| `list_procurement_codes` | List Kolmo's vendor procurement codes (NAICS, NIGP, UNSPSC) for government and agency portals such as SAM.gov, WA WEBS, OpenGov, MRSC, King County, and City of Seattle. |\n| `list_projects` | List Kolmo's completed projects — residential remodels AND commercial / public-works work — with photos and locations. |\n| `get_project` | Get full details for a specific project by its slug, including before/after images and testimonial. |\n| `get_project_testimonials` | Get customer testimonials tied to a specific project (by slug or keyword) from the testimonials table. |\n| `list_blog_posts` | List published blog posts about home remodeling, renovation costs, and construction tips. |\n| `get_blog_post` | Get the full markdown content of a blog post by its slug. |\n| `list_blog_tags_and_categories` | Enumerate every tag and category used across Kolmo's published blog posts, with post counts. |\n| `submit_contact_request` | Submit a contact or quote request to Kolmo Construction on behalf of a user. |\n| `list_project_types` | List all 13 supported calculator project types with their required input fields and descriptions. |\n| `get_material_options` | Get available material choices for a project type — flooring types, paint grades, decking materials, kitchen/bath/basement/ADU scope tiers, ADA modifications, etc. |\n| `get_estimate` | Calculate a Seattle-area cost estimate. |\n| `list_reviews` | List customer reviews and testimonials for Kolmo Construction. |\n| `check_permit_requirements` | Check whether a residential construction project in King/Pierce/Snohomish counties requires a permit. |\n| `get_permit_rule_details` | Enumerate permit rules with full detail — timeline, fee model, inspection sequence, submittals, required contractor specialties. |\n| `match_contractor_to_permit` | Cross-reference a WA contractor's L&I license specialty against a permit's required specialties. |\n| `estimate_permit_fee` | Estimate the permit fee for a residential project based on jurisdiction, project type, and project valuation. |\n| `resolve_permit_submittals` | Resolve the structured submittal-item set for a specific parcel + permit scope, via the unified permit-engine pipeline. |\n| `list_permit_jurisdictions` | List the jurisdictions in Kolmo's permit catalog (King, Pierce, Snohomish counties). |\n| `lookup_parcel_by_address` | Address-first parcel lookup powering the /permits experience. |\n| `parse_project_description` | Parse a homeowner's natural-language project description into structured permit-relevant fields: projectType (kitchen\\|bathroom\\|deck\\|adu\\|fence\\|...), areaSqft, heightClass, attached… |\n| `answer_permit_question` | Grounded permit Q&A for a specific Seattle-area address. |\n| `get_neighbor_permit_activity` | Aggregate permit activity within ~1500 ft of a Seattle-area parcel over the last 24 months. |\n| `get_permit_data_freshness` | Source-freshness telemetry for the permit catalog. |\n| `get_material_catalog` | Browse the full material catalog with pricing — flooring types, paint grades, decking materials, siding, windows, fencing, and more. |\n| `get_weather_window` | Check if upcoming weather in Seattle is suitable for an exterior construction project. |\n| `get_neighborhood_project_activity` | See what remodeling projects Kolmo Construction has completed in a specific Seattle neighborhood or city. |\n| `check_service_area_coverage` | Check whether Kolmo services a given city, neighborhood, or ZIP in the Seattle / King County area. |\n| `get_project_roi` | Get the estimated return on investment (ROI) for a home remodeling project in the Seattle area. |\n| `check_contractor_license_status` | Look up any Washington State contractor's license, bond, and insurance status using public L&I data (updated daily). |\n| `get_author_bio` | Get the biography, credentials, expertise areas, and recent articles for a Kolmo Construction blog author. |\n| `search_content` | Search across all Kolmo content — services, projects, and blog posts — with a single keyword query. |\n| `get_financing_options` | Get home improvement financing options for a Seattle remodeling project. |\n<!-- generated:tools:end -->\n\n<!-- generated:prompts:start -->\n## Workflow prompts (6)\n\nGuided multi-step workflows, served via `prompts/list` / `prompts/get`:\n\n- `estimate_project` (`project_type`, `rough_size`?, `budget_range`?) — Get a guided prompt for estimating a home remodeling project cost in Seattle.\n- `check_permit_needs` (`project_type`, `location`?) — Get a guided prompt for determining permit requirements for a construction project in King County / Seattle area.\n- `plan_renovation` (`project_type`, `budget`?, `timeline`?) — Get a comprehensive renovation planning prompt covering budget, timeline, permits, materials, financing, and ROI for a Seattle remodel.\n- `verify_contractor` (`contractor_query`) — Get a prompt for verifying a Washington state contractor's license, bond, and insurance before hiring.\n- `compare_financing` (`budget`, `credit_profile`?) — Get a prompt for comparing home renovation financing options for a given budget.\n- `explore_neighborhood` (`neighborhood`, `project_type`?) — Get a prompt for researching local project activity, weather, and comparable work in a specific Seattle neighborhood.\n<!-- generated:prompts:end -->\n\n## Supported Project Types\n\n<!-- generated:project-types:start -->\n`interior-painting` · `exterior-painting` · `flooring` · `deck` · `windows` · `siding` · `fence` · `landscaping` · `kitchen` · `bathroom` · `basement` · `adu` · `ada`\n<!-- generated:project-types:end -->\n\n## Example Usage\n\n```\n1. Call list_project_types to see required fields\n2. Call get_material_options for valid material IDs\n3. Call get_estimate with your project details\n```\n\n**Sample estimate — 400 sqft LVP flooring:**\n```json\n{\n  \"projectType\": \"flooring\",\n  \"project\": {\n    \"rooms\": [{ \"id\": \"1\", \"name\": \"Living Room\", \"length\": 20, \"width\": 20 }],\n    \"flooringMaterial\": \"vinyl-plank-lvp\",\n    \"includesUnderlayment\": true,\n    \"includesRemoval\": true,\n    \"removalType\": \"carpet\",\n    \"includesBaseboard\": false,\n    \"includesSubfloorPrep\": false,\n    \"transitionCount\": 2\n  }\n}\n```\n\nReturns: total cost, material cost, labor cost, time estimate (days), itemized line items.\n\n## Service Area\n\nSeattle, Bellevue, Kirkland, Redmond, Sammamish, Issaquah, Renton, Kent, Federal Way, Mercer Island — King County, WA.\n\n## About Kolmo Construction\n\nLicensed & bonded Seattle general contractor (WA License: KOLMOL*753JS, SEDBE #D700031098, SCS #7259). Kolmo LLC, established 2025. Rating: 5.0★ on Google.\n\n- Website: [kolmo.io](https://www.kolmo.io)\n- Calculator: [kolmo.io/calculator](https://www.kolmo.io/calculator)\n- Phone: (206) 410-5100\n",
  "bytes": 7889,
  "sha": "e8d8ced5059eab167fa7658ef54738e811d1ca0d5cfac76e5bd5eb109dc69919",
  "repo_slug": "kolmo-construction/kolmo-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_kolmo_www_kolmo_mcp_server_06675b02/readme"
}