Sign In

@gera-services/mcp-gera-home

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gera-services/mcp-gera-home

MCP server for GeraHome home services marketplace — find providers, get quotes, and book cleaning, repairs, beauty, and moving services across 50+ countries

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@gera-services/mcp-gera-home

MCP (Model Context Protocol) server for GeraHome -- the home services marketplace by Gera Services.

Enables AI assistants (Claude, ChatGPT, etc.) to search service providers, get price estimates, and book home services like cleaning, plumbing, electrical, beauty, and moving across 50+ countries.

Tools

ToolDescriptionAuth Required
list_service_categoriesList all available service categories (cleaning, plumbing, etc.)No
search_providersSearch providers by category, location, availability, and ratingNo
get_provider_profileGet detailed provider profile (services, pricing, reviews)No
get_featured_providersGet top-rated, verified providersNo
get_price_estimateGet estimated price range for a service jobNo
get_provider_slotsGet available time slots for a provider on a given dateNo
book_serviceBook a home service with a providerYes

Installation

npm install @gera-services/mcp-gera-home

Usage

With Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "gera-home": {
      "command": "npx",
      "args": ["@gera-services/mcp-gera-home"]
    }
  }
}

With a custom API endpoint

{
  "mcpServers": {
    "gera-home": {
      "command": "npx",
      "args": ["@gera-services/mcp-gera-home"],
      "env": {
        "GERAHOME_API_URL": "https://your-api-url.example.com"
      }
    }
  }
}

Standalone

npx @gera-services/mcp-gera-home

Configuration

Environment VariableDescriptionDefault
GERAHOME_API_URLBase URL for the GeraHome APIhttps://api.gerahome.com

Multi-Country Support

GeraHome operates across 50+ countries. Pass a country code (ISO 3166-1 alpha-2) to any tool to scope results to that country. Supports proximity search via latitude/longitude and city-based filtering.

Authentication

Browse and search tools work without authentication. Booking requires a user bearer token passed via the auth_token parameter.

License

MIT

Keywords

mcp

FAQs

Package last updated on 24 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts