← Registry

eCommerce

aidish-app.onrender.com

MCP server for restaurant takeout ordering that finds stores, lists menus, checks pickup availability, and places pickup orders.

1 endpoint4 known toolsFirst detected September 14, 2026Last detected September 14, 2026

ENDPOINT 1

https://aidish-app.onrender.com/mcp

No auth detected

MCP server metadata

Name
aidish-agent-gateway
Version
1.0.0
Capabilities
tools
Server instructions

AIDISH加盟店の受取注文(テイクアウト)を扱う窓口。店が決まっていなければ find_stores で探して利用者に選ばせる。注文前に list_menu と check_pickup_availability を呼び、利用者に内容・受取時刻・支払い(店頭)を確認してから place_pickup_order を呼ぶこと。

Known tools 4

find_stores

AIから受取注文できる店を探す(店名・料理の種類・エリアで絞る)。tenant_id が分からない時は最初にこれを呼び、利用者に店を選んでもらう。

Inferred read-only
list_menu

店のお品書き(公開中の商品・税込価格・説明・オプション)を返す。注文の前に必ずこれで menu_id を確かめる。

Inferred read-only
check_pickup_availability

今この店が受取注文(テイクアウト)を受け付けているか、最短の受取時刻、店の連絡先を返す。

Inferred read-only
place_pickup_order

受取注文(テイクアウト)を入れる。支払いは受取時に店頭(現金・カード・QR)。氏名と電話番号は必須で、店が受取時の本人確認と連絡に使う。注文前に必ず利用者に内容と受取時刻を確認すること。

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.aidish-agent-gateway]
url = "https://aidish-app.onrender.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aidish-agent-gateway": {
      "type": "http",
      "url": "https://aidish-app.onrender.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aidish-agent-gateway
Remote MCP URL: https://aidish-app.onrender.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "aidish-agent-gateway": {
      "url": "https://aidish-app.onrender.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aidish-agent-gateway": {
      "type": "http",
      "url": "https://aidish-app.onrender.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aidish-agent-gateway",
  "transport": "streamable-http",
  "url": "https://aidish-app.onrender.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for onrender.com was fetched 2026-09-27T04:50:32.253Z.

Trust status Trusted

onrender.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.