Catalog
io.github.geraservicesuk/mcp-geraeats
OfficialBrowse restaurants, search dishes, order food delivery, track riders. 50+ countries.
Browse restaurants, search dishes, order food delivery, and track riders in 50+ countries.
README not available yet.
Install
Configuration
Environment variables
GERAEATS_API_URLBase URL for the GeraEats API (defaults to https://api.geraeats.com)
claude_desktop_config.json
{
"mcpServers": {
"mcp-geraeats": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-geraeats@1.0.1"
],
"env": {
"GERAEATS_API_URL": "<YOUR_GERAEATS_API_URL>"
}
}
}
}