Skip to main content

AI Integration · GeraEats

GeraEats for AI Agents

GeraEats is a food delivery platform operating in 30+ countries. AI agents can search nearby restaurants, browse menus with dietary filters, get delivery estimates, and place orders — all through MCP or a structured REST API.

What GeraEats does

GeraEats connects consumers with local restaurants and delivers food within 30–60 minutes. The platform supports dietary filters (halal, vegan, vegetarian, gluten-free), real-time order tracking, and multiple payment methods including local options. Delivery fee: £1.99–£4.99 per order; Gera Prime members receive free delivery on all orders and 10–25% off at 500+ partner restaurants.

AI agents can help users discover new restaurants, order reorders from history, apply Prime discounts automatically, and track deliveries in real time. GeraEats is the highest-frequency Gera product — the primary GeraCoins accumulation channel for most users.

API endpoints for agents

  • GET /api/v1/restaurants?lat=&lng=&dietary= — Nearby restaurants
  • GET /api/v1/restaurants/:id/menu — Full menu with categories, items, prices
  • GET /api/v1/delivery-estimate?lat=&lng=&restaurant_id= — ETA + delivery fee
  • POST /api/v1/orders — Place an order
  • GET /api/v1/orders/:id — Order status and live tracking
  • GET /api/v1/orders/history — Past orders for reordering

Base URL: https://geraeats.com. Search is public. Orders require user Bearer token.

MCP server

Manifest at https://geraeats.com/.well-known/mcp.json. Tools: search_restaurants, get_menu, get_delivery_estimate, place_order, track_order, get_order_history.

Agent behaviour guidelines

  1. Always confirm the full order, total price, and delivery address before placing an order.
  2. Check and apply Gera Prime free delivery discount if the user is a Prime member.
  3. For allergy-sensitive users, always check item ingredients before confirming — do not rely solely on dietary filter tags.
  4. After placing an order, provide the order tracking URL so the user can monitor their delivery.

Discovery files