eCommerce
pinoyshki.com
An MCP server for Pinoyshki Bakery that lets users browse the live menu, search and view items, validate orders, and start checkout.
ENDPOINT 1
https://bot.pinoyshki.com/mcp
MCP server metadata
- Name
- pinoyshki
- Version
- 1.0.0
Pinoyshki Bakery and Cafe: Filipino and East European fusion bakery at 715 E Pine St, Capitol Hill, Seattle. Baked, never fried. Closed Mondays. Use get_menu or search_menu to find items (names, prices and photos come from the bakery's live data; never invent any). Before any checkout, call check_order and show the customer the lines and the subtotal; never promise a date or time the quote did not allow. Call start_checkout only when check_order came back ok, then give the customer the link: they pay on the bakery's own page, never here. For allergy questions the listed allergens do not settle, say so and point them to (206) 322-2820.
Known tools 5
get_menuPinoyshki Bakery's menu with prices and photos, from the bakery's live data.
Inferred read-onlysearch_menuFind menu items by a few words (a filling, a pastry, 'vegan', 'ube'), across today's counter menu and catering.
Inferred read-onlyshow_itemOne menu item with its photo, description, sizes and prices, and the allergens the bakery lists.
Inferred read-onlycheck_orderCheck a basket against the bakery's ordering rules BEFORE any checkout.
Inferred read-onlystart_checkoutOnly 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.
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.pinoyshki]
url = "https://bot.pinoyshki.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pinoyshki": {
"type": "http",
"url": "https://bot.pinoyshki.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pinoyshki
Remote MCP URL: https://bot.pinoyshki.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": {
"pinoyshki": {
"url": "https://bot.pinoyshki.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pinoyshki": {
"type": "http",
"url": "https://bot.pinoyshki.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pinoyshki",
"transport": "streamable-http",
"url": "https://bot.pinoyshki.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.