Tiv Taam MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Tiv Taam MCP Serveradd recipe to cart: pasta, garlic, olive oil"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tiv Taam MCP Server
A local Model Context Protocol server that lets you shop at Tiv Taam through Claude — including recipe-driven cart population.
Features
Login with your Tiv Taam credentials (email + password)
Search products in Hebrew or English
Parse recipes — free text or URL — into ingredient lists
Match ingredients to the best available products
Add to cart — individual items or an entire recipe in one shot
Related MCP server: Groceries MCP Server
Setup
Prerequisites
uv package manager
Install
cd tiv
uv syncConfiguration
Copy .env.example to .env and adjust if needed:
cp .env.example .envKey settings:
Variable | Default | Description |
|
| Tiv Taam retailer ID |
|
| Branch ID (943 = Netanya) |
|
| Max results per search |
Claude Desktop Integration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"tivtaam": {
"command": "uv",
"args": ["--directory", "/path/to/tiv", "run", "tivtaam-mcp"]
}
}
}Available Tools
Tool | Description |
| Check if you're logged in |
| Log in with email & password |
| Set organic/budget/brand prefs |
| Search for products by keyword |
| Parse a recipe into ingredients |
| Find best product matches for a recipe |
| See your current cart |
| Add specific products by ID |
| Parse recipe & add to cart in one step |
Example Prompts
"Search for hummus"
"What's in my cart?"
"Add recipe to cart: 400g pasta, 3 garlic cloves, 100ml olive oil"
"Plan the ingredients for this recipe: [URL]"
Running Tests
uv run pytest tests/This server cannot be deployed
Maintenance
Related MCP Connectors
Turn any shopping list into a ready-to-checkout grocery cart across 26 European supermarkets.
AI meal plans that fill your Kroger/Instacart cart - pantry-aware lists, all from chat.
Household-aware cooking brain: pantry, meal suggestions, dietary safety, recipes, shopping lists.
AI-powered kitchen management — pantry, recipes, meal plans, shopping lists
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceEnables interaction with the Rami Levy Online Grocery Store API, allowing users to perform product searches, add or remove items from their cart, and prepare for checkout, all while integrating with MCP-enabled LLMs.11MIT
- FlicenseNot gradedqualityDmaintenanceEnables searching for groceries and automatically adding items to cart through various grocery vendor APIs like Rami Levy and Keshet.3-
- FlicenseNot gradedqualityDmaintenanceIntegrates Kroger's public API with Claude to allow adding meal plan grocery lists directly to your Kroger cart via natural language.-
- AlicenseAqualityCmaintenanceEnables Claude to automate grocery shopping on Blinkit, including product search, cart management, location setup, and payment via UPI.1444MIT