home-services-mcp
https://server.smithery.ai/engineering-yr5q/home-services-mcp/mcpHome Services MCP by HireNimbus is a booking-capable MCP server that lets AI agents help homeowners find, compare, and book verified local home service professionals. It supports handyman, renovation, HVAC, plumbing, electrical, and landscaping jobs across six US metro markets, with explicit homeowner confirmation before any booking is submitted. - Check whether a service is supported in a given metro area or ZIP code - Search verified pros by service type, location, urgency, and job description - Fetch provider profiles, ratings, and reviews - Preview a booking request before submitting - Submit a booking only after explicit homeowner confirmation - Check booking status for active jobs - Rebook a previously used provider ### Supported Categories - **Handyman** — general repairs, mounting, furniture assembly, drywall patches, fixture replacement - **Renovation** — kitchen upgrades, bathroom upgrades, decks, flooring, drywall, painting - **HVAC** — servicing, maintenance, repair, installation, AC, heating, furnace, heat pumps - **Plumbing** — leaks, drains, toilets, sinks, faucets, water heaters, pipe repairs - **Electrical** — outlets, switches, wiring, panels, lighting, ceiling fans, EV chargers - **Landscaping** — lawn care, yard cleanup, tree trimming, mulch, garden cleanup, seasonal work ### Supported Markets - **Washington DC Metro** — Washington DC, Arlington, Alexandria, Bethesda, Silver Spring, Fairfax - **San Francisco Bay Area** — San Francisco, Oakland, San Jose, Palo Alto, Mountain View - **Austin Metro** — Austin, Round Rock, Cedar Park, Pflugerville, Georgetown - **Atlanta Metro** — Atlanta, Decatur, Sandy Springs, Marietta, Roswell, Alpharetta - **Boston Metro** — Boston, Cambridge, Somerville, Brookline, Newton, Quincy - **NYC Metro** — New York City, Brooklyn, Queens, Manhattan, Jersey City, Hoboken ### Available Tools | Tool | Purpose | |---|---| | `search_providers` | Search verified providers by service, location, and job description | | `get_provider_details` | Fetch a provider's full profile | | `get_provider_reviews` | Fetch reviews for a provider | | `book_home_service` | Preview or create a booking request | | `get_booking_status` | Check status of an active booking | | `get_previous_jobs` | Load homeowner's job history | | `book_same_pro_again` | Rebook a previously used provider | ### Example Prompts - "Book a handyman in Washington, DC." - "Find a plumber for a leaking sink in Brooklyn." - "Schedule HVAC maintenance in Austin." - "Get quotes for a bathroom upgrade in Boston." - "Find an electrician for an EV charger in the Bay Area." - "Book landscaping cleanup in Atlanta." ### Safety and Confirmation Home service bookings involve real homes, schedules, addresses, and phone numbers. HireNimbus requires agents to follow a confirmation-safe workflow: 1. Check service coverage 2. Search verified providers 3. Compare profiles and reviews 4. Preview the booking 5. Ask the homeowner to confirm 6. Submit only after confirmation The MCP does not silently book appointments. Booking requests require explicit homeowner confirmation. Search uses city and state, not full street addresses. This MCP is not intended for emergency services. ### FAQ **What is Home Services MCP by HireNimbus?** An MCP server that lets AI agents help homeowners find, compare, and book verified local home service professionals for handyman, renovation, HVAC, plumbing, electrical, and landscaping jobs in supported US metro markets. **What services does HireNimbus MCP support?** Six categories: handyman, renovation, HVAC, plumbing, electrical, and landscaping. **What markets does HireNimbus MCP support?** Six US metro markets: Washington DC Metro, San Francisco Bay Area, Austin Metro, Atlanta Metro, Boston Metro, and NYC Metro. **Can agents book home service professionals through HireNimbus?** Yes. Agents can search for providers, create a booking preview, and submit a booking request. All bookings require explicit homeowner confirmation before submission. **Does HireNimbus require confirmation before booking?** Yes. Agents must preview the booking and get explicit homeowner confirmation before submitting a request. No silent bookings. **Is the public repository open source?** No. The repository is source-available under the HireNimbus Demo Software License. It is not licensed for commercial, production, hosted, or competitive use without written permission. ### Links - [Agent-facing docs](https://hirenimbus.com/home-services-mcp) - [GitHub repository](https://github.com/Hire-Nimbus/nimbus-mcp-server) - [Contact for production access](mailto:[email protected])
How to connect
https://server.smithery.ai/engineering-yr5q/home-services-mcp/mcp
curl -X POST https://server.smithery.ai/engineering-yr5q/home-services-mcp/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'