
Silpo MCP Server
Let your coding agent search Silpo products, manage a cart, check delivery slots, and pull recipes without leaving the terminal.
Overview
Silpo MCP Server is an MCP server for the Build phase that connects agents to Silpo online supermarket products, cart, delivery, and recipes.
What is this MCP server?
- Stdio npm package silpo-mcp at server version 1.1.0
- Product search, cart operations, delivery context, and recipe discovery for Silpo online supermarket
- Optional SILPO_BASKET_ID env for server-side cart sync with the Silpo app or website
- Ukraine-focused grocery workflow for agents that already use Claude Code or Cursor
- No separate skill file—register the MCP server in your agent config
- Published server version 1.1.0
- Single npm package identifier silpo-mcp with stdio transport
- One documented optional environment variable: SILPO_BASKET_ID
What problem does it solve?
Agents cannot shop or plan meals against a real Ukrainian grocery catalog without a dedicated Silpo API bridge.
Who is it for?
Indie builders automating Silpo grocery research, cart prep, or recipe-aware shopping from Claude Code or Cursor.
Skip if: Teams building a generic multi-store ecommerce platform or merchants who do not use Silpo as their fulfillment channel.
What do I get? / Deliverables
After you register silpo-mcp, your agent can search Silpo, sync an optional basket ID, and orchestrate cart and recipe steps in chat-driven workflows.
- Registered Silpo MCP stdio server in your agent
- Agent-callable tools for products, cart, delivery, and recipes against Silpo
- Optional server-side cart alignment via SILPO_BASKET_ID
Recommended MCP Servers
Journey fit
Silpo MCP is a third-party service bridge you wire into your agent stack during product build, not a launch or growth playbook. It belongs under integrations because it exposes supermarket APIs (catalog, basket, delivery) as MCP tools for automation workflows.
How it compares
Grocery-store MCP integration, not an agent skill or full storefront SDK.
Common Questions / FAQ
Who is Silpo MCP Server for?
It is for solo builders and power users who already shop Silpo online and want their AI agent to query products, carts, delivery, and recipes through MCP.
When should I use Silpo MCP Server?
Use it during Build when you are wiring lifestyle or automation agents that need live Silpo catalog and basket context instead of manual copy-paste from the website.
How do I add Silpo MCP Server to my agent?
Add the npm stdio server silpo-mcp (v1.1.0) to your MCP client config, run via npx or local install, and optionally set SILPO_BASKET_ID from your Silpo app or site for cart sync.