MCP server for Kroger - search products, manage cart, place grocery orders
MCP server for Kroger - search products, manage cart, place grocery orders. That is what the kroger mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
MCP server connector for Kroger - America's largest supermarket chain. Enables AI agents to search products, manage shopping carts, clip digital coupons, check fuel points, schedule delivery/pickup, and place grocery orders.
@striderlabs/mcp-kroger on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The server publishes 14 tools. What each one is for:
kroger_login — Authenticate with Kroger accountkroger_set_store — Set preferred Kroger store by zip code or IDkroger_search_products — Search for products by name, brand, or categorykroger_get_product_details — Get detailed product info including nutritionkroger_add_to_cart — Add products to shopping cartkroger_view_cart — View cart contents and totalskroger_update_cart_item — Update quantity or remove itemskroger_get_coupons — Get available digital couponskroger_clip_coupon — Clip coupons to Kroger Plus cardkroger_get_fuel_points — Check fuel points balance and rewardskroger_get_delivery_slots — Get delivery time slotskroger_get_pickup_slots — Get pickup time slotsThis sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Kroger's toolset — kroger_login, kroger_set_store, kroger_search_products and 11 more — is a fair guide to whether it matches your workflow. It is maintained by markswendsen-code; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| kroger_login | Authenticate with Kroger account |
| kroger_set_store | Set preferred Kroger store by zip code or ID |
| kroger_search_products | Search for products by name, brand, or category |
| kroger_get_product_details | Get detailed product info including nutrition |
| kroger_add_to_cart | Add products to shopping cart |
| kroger_view_cart | View cart contents and totals |
| kroger_update_cart_item | Update quantity or remove items |
| kroger_get_coupons | Get available digital coupons |
| kroger_clip_coupon | Clip coupons to Kroger Plus card |
| kroger_get_fuel_points | Check fuel points balance and rewards |
| kroger_get_delivery_slots | Get delivery time slots |
| kroger_get_pickup_slots | Get pickup time slots |
| kroger_checkout | Proceed to checkout |
| kroger_get_order_history | View recent orders |
{
"mcpServers": {
"kroger": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-kroger"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.