← Registry

eCommerce

angrydonkeybakeries.com

Searches and retrieves product details from independent bakeries.

1 endpoint11 known toolsFirst detected July 30, 2026Last detected July 30, 2026

ENDPOINT 1

https://angrydonkeybakeries.com/mcp

No auth detected

MCP server metadata

Name
angry-donkey-bakeries
Version
1.1.0
Capabilities
promptsresourcestools
Server instructions

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

search

Search 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-only
fetch

Fetch 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-only
search_products

Search independent bakeries for products (cakes, cupcakes, donuts, cheesecake, cookies, etc.).

Inferred read-only
recommend

Get curated product recommendations for an occasion and party size.

Inferred read-only
get_product

Get full details, options, price, rating, availability, and an order link for a specific product by id.

Inferred read-only
check_availability

Check whether a specific product can serve a given number of people (and is in stock / can be ready by a date).

Inferred read-only
compare

Put 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-only
find_under_budget

Find products at or under a maximum price.

Inferred read-only
list_categories

List the product categories available across the marketplace (e.g.

Inferred read-only
list_bakeries

List the independent bakeries in the marketplace (name, product count, average rating, storefront URL).

Inferred read-only
get_bakery

Get one bakery's storefront and a sample of its products with order links.

Inferred read-only

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.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.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.