Catalog
io.github.geraservicesuk/mcp-gera-home
OfficialFind and book home service providers: cleaning, repairs, beauty, moving. 50+ countries.
Booking platform for home service providers like cleaners, repairers, and movers.
README not available yet.
Install
Configuration
Environment variables
GERAHOME_API_URLBase URL for the GeraHome API (defaults to https://api.gerahome.com)
claude_desktop_config.json
{
"mcpServers": {
"mcp-gera-home": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gera-home@0.1.1"
],
"env": {
"GERAHOME_API_URL": "<YOUR_GERAHOME_API_URL>"
}
}
}
}