PluginBench
MCP Server

io.github.geraservicesuk/mcp-geraeats MCP Server

io.github.geraservicesuk/mcp-geraeats

What is the io.github.geraservicesuk/mcp-geraeats MCP server?

Browse restaurants, search dishes, order food delivery, track riders. 50+ countries.

How to install io.github.geraservicesuk/mcp-geraeats

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GERAEATS_API_URL

    Base URL for the GeraEats API (defaults to https://api.geraeats.com)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-geraeats": {
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-geraeats"
      ],
      "env": {
        "GERAEATS_API_URL": "<YOUR_GERAEATS_API_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-geraeats": {
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-geraeats"
      ],
      "env": {
        "GERAEATS_API_URL": "<YOUR_GERAEATS_API_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-geraeats": {
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-geraeats"
      ],
      "env": {
        "GERAEATS_API_URL": "<YOUR_GERAEATS_API_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-geraeats": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-geraeats"
      ],
      "env": {
        "GERAEATS_API_URL": "<YOUR_GERAEATS_API_URL>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-geraeats --env GERAEATS_API_URL=<YOUR_GERAEATS_API_URL> -- npx -y @gera-services/mcp-geraeats

Related MCP servers

Search doctors, check availability, book medical appointments. 7 tools. 50+ countries.

View repository →

GeraClone MCP — discover expert clones, check operator's clone status, start expert chats (consent).

View repository →

Find and book home service providers: cleaning, repairs, beauty, moving. 50+ countries.

View repository →

GeraLens MCP (placeholder) — ambient camera-activated service discovery. Launching 2026-2027.

View repository →

E-commerce marketplace: search products, order, track shipments. 50+ countries.

View repository →

GeraMind MCP (placeholder) — personal context vault for AI agents. Launching 2026.

View repository →