eCommerce
angrydonkeybakeries.com
Searches and retrieves product details from independent bakeries.
ENDPOINT 1
https://angrydonkeybakeries.com/mcp
MCP server metadata
- Name
- angry-donkey-bakeries
- Version
- 1.1.0
A marketplace of independent bakeries (cakes, cupcakes, donuts, cheesecake, cookies, and more). Start with search_products or recommend — pass the customer's request in plain natural language (e.g. "gluten-free birthday cake for 20 under $60"); the search parses occasion, servings, dietary needs, and budget from the text. Use list_categories/list_bakeries/get_bakery to browse, get_product for full detail, compare to weigh options, find_under_budget for a price cap, and check_availability to confirm a product serves a party by a date. Every product carries an order_url — send the customer there to check out on that bakery's own store. Read the marketplace:// and bakery:// resources for an overview.
Known tools 11
searchSearch independent bakeries for products (cakes, cupcakes, cookies, donuts, cheesecake, and more) in plain language — occasion, servings, dietary needs, and budget are understood from the text.
Inferred read-onlyfetchFetch full details of one product by the id returned from `search`: description, price, options, availability, and an order link the customer can check out with.
Inferred read-onlysearch_productsSearch independent bakeries for products (cakes, cupcakes, donuts, cheesecake, cookies, etc.).
Inferred read-onlyget_productGet full details, options, price, rating, availability, and an order link for a specific product by id.
Inferred read-onlycheck_availabilityCheck whether a specific product can serve a given number of people (and is in stock / can be ready by a date).
Inferred read-onlycomparePut products side by side to help a customer choose — pass specific product ids (the items they're deciding between) or a query to compare the top matches.
Inferred read-onlylist_bakeriesList the independent bakeries in the marketplace (name, product count, average rating, storefront URL).
Inferred read-onlyget_bakeryGet one bakery's storefront and a sample of its products with order links.
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.angry-donkey-bakeries]
url = "https://angrydonkeybakeries.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"angry-donkey-bakeries": {
"type": "http",
"url": "https://angrydonkeybakeries.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: angry-donkey-bakeries
Remote MCP URL: https://angrydonkeybakeries.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": {
"angry-donkey-bakeries": {
"url": "https://angrydonkeybakeries.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"angry-donkey-bakeries": {
"type": "http",
"url": "https://angrydonkeybakeries.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "angry-donkey-bakeries",
"transport": "streamable-http",
"url": "https://angrydonkeybakeries.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 angrydonkeybakeries.com was fetched 2026-08-02T03:43:51.657Z and is being refreshed.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.