← All WebMCP sites

ourmenuos.online

Commercehttps://ourmenuos.online/listed as of 2026-08-27
The complete operating layer for modern businesses. Build your digital storefront, manage operations, and process payments instantly with 9 specialized industry templates and Tego Multimodal AI.
Run a live auditWe load the site in a real browser and score the tools it gives an agent.

Tools

ourmenu_search_cataloganswerimperative
Search products, menu items, or dishes on WETAEGO with dietary filtering.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search term or ingredient"
    },
    "dietary": {
      "type": "string",
      "enum": [
        "vegan",
        "halal",
        "gluten_free",
        "nut_free",
        "keto"
      ]
    }
  },
  "required": [
    "query"
  ]
}
ourmenu_find_venueanswerimperative
Find physical store or restaurant by slug or location.
Input schema
{
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "Venue URL slug"
    }
  },
  "required": [
    "slug"
  ]
}
ourmenu_payment_rouletteactimperative
Launch or get status of interactive Payment Roulette bill splitting game.
Input schema
{
  "type": "object",
  "properties": {
    "players": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}
Listings are sourced from public community registries and shown as reported.