Pepesto MCP Server
@pepesto-solutions
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
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"pepesto": {
"command": "npx",
"args": [
"-y",
"@pepesto/pepesto-mcp"
],
"env": {
"PEPESTO_API_KEY": "pep_sk_…"
}
}
}
}ツール
6`POST /oneshot`
`POST /parse`
`POST /suggest`
`POST /products`
`POST /catalog`
`POST /credits`
概要
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.
よくある質問
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.
基本情報
「その他」の他のコンテンツ
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
コメント