pcexpress-mcp-server

FireBall1725/pcexpress-mcp-server
★ 6 stars Python AI/LLM Updated today
AI-powered grocery cart control for PC Express/Loblaws stores via Model Context Protocol (MCP)
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": {
    "pcexpress-mcp-server": {
      "command": "uvx",
      "args": [
        "pcexpress-mcp-server"
      ]
    }
  }
}

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

README Excerpt

> **Unofficial** Model Context Protocol (MCP) server for PC Express / Loblaws grocery shopping Control your grocery cart with AI! This MCP server enables LLMs (like Claude) to search past orders, find products, and manage your shopping cart across all Loblaws-owned grocery banners. > **How the auth was cracked:** the login sits behind Akamai bot detection, so the OAuth flow was reverse-engineered out of Loblaw's Android app. If you want the emulator-and-mitmproxy story behind `pcid_config.py`, r

Tools (1)

homeStore