wegmans-mcp-cloudflare-workers

BrianVia/wegmans-mcp-cloudflare-workers
★ 0 stars TypeScript Search Updated 1d ago
Wegmans grocery MCP server on Cloudflare Workers (search, cart, purchase history; Durable Object auth, KV)
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": {
    "wegmans-mcp-cloudfla": {
      "command": "npx",
      "args": [
        "-y",
        "BrianVia/wegmans-mcp-cloudflare-workers"
      ]
    }
  }
}

README Excerpt

A remote [Model Context Protocol](https://modelcontextprotocol.io/) server for Wegmans, hosted on Cloudflare Workers. It searches products and stores, manages one user's cart, syncs purchase history, and predicts what may be needed next. One Worker serves a bearer-protected, stateless `/mcp` endpoint. A Durable Object owns the Wegmans access and refresh tokens, while KV stores purchase history.

Tools (12)

add_to_cartbrowse_categoryfind_storesget_cartget_my_itemsget_product_detailsget_product_historyget_purchase_patternsget_shopping_suggestionssearch_productssync_grocery_notesync_purchase_history

Topics

cloudflare-workersmcpmodel-context-protocolwegmans