← Registry

eCommerce

bakeriesai.com

Searches independent bakeries for products, provides curated recommendations, and retrieves full product details with order links.

1 endpoint12 known toolsFirst detected September 20, 2026Last detected September 20, 2026

ENDPOINT 1

https://bakeriesai.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 12

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
get_bakery_knowledge

Get a bakery's own answers about lead times, allergens, servings, delivery, storage, and policies — straight from the bakery, to answer customer questions confidently.

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://bakeriesai.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "angry-donkey-bakeries": {
      "type": "http",
      "url": "https://bakeriesai.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: angry-donkey-bakeries
Remote MCP URL: https://bakeriesai.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://bakeriesai.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "angry-donkey-bakeries": {
      "type": "http",
      "url": "https://bakeriesai.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "angry-donkey-bakeries",
  "transport": "streamable-http",
  "url": "https://bakeriesai.com/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.

Indexed

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