mcp-kroger
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-krogersearch for organic milk on sale"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@striderlabs/mcp-kroger
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.
Installation
npm install @striderlabs/mcp-krogerRelated MCP server: Instacart MCP Server
Configuration
Add to your MCP client configuration:
{
"mcpServers": {
"kroger": {
"command": "npx",
"args": ["@striderlabs/mcp-kroger"]
}
}
}Available Tools
Tool | Description |
| Authenticate with Kroger account |
| Set preferred Kroger store by zip code or ID |
| Search for products by name, brand, or category |
| Get detailed product info including nutrition |
| Add products to shopping cart |
| View cart contents and totals |
| Update quantity or remove items |
| Get available digital coupons |
| Clip coupons to Kroger Plus card |
| Check fuel points balance and rewards |
| Get delivery time slots |
| Get pickup time slots |
| Proceed to checkout |
| View recent orders |
| Reorder from a previous order |
Example Usage
// Log in to Kroger
await client.call("kroger_login", {
email: "user@example.com",
password: "password123"
});
// Set store by zip code
await client.call("kroger_set_store", {
zipCode: "45202"
});
// Search for products
const results = await client.call("kroger_search_products", {
query: "organic milk",
onSale: true
});
// Add to cart
await client.call("kroger_add_to_cart", {
productId: "0001111045963",
quantity: 2
});
// Get available coupons
const coupons = await client.call("kroger_get_coupons", {
personalizedOnly: true
});
// Clip a coupon
await client.call("kroger_clip_coupon", {
couponId: "123456"
});
// Check fuel points
const fuelPoints = await client.call("kroger_get_fuel_points", {});
// Get pickup slots
const slots = await client.call("kroger_get_pickup_slots", {});
// Checkout
await client.call("kroger_checkout", {
fulfillmentType: "pickup",
slotId: "slot_123"
});Kroger Family of Stores
This connector works with all Kroger-owned banners:
Kroger
Ralphs
Fred Meyer
King Soopers
Fry's
Smith's
QFC
Harris Teeter
And more...
Features
Product Search: Search by name, brand, category, or sale items
Digital Coupons: Browse and clip coupons automatically
Fuel Points: Track fuel rewards balance
Flexible Fulfillment: Support for both delivery and pickup
Order History: View past orders and easy reordering
Cart Management: Full cart manipulation capabilities
Requirements
Node.js 18+
Kroger account with Kroger Plus card
License
MIT
Links
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-kroger'
If you have feedback or need assistance with the MCP directory API, please join our Discord server