INDIVIDUAL MCP TOOL
list_watch_suggestions
The open 'send them this' cards across the account's watch lists (or one list): who, what they posted and where, the judge's one-line reason, the gift picked with its price, and whether the judge was low confidence (check the post first).
LIVE ENDPOINT
https://daymaker.com/api/v1/mcp
Connect to this endpoint to inspect the live schema for list_watch_suggestions 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 contains a write-action term.
- 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.daymaker]
url = "https://daymaker.com/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"daymaker": {
"type": "http",
"url": "https://daymaker.com/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: daymaker
Remote MCP URL: https://daymaker.com/api/v1/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": {
"daymaker": {
"url": "https://daymaker.com/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"daymaker": {
"type": "http",
"url": "https://daymaker.com/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "daymaker",
"transport": "streamable-http",
"url": "https://daymaker.com/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_delivery_coverage— Check whether Daymaker can hand-deliver a cake to a street address, and get per-size prices for that location.get_cake_catalog— What a Daymaker cake is, available sizes/shapes, and from-prices.start_gift— Create a new cake gift.add_recipient— Add the person receiving the cake AND the business they're at — the bakery needs both to hand it over.update_recipient— Fix a recipient on an unpaid gift — a typo'd address, a missing suite number, a phone number the sender found later.remove_recipient— Take a recipient off an unpaid gift — one cake fewer.find_recipient_address— Only know the recipient's company website?find_recipient_logo— Pull the logo a company already publishes on their own website, plus their brand colors, so the cake can look like it was made for them.