eCommerce
weekendnodessert.com
A cake shop ordering assistant MCP server that provides shop info, lists available cakes, checks pickup availability, builds order links, and places order requests on behalf of users.
ENDPOINT 1
https://weekendnodessert.com/api/mcp
MCP server metadata
- Name
- weekendnodessert
- Version
- 1.0.0
Known tools 5
get_availability查哪些日期可以訂、每天有哪些 10 分鐘取貨時段。bookable=true 才能訂;full 是額滿、closed 是休息。日期不填預設今天起 60 天。
Inferred read-onlyplace_order代使用者送出訂購申請(等同網站表單)。送出前必須向使用者逐項確認:蛋糕與尺寸、取貨日期與時段、加購、姓名、手機、Email、Instagram 帳號,並告知:這是預約申請,需匯款並回報末五碼後才成立;現作蛋糕不適用七日鑑賞期;改期需取貨前一週、改時段需前兩天;成立後取消退款一半。使用者明確同意後才呼叫。成功會回票券連結(含匯款資訊與 QR code)。
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.