pancake-pos-mcp
by nguyennguyenit·★ 28·Score 46
MCP server for Pancake POS with 24 tools covering Vietnamese e-commerce operations.
Overview
Pancake POS MCP exposes the Pancake POS REST API as MCP tools, enabling AI assistants to automate Vietnamese e-commerce POS operations. It covers core business domains including orders, products, customers, inventory, supply chain, CRM, multi-channel commerce, and operations analytics. The server supports multiple transports (stdio, HTTP, Cloudflare Workers) and includes 7 reference resources.
Try asking AI
After installing, here are 7 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you're managing Vietnamese e-commerce operations through Pancake POS and need AI assistance for order management, inventory control, CRM, and multi-channel sales integration.
When NOT to choose this
Don't choose this if you're not using Pancake POS for your e-commerce operations, as it's specifically designed to integrate only with their API and offers no functionality for other POS systems.
Tools this server exposes
12 tools extracted from the READMEmanage_ordersCreate, read, update, delete, print, ship, manage status; batch_update patches up to 50 orders/call
manage_productsProduct catalog with variations and pricing
manage_customersCustomer CRUD, reward points, transaction history
manage_inventoryInventory reports filtered by warehouse, category, supplier
manage_warehousesWarehouse CRUD and configuration
manage_suppliersSupplier contact and profile management
manage_purchasesPurchase orders and inbound inventory
manage_transfersWarehouse-to-warehouse transfer management
manage_stocktakingPhysical inventory count records
manage_returnsOrder returns and exchange processing
manage_combosProduct bundle deals and time-limited offers
manage_promotionsDiscount campaigns (percent/amount-based)
Comparable tools
Installation
Installation
- Clone the repository:
git clone https://github.com/nguyennguyenit/pancake-pos-mcp.git
cd pancake-pos-mcp- Install dependencies:
bun install- Configure credentials:
cp .env.example .env
# Edit .env with your PANCAKE_POS_API_KEY and PANCAKE_POS_SHOP_ID- Run the server:
bun run src/index.ts- For Claude Desktop, add to
claude_desktop_config.json:
{
"mcpServers": {
"pancake-pos": {
"command": "bun",
"args": ["run", "/path/to/pancake-pos-mcp/src/index.ts"]
}
}
}FAQ
- What is Pancake POS?
- Pancake POS is a Vietnamese e-commerce/inventory/order-management system at https://pos.pages.fm, not to be confused with the Pancake social inbox product at pages.fm.
- How do I get Pancake POS API credentials?
- Log in to https://pos.pages.fm, go to Settings → API to generate your API key, and find your shop ID from the URL or shop settings.
- What transport options are available?
- The server supports stdio transport (default for Claude Desktop), HTTP transport for remote access, and Cloudflare Workers for serverless deployment.
Compare pancake-pos-mcp with
Last updated · Auto-generated from public README + GitHub signals.