Pancake POS MCP

23 tools. 20 can modify or destroy data without limits.

1 destructive tool with no built-in limits. Policy required.

Last updated:

20 can modify or destroy data
3 read-only
23 tools total

Community server · catalogue entry verified 03/07/2026

How to control Pancake POS MCP ↓

What Pancake POS MCP exposes to your agents

Read (3) Write / Execute (19) Destructive / Financial (1)
Critical Risk

The most dangerous Pancake POS MCP tools

20 of Pancake POS MCP's 23 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Pancake POS MCP

PolicyLayer is an MCP gateway — it sits between your AI agents and Pancake POS MCP, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "manage_warehouses": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "get_shop_info": {
    "limits": [
      {
        "counter": "get_shop_info_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "get_statistics": {
    "limits": [
      {
        "counter": "get_statistics_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Pancake POS MCP — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON PANCAKE POS →

Instant setup, no code required.

All 23 Pancake POS MCP tools

WRITE 18 tools
Write get_shop_info Get or update Pancake POS shop information. Actions: get (retrieve shop profile), update (update shop details) Write manage_combos Manage product combos (bundled deals) in Pancake POS. Actions: list, get, create, update, delete. Write manage_crm_activities Manage CRM activities (calls, meetings, notes, emails, tasks) in Pancake POS. Actions: list, get, create, upda Write manage_crm_contacts Manage CRM contacts in Pancake POS. Actions: list, get, create, update, delete. CRM pipeline: contacts → deals Write manage_crm_deals Manage CRM deals (sales pipeline opportunities) in Pancake POS. Actions: list, get, create, update, delete. Write manage_customers Manage customers in Pancake POS. Actions: list (search), get (by UUID), create, update, delete, reward_history Write manage_employees Manage employees/staff in Pancake POS. Actions: list, get, create, update, delete. Write manage_livestream Manage live selling sessions (livestreams) in Pancake POS. Actions: list, get, create, update, delete. Write manage_orders Manage orders in Pancake POS. Actions: list (with filters/pagination/sorting), get (by ID), create, update, de Write manage_products Manage products in Pancake POS. Actions: list (search/filters), get (by UUID), create, update, delete, list_va Write manage_promotions Manage promotions (discounts) in Pancake POS. Actions: list, get, create, update, delete. Write manage_purchases Manage purchase orders in Pancake POS. Actions: list, get, create, update, delete. Links suppliers to inventor Write manage_returns Manage order returns and exchanges in Pancake POS. Actions: list, get, create, update, delete. Supports exchan Write manage_stocktaking Manage stocktaking (physical inventory counts) in Pancake POS. Actions: list, get, create, update, delete. Write manage_suppliers Manage suppliers in Pancake POS. Actions: list, get, create, update, delete. Write manage_transfers Manage warehouse-to-warehouse stock transfers in Pancake POS. Actions: list, get, create, update, delete. Write manage_vouchers Manage voucher codes in Pancake POS. Actions: list, get, create, update, delete. Write manage_webhooks Manage webhooks for Pancake POS event notifications. Actions: list, get, create, update, delete.

Questions about Pancake POS MCP

Can an AI agent delete data through the Pancake POS MCP server? +

Yes. The Pancake POS MCP server exposes 1 destructive tools including manage_warehouses. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Pancake POS MCP? +

The Pancake POS MCP server has 18 write tools including get_shop_info, manage_combos, manage_crm_activities. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Pancake POS MCP.

How many tools does the Pancake POS MCP server expose? +

23 tools across 2 categories: Read, Write. 3 are read-only. 20 can modify, create, or delete data.

How do I enforce a policy on Pancake POS MCP? +

Register the Pancake POS MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Pancake POS MCP tool call.

Deterministic rules across all 23 Pancake POS MCP tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

23 Pancake POS MCP tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.