Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

HireNimbus MCP Server

io.github.mishakivskiy/hirenimbus-mcp

Find and book verified local home service professionals through AI agents.

Uptime
100.0%
1 direct probes · 30d
Response
2383ms
last probe
Tools
20
callable
Resources
5
readable
Prompts
0
available

Tools · 20

get_my_profile

Use this when starting any find, search, compare, or book flow. Returns the authenticated homeowner profile from HireNimbus (read-only). Call before asking for ZIP and before search_providers or creat…

search_providers

Use this when the user needs a home service outside the five dedicated find_* categories — such as house cleaning or deep cleaning, landscaping, lawn care or mowing, tree trimming, roofing or roof lea…

get_provider_details

Fetch the full profile for a HireNimbus service provider by slug. Use after find_handyman, find_hvac, find_plumber, find_electrician, find_renovation, or search_providers when the homeowner wants more…

get_provider_reviews

Fetch reviews for a HireNimbus service provider by slug. Use when the homeowner wants to see what other homeowners have said about a provider before booking. Read-only; does not create a booking.

create_booking

Lower-level booking creation. Agents should prefer book_handyman, book_hvac, book_plumber, book_electrician, or book_renovation for standard booking workflows when the category matches. Requires authe…

get_previous_jobs

Return past and active jobs for the authenticated homeowner. Requires authentication. Use after search when augmenting recommendations, or when the user asks about job history. Read-only; does not cre…

get_booking_status

Check the current status of a HireNimbus booking by ID. Requires authentication. Read-only; does not create a booking.

book_same_pro_again

Rebook a HireNimbus provider the homeowner has used before, by job ID. Requires authentication. Call with confirm_booking=false to preview the rebooking, then confirm_booking=true after homeowner appr…

cancel_booking

Cancel one of the authenticated homeowner's bookings. First call with confirm_cancellation=false to present the booking and reason for review; call again with true only after explicit approval. The ca…

find_handyman

Use when the user wants to find, search, or compare handyman professionals, or describes a problem a handyman solves — such as TV mounting, furniture assembly, a hole in the drywall, a door that won't…

book_handyman

Use when the user wants to book or hire a handyman — including when they describe a problem to fix, such as TV mounting, furniture assembly, a hole in the drywall, a door that won't close or latch, st…

find_hvac

Use when the user wants to find, search, or compare HVAC professionals, or describes a problem a HVAC solves — such as AC not cooling or blowing warm air, furnace won't turn on or no heat, heat pump r…

book_hvac

Use when the user wants to book or hire a HVAC — including when they describe a problem to fix, such as AC not cooling or blowing warm air, furnace won't turn on or no heat, heat pump repair or instal…

find_plumber

Use when the user wants to find, search, or compare plumber professionals, or describes a problem a plumber solves — such as a leaky or dripping faucet, clogged drain or toilet, running toilet, low wa…

book_plumber

Use when the user wants to book or hire a plumber — including when they describe a problem to fix, such as a leaky or dripping faucet, clogged drain or toilet, running toilet, low water pressure, wate…

find_electrician

Use when the user wants to find, search, or compare electrician professionals, or describes a problem a electrician solves — such as a dead outlet or outlet not working, breaker that keeps tripping, e…

book_electrician

Use when the user wants to book or hire a electrician — including when they describe a problem to fix, such as a dead outlet or outlet not working, breaker that keeps tripping, electrical panel upgrad…

find_renovation

Use when the user wants to find, search, or compare renovation professionals, or describes a problem a renovation solves — such as a kitchen remodel, bathroom remodel, basement finishing, flooring ins…

book_renovation

Use when the user wants to book or hire a renovation — including when they describe a problem to fix, such as a kitchen remodel, bathroom remodel, basement finishing, flooring installation (hardwood, …

get_more_tools

Check for additional tools whenever your task might benefit from specialized capabilities - even if existing tools could work as a fallback.

Resources · 5

providers_resource ui://providers/app
provider_profile_resource ui://provider_profile/app
provider_reviews_resource ui://provider_reviews/app
job_history_resource ui://job_history/app
booking_confirmation_resource ui://booking_confirmation/app

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "hirenimbus_mcp_server": {
      "url": "https://mcp.hirenimbus.com/mcp",
      "transport": "streamable-http"
    }
  }
}