Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. HireNimbus MCP Server
H
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:07:47 AM

HireNimbus MCP Server

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "hirenimbus-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hirenimbus-mcp-server"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

HireNimbus home services MCP

Model Context Protocol server that connects AI assistants (Claude, ChatGPT, Gemini) to the HireNimbus home-services marketplace. Enables provider search, review aggregation, homeowner profile retrieval, and job booking β€” all through natural conversation.

Architecture

  • Runtime: Python 3.10, FastAPI, FastMCP (mcp 1.26.0)
  • Transport: Streamable HTTP at /mcp (rewritten from / for root-level MCP clients)
  • Deploy: AWS Lambda (arm64) via SAM + Docker container image; Mangum ASGI adapter
  • Auth: Optional OAuth2 with JWT Bearer tokens; rate limiting per IP

Quick Start

bash
# 1. Local secrets (gitignored β€” never commit)
cp local.config.example.json local.config.json
# Edit local.config.json with your values (or use .env β€” see .env.example)

# 2. SAM deploy overrides (ECR image URI β€” gitignored)
cp samconfig.local.toml.example samconfig.local.toml
# Edit samconfig.local.toml with your AWS ECR repository

# Build & deploy to AWS (local)
sam build && sam deploy --config-file samconfig.toml --config-file samconfig.local.toml

# Local development
pip install -r requirements.txt
uvicorn src.main:app --reload

GitHub Actions auto-deploy on main uses repository secrets (see internal deploy docs).

Configuration

Sensitive values live in local.config.json (gitignored) or environment variables. Copy local.config.example.json β†’ local.config.json and fill in your values. Env vars always take precedence.

Public defaults remain in code for shared HireNimbus API endpoints (service.hirenimbus.com). URLs, tokens, and credentials must be set explicitly.

VariablePurpose
PROVIDERS_APIProvider search endpoint
REVIEWS_APIProvider profile & reviews base URL
BOOKING_APIJob creation endpoint
COORDS_RESOLVE_APICity/text to coordinates resolution
ZIP_RESOLVE_APIZIP to city resolution
SEND_BOOK_NOTIFICATION_APISMS notification to homeowner
SEND_JOB_TO_SLACK_APISlack job alerts
MCP_MONITOR_ENABLEDPost MCP auth/tool events to Slack (default: true)
MCP_MONITOR_SLACK_CHANNELSlack channel for MCP monitor events (default: mcp-monitor)
MCP_MONITOR_SLACK_APISlack webhook for monitor events (defaults to SEND_JOB_TO_SLACK_API)
OAUTH_CLIENT_ID / OAUTH_CLIENT_SECRETEnable OAuth2 (both must be set)
OAUTH_TOKEN_TTLAccess token lifetime in seconds (default: 3600)
RATE_LIMIT_RPMRequests per minute per IP (default: 60, 0 = off)
PUBLIC_BASE_URLCanonical public URL for OAuth issuer/audience

MCP Tools

Implemented

search_providers

Search for home service professionals near a location.

ParameterTypeRequiredDescription
querystringYesService keyword β€” "plumber", "HVAC repair", "house cleaning"
locationobjectYesOne of: {"text": "Alexandria, VA"}, {"zip": "22314"}, or {"lat": 38.8, "lng": -77.0}
pageintNoPagination page (default: 1)
limitintNoResults count (default: 6)

Returns: providers list (name, slug, profile_url, rating, reviews_count, highlights) + resolved_location.


get_provider_details

Full profile for a single provider β€” bio, services, areas, hours, FAQ, photos.

ParameterTypeRequiredDescription
slugstringYesProvider slug from search_providers results

Returns: name, about, profile_url, profile_image_url, primary_service, services_offered, operational_areas, rating, reviews_count, hours_of_operation, faq, media_count, booking_supported.


get_provider_reviews

Aggregated reviews from Google, Yelp, Thumbtack, HomeAdvisor, and Nimbus.

ParameterTypeRequiredDescription
slugstringYesProvider slug from search_providers results
pageintNoPagination page (default: 1)
page_sizeintNoReviews per page, 1–10 (default: 5)

Returns: reviews list (reviewer_name, date, rating, comment, source), stats (avg_rating, total_reviews), pagination, profile_url.


get_homeowner_profile

Returns the OAuth-linked homeowner's saved name, phone, and address. No parameters β€” identity comes from the JWT session.

Returns: connected, name, phone, address, source, tool_sourced_only.


create_booking

Submit a job request to a provider. Triggers instant SMS + Slack notification.

ParameterTypeRequiredDescription
serviceProviderSlugstringYesProvider slug
namestringYesHomeowner full name
phonestringYesHomeowner phone
job_descriptionstringYesDetailed description of work needed
addressobjectYesMust include address1, city, region, postalCode
sourcestringNoAI assistant name (default: "AI Assistant")
locationobjectNoOptional geocoding hint (same format as search_providers)

Returns: status, job_id, message, details (notification delivery status).


Planned Tools

process_payment

Process a payment for a completed or quoted job through the Nimbus platform.

ParameterTypeRequiredDescription
job_idstringYesJob identifier from create_booking
amountnumberYesPayment amount in USD
payment_methodstringYesOne of: card_on_file, new_card, bank_transfer
card_tokenstringNoRequired when payment_method is new_card

Expected returns: status (success/pending/failed), transaction_id, receipt_url, message.

Typical flow: After a provider sends an estimate through Nimbus, the homeowner confirms the amount and the assistant processes payment via this tool. Supports saved payment methods and one-time card tokens.


approve_invoice

Review and approve (or reject) an invoice submitted by a service provider.

ParameterTypeRequiredDescription
invoice_idstringYesInvoice identifier
actionstringYesOne of: approve, reject, request_revision
notesstringNoHomeowner comments or reason for rejection

Expected returns: status, invoice_id, updated_amount, provider_notified, message.

Typical flow: The assistant retrieves pending invoices for the homeowner, presents line items and totals, and lets the homeowner approve, reject, or request changes β€” all conversationally.


schedule_appointment

Book a specific date and time slot with a provider for an existing or new job.

ParameterTypeRequiredDescription
serviceProviderSlugstringYesProvider slug
job_idstringNoExisting job ID (if scheduling for an already-booked job)
preferred_datestringYesISO 8601 date (2025-03-28)
preferred_time_slotstringYesOne of: morning, afternoon, evening, or specific time like 14:00
notesstringNoSpecial instructions (access codes, pet info, etc.)

Expected returns: status (confirmed/pending_provider), appointment_id, confirmed_datetime, provider_notified, message.

Typical flow: After booking a job, the homeowner asks "Can I get this done Friday morning?" β€” the assistant checks provider availability and locks in a time slot, notifying both parties.


Typical Conversation Flow

Code
User: "I need a plumber in Alexandria, VA"
  -> search_providers(query="plumber", location={"text": "Alexandria, VA"})

User: "Tell me more about the first one"
  -> get_provider_details(slug="...")

User: "What do people say about them?"
  -> get_provider_reviews(slug="...")

User: "Book them for a leaking faucet"
  -> get_homeowner_profile()          # load saved name/phone/address
  -> [confirm with user]
  -> create_booking(...)              # submit job + notify provider

User: "Schedule it for Friday morning"
  -> schedule_appointment(...)        # (planned)

User: "They sent an invoice β€” looks good, approve it"
  -> approve_invoice(...)             # (planned)

User: "Pay with my card on file"
  -> process_payment(...)             # (planned)

License

This repository is source-available under the HireNimbus Demo Software License. It is provided for demo, reference, and evaluation purposes only. It is not open source and is not licensed for commercial, production, hosted, or competitive use.

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • BoostedTravel logoBoostedTravel

    Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.

    πŸ’» Developer Tools0 views
    Compare vs BoostedTravel β†’
  • F
    File Organizer Ai Mcp

    AI-powered file organizer ai MCP server for agents. Supports categorize by extension, find d...

    πŸ’» Developer Tools0 views
    Compare vs File Organizer Ai Mcp β†’

Frequently Asked Questions about HireNimbus MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "hirenimbus-mcp-server": { "command": "npx", "args": ["-y", "HireNimbus MCP Server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewHireNimbus MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/hirenimbus-mcp-server?style=directory)](https://allmcps.com/mcp/hirenimbus-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/hirenimbus-mcp-server"><img src="https://allmcps.com/api/badge/hirenimbus-mcp-server?style=directory" alt="HireNimbus MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to HireNimbus MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code