INDIVIDUAL MCP TOOL
place_order
代使用者送出訂購申請(等同網站表單)。送出前必須向使用者逐項確認:蛋糕與尺寸、取貨日期與時段、加購、姓名、手機、Email、Instagram 帳號,並告知:這是預約申請,需匯款並回報末五碼後才成立;現作蛋糕不適用七日鑑賞期;改期需取貨前一週、改時段需前兩天;成立後取消退款一半。使用者明確同意後才呼叫。成功會回票券連結(含匯款資訊與 QR code)。
LIVE ENDPOINT
https://weekendnodessert.com/api/mcp
Connect to this endpoint to inspect the live schema for place_order and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
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.weekendnodessert]
url = "https://weekendnodessert.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"weekendnodessert": {
"type": "http",
"url": "https://weekendnodessert.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: weekendnodessert
Remote MCP URL: https://weekendnodessert.com/api/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": {
"weekendnodessert": {
"url": "https://weekendnodessert.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"weekendnodessert": {
"type": "http",
"url": "https://weekendnodessert.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "weekendnodessert",
"transport": "streamable-http",
"url": "https://weekendnodessert.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_shop_info— 週末不賣甜點的取貨地點、平假日取貨時段、付款與訂購流程、改期取消規則、尺寸對照。回答「在哪裡拿、怎麼訂、怎麼付」先呼叫這個。list_cakes— 目前上架的蛋糕:名稱、茶底、尺寸與價格(TWD)、加購品項。get_availability— 查哪些日期可以訂、每天有哪些 10 分鐘取貨時段。bookable=true 才能訂;full 是額滿、closed 是休息。日期不填預設今天起 60 天。build_order_link— 把使用者選好的蛋糕、尺寸、日期、時段帶進網站訂購頁的連結,使用者自己按送出。不確定要不要代為下單時用這個。