pos-mcp-server

ryanDwright/pos-mcp-server
★ 0 stars Python API Integration Updated today
MCP server for restaurant POS operations — 20 tools over stdio + Streamable HTTP, multi-tenant by caller API key
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pos-mcp-server": {
      "command": "uvx",
      "args": [
        "pos-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install pos-mcp-server