MCP Catalogs
Home

pancake-pos-mcp

by nguyennguyenit·28·Score 46

MCP server for Pancake POS with 24 tools covering Vietnamese e-commerce operations.

ecommercedeveloper-toolsops-infra
9
Forks
2
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Automate order processing, shipping, and status updates for Vietnamese e-commerce businesses
you:Manage inventory and stocktaking across multiple warehouses
you:Sync products and orders across multiple e-commerce platforms (Shopee, Lazada, TikTok)
you:Track CRM activities and sales pipeline opportunities
you:What is Pancake POS?
you:How do I get Pancake POS API credentials?
you:What transport options are available?

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 README
  • manage_orders

    Create, read, update, delete, print, ship, manage status; batch_update patches up to 50 orders/call

  • manage_products

    Product catalog with variations and pricing

  • manage_customers

    Customer CRUD, reward points, transaction history

  • manage_inventory

    Inventory reports filtered by warehouse, category, supplier

  • manage_warehouses

    Warehouse CRUD and configuration

  • manage_suppliers

    Supplier contact and profile management

  • manage_purchases

    Purchase orders and inbound inventory

  • manage_transfers

    Warehouse-to-warehouse transfer management

  • manage_stocktaking

    Physical inventory count records

  • manage_returns

    Order returns and exchange processing

  • manage_combos

    Product bundle deals and time-limited offers

  • manage_promotions

    Discount campaigns (percent/amount-based)

Comparable tools

shopify-mcpwoocommerce-mcppos-mcpecommerce-api-integration

Installation

Installation

  1. Clone the repository:
git clone https://github.com/nguyennguyenit/pancake-pos-mcp.git
cd pancake-pos-mcp
  1. Install dependencies:
bun install
  1. Configure credentials:
cp .env.example .env
# Edit .env with your PANCAKE_POS_API_KEY and PANCAKE_POS_SHOP_ID
  1. Run the server:
bun run src/index.ts
  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.