← angrydonkeybakeries.com

INDIVIDUAL MCP TOOL

list_bakeries

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

angrydonkeybakeries.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://angrydonkeybakeries.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_bakeries 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

angrydonkeybakeries.com

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.

Related tools

  • 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.
  • 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.
  • search_products — Search independent bakeries for products (cakes, cupcakes, donuts, cheesecake, cookies, etc.).
  • recommend — Get curated product recommendations for an occasion and party size.
  • get_product — Get full details, options, price, rating, availability, and an order link for a specific product by id.
  • check_availability — Check whether a specific product can serve a given number of people (and is in stock / can be ready by a date).
  • 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.
  • find_under_budget — Find products at or under a maximum price.