io.github.pepesto-solutions/agent-to-cart-mcp
Official1 toolPepesto Agent-to-Cart
Turn any shopping list into a ready-to-checkout grocery cart across 26 European supermarkets.
Converts shopping lists into checkout-ready carts across European supermarkets.
Captured live from the server via tools/list.
pepesto_create_cart
Turn a free-form shopping list into a ready-to-open Pepesto cart link. This tool is FREE and needs NO API key or authentication. Nothing is matched or charged when you call it: matching products and pricing happen LAZILY only after the USER opens the returned link in the Pepesto app, and the USER pays at checkout in the app — never here, never you. Covers 26 European supermarkets. The response is a single block of Markdown that already contains a labeled, tappable link. Clients should surface that Markdown link AS-IS (render the link) and must NOT show the raw URL or rewrite the caption.
Parameters (2)
- shopping_liststringrequired
Free-form shopping list. One item per line or comma-separated, e.g. '2 bananas\nmilk\n500g spaghetti'.
- localestring
Optional locale/region hint, e.g. 'en-CH' or 'de-DE'.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"agent-to-cart-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.pepesto.com"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.