Catalog
io.github.geraservicesuk/mcp-gerarent
OfficialProperty rental: search listings, check availability, book rentals. 50+ countries.
Search property listings, check availability, and book rentals in 50+ countries.
README not available yet.
Install
Configuration
Environment variables
GERARENT_API_URLBase URL for the GeraRent API (defaults to https://api.gerarent.com)
claude_desktop_config.json
{
"mcpServers": {
"mcp-gerarent": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gerarent@0.1.1"
],
"env": {
"GERARENT_API_URL": "<YOUR_GERARENT_API_URL>"
}
}
}
}