MCP.so
登录
P

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.

评论

其他 分类下的更多 MCP 服务器