# Pinoyshki Bakery (remote · bot.pinoyshki.com)

Browse Pinoyshki Bakery's menu, check an order against its rules, and get the checkout link.

- Trust score: 74/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- remote · `bot.pinoyshki.com`: 74/100 (this document), [markdown](https://verifymcp.io/servers/com-pinoyshki-bakery/bot.md), [page](https://verifymcp.io/servers/com-pinoyshki-bakery/bot)

## Channel facts

- Endpoint: `https://bot.pinoyshki.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-26.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 78/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2028 tokens (~289/item across 7 items; 6 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### How do I install the Pinoyshki Bakery MCP server?

Pinoyshki Bakery is a hosted endpoint at https://bot.pinoyshki.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-pinoyshki-bakery 'https://bot.pinoyshki.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-pinoyshki-bakery": {
      "url": "https://bot.pinoyshki.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-pinoyshki-bakery": {
      "type": "http",
      "url": "https://bot.pinoyshki.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-pinoyshki-bakery]
url = "https://bot.pinoyshki.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-pinoyshki-bakery": {
      "type": "remote",
      "url": "https://bot.pinoyshki.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-pinoyshki-bakery --url 'https://bot.pinoyshki.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-pinoyshki-bakery:
    url: "https://bot.pinoyshki.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-pinoyshki-bakery": {
      "Transport": "http",
      "Url": "https://bot.pinoyshki.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-pinoyshki-bakery -t streamable-http -u 'https://bot.pinoyshki.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-pinoyshki-bakery": {
      "type": "http",
      "url": "https://bot.pinoyshki.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-26 (score 74, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “check_order” rewrote its description, which is the text the model reads
- [security] Tool “get_menu” rewrote its description, which is the text the model reads
- [security] Tool “search_menu” rewrote its description, which is the text the model reads
- [security] Tool “start_checkout” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 193 → 289
- [functional improvement] Stability: unverified → 0.03
- [functional improvement] Tool “check_order” now declares an output schema
- [functional improvement] Tool “get_menu” now declares an output schema
- [functional improvement] Tool “search_menu” now declares an output schema
- [functional improvement] Tool “show_item” now declares an output schema
- [functional improvement] Tool “start_checkout” now declares an output schema
- [functional] First check of Tool coverage: 100
- [functional] New tool “cake_options”
- [cosmetic] “check_order” added an optional parameter “staff_tip”
- [cosmetic] “get_menu” added an optional parameter “only_this_family”
- [cosmetic] “start_checkout” added an optional parameter “staff_tip”
- [cosmetic] “check_order” reworded the description of “channel”
- [cosmetic] “check_order” reworded the description of “date”
- [cosmetic] “check_order” reworded the description of “time”
- [cosmetic] “get_menu” reworded the description of “section”
- [cosmetic] “start_checkout” reworded the description of “channel”
- [cosmetic] “start_checkout” reworded the description of “date”
- [cosmetic] “start_checkout” reworded the description of “time”

### 2026-09-25 (score 74)

First indexed and scored.

## MCP tools (6)

### `get_menu` (~206 tokens)

Browse the Pinoyshki menu

Pinoyshki Bakery's menu with prices and photos, from the bakery's live data. lane 'today' is today's counter menu (what can be ordered on Toast for pickup today or a later day; sold-out items are left off); lane 'catering' is the catalogue for ordering 3 days to a week ahead, with sizes (full-size, bite-size dozen, half dozen). Never quote a price or item that is not in a result.

Input parameters:

- `lane` (string): Default 'today'.
- `only_this_family` (boolean): Only when the customer asked for just piroshki or just pinoyshki: keep the section filter to that word.
- `section` (string): Optional section filter, like 'Pastries' or 'Vegan'. 'Piroshki' and 'Pinoyshki' both show the whole family (pinoyshki are piroshki with Filipino fillings); customers asking for either nearly always w…

Output parameters:

- `closed_weekdays` (array)
- `hours` (object)
- `lane` (string)
- `note` (string)
- `sections` (array)
- `title` (string)
- `view`

### `search_menu` (~133 tokens)

Search the Pinoyshki menu

Find menu items by a few words (a filling, a pastry, 'vegan', 'ube'), across today's counter menu and catering. Each match comes with its price, a short description, a photo URL and the allergens the bakery lists. If a customer's allergy is not settled by the listed allergens, say so and point them to (206) 322-2820. For a custom cake for any occasion (birthday, anniversary, graduation, shower, retirement, office party), call cake_options instead.

Input parameters:

- `lane` (string): Default 'all'.
- `query` (string, required): A few words to look for.

Output parameters:

- `closed_weekdays` (array)
- `hours` (object)
- `lane` (string)
- `note` (string)
- `sections` (array)
- `title` (string)
- `view`

### `show_item` (~97 tokens)

Show a menu item

One menu item with its photo, description, sizes and prices, and the allergens the bakery lists. Use it when the customer asks what something is or wants to see it. The photo is included in the result. When allergens are not listed or the customer has an allergy, point them to (206) 322-2820.

Input parameters:

- `lane` (string): Optional: only this menu.
- `name` (string, required): The item's name.

Output parameters:

- `also` (array)
- `item` (object)
- `view`

### `cake_options` (~112 tokens)

Design a custom cake

Start here when the customer wants a custom cake for any occasion: a birthday, anniversary, graduation, baby shower, retirement, holiday or office party. Returns the cake sizes and prices (with candles and a card), flavors, the earliest day, what the bakery does not make, photos of past cakes, and how to brainstorm the design with the customer one question at a time. Then order it through check_order with the cake details.

Input parameters:

- `guests` (integer): Optional: how many people, to suggest a size.

Output parameters:

- `allowed_dates` (array)
- `earliest_date` (string|null)
- `flavors` (array)
- `name` (string)
- `not_offered` (array)
- `note` (string)
- `photos` (array)
- `sizes` (array)
- `title` (string)
- `view`

### `check_order` (~599 tokens)

Check an order

Check a basket against the bakery's ordering rules BEFORE any checkout. Returns the lane (same day on Toast, or catering on Shopify), the priced lines, the subtotal, any problems, and the dates and times the bakery can serve. Rules it applies: closed Mondays and blocked dates; Toast = only counter-menu items, up to 6 full-size, pickup, today while open or scheduled up to 14 days ahead with a time in that day's hours; catering = 3 days' notice for up to 24 full-size or 4 dozen bite-size (pickup), a week ahead (by Saturday) for anything larger, any delivery and custom cakes; delivery within 15 miles on orders over $100 or with a cake of $75 or more. Show the customer the lines and the subtotal, and never promise a date or time the result did not allow. The customer just says what they want; when the result lists 'Still needed' questions (combo_offer: make it a combo, in combo hours; sold_out_choice: what to do if a piroshki is sold out, for a later day; cake_details: what is still undecided about a custom cake), ask the customer each one in plain words, then check again with their answers.

Input parameters:

- `channel` (string): Optional. 'today' = the counter menu on Toast: same day, or a scheduled pickup up to 14 days ahead (up to 6 full-size, pickup only, paid on Toast); 'catering' = ordered 3 or more days ahead, paid on…
- `date` (string): The date as YYYY-MM-DD ('today' also works). Work it out from the customer's words using today's date in Seattle (Pacific time). If their words could mean two dates, like 'next Friday' said earlier i…
- `fulfillment` (string): Default pickup. Delivery is catering, week-ahead only.
- `items` (array, required): What to order. Use item names exactly as get_menu or search_menu gave them.
- `notes` (string): Optional note for the bakery.
- `staff_tip` (integer): Toast orders: the tip for the bakery staff in whole dollars, shared by the staff who bake, pack and hand over the order. 0 (the default) unless the customer picks one; offer $1, $3 or $5 or any whole…
- `time` (string): 12-hour time like '1:00 pm'. Needed for catering and for a Toast pickup on a later day.
- `utensils` (boolean): Catering: include utensils. Default true.
- `zip` (string): Delivery ZIP code (delivery is within 15 miles).

Output parameters:

- `allowed_date_labels` (array): allowed_dates with weekdays, like 'Fri Oct 2'.
- `allowed_dates` (array)
- `allowed_times` (array)
- `channel` (string|null)
- `date_choices` (array): Present when the date asked for could mean either of these; ask the customer which.
- `delivery_allowed` (boolean|null)
- `earliest_date` (string|null)
- `lane_label` (string)
- `lines` (array)
- `ok` (boolean): True when the order is allowed as asked.
- `problems` (array)
- `staff_tip_cents` (integer): The tip for the bakery staff, 0 when none.
- `subtotal_cents` (integer): Before tax, with the staff tip; the checkout page shows the final total.
- `tip_offer` (object): Toast orders: the staff tip choices in whole dollars and the suggested one.
- `title` (string)
- `today` (string): Today's date in Seattle, like 'Thursday, September 24'.
- `view`
- `when` (string)

### `start_checkout` (~536 tokens)

Get the checkout link

Only after check_order came back allowed and the customer confirmed the lines and subtotal: checks the same order again and returns the link the customer pays on, on the bakery's own domain. Toast: a Pinoyshki page that shows the order while it finishes the cart on Toast (with the staff tip and the pickup day and time), then takes them to Toast's checkout (good for a week; opened after its pickup time it remakes the cart for the next pickup time). Catering: it checks the order again and opens Shopify's checkout with the date, time and pickup or delivery filled in (good for a week). No payment happens here. If a rule is broken it returns the problems instead of a link.

Input parameters:

- `channel` (string): Optional. 'today' = the counter menu on Toast: same day, or a scheduled pickup up to 14 days ahead (up to 6 full-size, pickup only, paid on Toast); 'catering' = ordered 3 or more days ahead, paid on…
- `customer_email` (string): Optional: an email for the bakery.
- `customer_name` (string): Optional: the name the order is for.
- `customer_phone` (string): Optional: a phone number for the bakery.
- `date` (string): The date as YYYY-MM-DD ('today' also works). Work it out from the customer's words using today's date in Seattle (Pacific time). If their words could mean two dates, like 'next Friday' said earlier i…
- `fulfillment` (string): Default pickup. Delivery is catering, week-ahead only.
- `items` (array, required): What to order. Use item names exactly as get_menu or search_menu gave them.
- `notes` (string): Optional note for the bakery.
- `staff_tip` (integer): Toast orders: the tip for the bakery staff in whole dollars, shared by the staff who bake, pack and hand over the order. 0 (the default) unless the customer picks one; offer $1, $3 or $5 or any whole…
- `time` (string): 12-hour time like '1:00 pm'. Needed for catering and for a Toast pickup on a later day.
- `utensils` (boolean): Catering: include utensils. Default true.
- `zip` (string): Delivery ZIP code (delivery is within 15 miles).

Output parameters:

- `allowed_date_labels` (array): allowed_dates with weekdays, like 'Fri Oct 2'.
- `allowed_dates` (array)
- `allowed_times` (array)
- `button` (string)
- `channel` (string|null)
- `date_choices` (array): Present when the date asked for could mean either of these; ask the customer which.
- `delivery_allowed` (boolean|null)
- `earliest_date` (string|null)
- `lane_label` (string)
- `lines` (array)
- `ok` (boolean): True when the order is allowed as asked.
- `pays_on` (string)
- `problems` (array)
- `staff_tip_cents` (integer): The tip for the bakery staff, 0 when none.
- `subtotal_cents` (integer): Before tax, with the staff tip; the checkout page shows the final total.
- `tip_offer` (object): Toast orders: the staff tip choices in whole dollars and the suggested one.
- `title` (string)
- `today` (string): Today's date in Seattle, like 'Thursday, September 24'.
- `url` (string): The link the customer opens to pay. Give it to them as-is.
- `view`
- `when` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-pinoyshki-bakery/bot#diagnostics

## Score history

- 2026-09-26: 74
- 2026-09-25: 74

## Common questions

### What is the Pinoyshki Bakery MCP server?

Pinoyshki Bakery is an MCP server listed in the public MCP registry as com.pinoyshki/bakery. Browse Pinoyshki Bakery's menu, check an order against its rules, and get the checkout link. This page covers its hosted endpoint (https://bot.pinoyshki.com/mcp).

### Is the Pinoyshki Bakery MCP server safe to use?

Pinoyshki Bakery scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Pinoyshki Bakery MCP server expose?

Pinoyshki Bakery exposes 6 tools: get_menu, search_menu, show_item, cake_options, check_order, start_checkout. Their descriptions and schemas cost roughly 1,683 tokens of context every time the server is loaded.

### Does the Pinoyshki Bakery MCP server require authentication?

No. We connected to Pinoyshki Bakery without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Pinoyshki Bakery MCP server still maintained?

Pinoyshki Bakery is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://bot.pinoyshki.com/mcp
- Website: https://pinoyshki.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-pinoyshki-bakery/bot.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-pinoyshki-bakery/bot.json
- HTML version of this page: https://verifymcp.io/servers/com-pinoyshki-bakery/bot
