INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://daymaker.com/api/v1/mcp
Connect to this endpoint to inspect the live schema for find_recipient_logo and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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?set_gift_design— Set what goes on the cake.