
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@gera-services/mcp-geraeats
Advanced tools
MCP server for GeraEats food delivery — browse restaurants, view menus, search dishes, and place delivery orders across 50+ countries
MCP (Model Context Protocol) server for GeraEats -- the food delivery marketplace by Gera Services.
Enables AI assistants (Claude, ChatGPT, etc.) to browse restaurants, view menus, search dishes by cuisine or dietary preference, place delivery orders, and track deliveries across 50+ countries.
| Tool | Description | Auth Required |
|---|---|---|
search_restaurants | Search restaurants by cuisine, location, and rating | No |
get_restaurant_details | Get full restaurant details (hours, delivery zones, minimum order) | No |
get_menu | Get a restaurant's full menu with categories, prices, and dietary tags | No |
search_menu_items | Search dishes across all restaurants by name or dietary preference | No |
place_order | Place a food delivery order | Yes |
track_order | Track order status with rider location and ETA | Yes |
get_order_history | Get past orders for the user with pagination and date filtering | Yes |
npm install @gera-services/mcp-geraeats
Add to your claude_desktop_config.json:
{
"mcpServers": {
"geraeats": {
"command": "npx",
"args": ["@gera-services/mcp-geraeats"]
}
}
}
{
"mcpServers": {
"geraeats": {
"command": "npx",
"args": ["@gera-services/mcp-geraeats"],
"env": {
"GERAEATS_API_URL": "https://your-api-url.example.com"
}
}
}
}
npx @gera-services/mcp-geraeats
| Environment Variable | Description | Default |
|---|---|---|
GERAEATS_API_URL | Base URL for the GeraEats API | https://api.geraeats.com |
GeraEats 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 for finding nearby restaurants.
The search_menu_items tool supports filtering by dietary preference: vegetarian, vegan, halal, gluten-free, and dairy-free.
Browse, search, and menu tools work without authentication. Placing orders and tracking require a user bearer token passed via the auth_token parameter.
MIT
FAQs
MCP server for GeraEats food delivery — browse restaurants, view menus, search dishes, and place delivery orders across 50+ countries
We found that @gera-services/mcp-geraeats demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.