eCommerce
aidish-app.onrender.com
MCP server for restaurant takeout ordering that finds stores, lists menus, checks pickup availability, and places pickup orders.
ENDPOINT 1
https://aidish-app.onrender.com/mcp
MCP server metadata
- Name
- aidish-agent-gateway
- Version
- 1.0.0
AIDISH加盟店の受取注文(テイクアウト)を扱う窓口。店が決まっていなければ find_stores で探して利用者に選ばせる。注文前に list_menu と check_pickup_availability を呼び、利用者に内容・受取時刻・支払い(店頭)を確認してから place_pickup_order を呼ぶこと。
Known tools 4
find_storesAIから受取注文できる店を探す(店名・料理の種類・エリアで絞る)。tenant_id が分からない時は最初にこれを呼び、利用者に店を選んでもらう。
Inferred read-onlyplace_pickup_order受取注文(テイクアウト)を入れる。支払いは受取時に店頭(現金・カード・QR)。氏名と電話番号は必須で、店が受取時の本人確認と連絡に使う。注文前に必ず利用者に内容と受取時刻を確認すること。
Inferred read-onlyCONNECT 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.
onrender.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.