Pepesto MCP Server
@pepesto-solutions
About Pepesto MCP Server
MCP server for the Pepesto's Grocery Shopping API - give your agent the ability to turn any recipe (a URL, plain text, or a photo) into a matched basket of real supermarket products with live prices, across 26 European supermarkets. The MCP covers the **recipe → matched cart** ha
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pepesto": {
"command": "npx",
"args": [
"-y",
"@pepesto/pepesto-mcp"
],
"env": {
"PEPESTO_API_KEY": "pep_sk_…"
}
}
}
}Tools
6`POST /oneshot`
`POST /parse`
`POST /suggest`
`POST /products`
`POST /catalog`
`POST /credits`
Overview
What is Pepesto MCP Server?
An MCP server for the Pepesto API that lets AI agents turn any recipe (URL, text, or photo) into a matched basket of real supermarket products with live prices across 26 European supermarkets.
How to use Pepesto MCP Server?
Add to Claude Desktop config or use claude mcp add with the environment variable PEPESTO_API_KEY. Run via npx -y @pepesto/pepesto-mcp. Obtain an API key by first purchasing credits at pepesto.com/pricing, then calling POST /link with your email.
Key features of Pepesto MCP Server
- Turns any recipe into a matched supermarket cart
- Supports 26 supermarkets across 10 European countries
- Provides structured ingredient parsing from URLs, text, or images
- Searches a 1M+ recipe graph for inspiration
- Maps parsed ingredients to concrete products with live prices
- Offers a full SKU dump tool for market analysis
Use cases of Pepesto MCP Server
- One-shot recipe URL to a matched cart with a checkout link
- Browse recipe suggestions, pick one, and match it at a chosen supermarket
- Parse a specific recipe then map ingredients to products
- Build a merged shopping list covering multiple recipes for a week
- Compare matched cart totals across two supermarkets
FAQ from Pepesto MCP Server
How do I get an API key?
Purchase a credit pack at pepesto.com/pricing, then call POST /link with your email. The key is returned only once—store it immediately.
Does this MCP place the actual order on the supermarket website?
No. It stops at a matched cart with prices. Finish the trip either via the Pepesto app (using the returned redirect_url) or by manually adding the SKUs on the supermarket’s own site.
Which supermarkets are supported?
26 supermarkets across the UK, Netherlands, Germany, Switzerland, Belgium, Ireland, Italy, Denmark, Norway, Poland, and Bulgaria. Full list in the README.
How is usage priced?
Pay-as-you-go credits that never expire. pepesto_credits is free; everyday calls are priced for routine agent use. pepesto_catalog is the heaviest call—cache its result for at least a day.
What tools are available?
Tools: pepesto_oneshot, pepesto_parse, pepesto_suggest, pepesto_products, pepesto_catalog, and pepesto_credits. Each wraps a specific API endpoint for the recipe-to-cart workflow.
Frequently asked questions
How do I get an API key?
Purchase a credit pack at pepesto.com/pricing, then call `POST /link` with your email. The key is returned only once—store it immediately.
Does this MCP place the actual order on the supermarket website?
No. It stops at a matched cart with prices. Finish the trip either via the Pepesto app (using the returned `redirect_url`) or by manually adding the SKUs on the supermarket’s own site.
Which supermarkets are supported?
26 supermarkets across the UK, Netherlands, Germany, Switzerland, Belgium, Ireland, Italy, Denmark, Norway, Poland, and Bulgaria. Full list in the README.
How is usage priced?
Pay-as-you-go credits that never expire. `pepesto_credits` is free; everyday calls are priced for routine agent use. `pepesto_catalog` is the heaviest call—cache its result for at least a day.
What tools are available?
Tools: `pepesto_oneshot`, `pepesto_parse`, `pepesto_suggest`, `pepesto_products`, `pepesto_catalog`, and `pepesto_credits`. Each wraps a specific API endpoint for the recipe-to-cart workflow.
Basic information
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

EverArt
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments