Tiv Taam MCP Server
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceEnables 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.Last updated11MIT
- Flicense-qualityDmaintenanceEnables searching for groceries and automatically adding items to cart through various grocery vendor APIs like Rami Levy and Keshet.Last updated3
- Flicense-qualityCmaintenanceIntegrates Kroger's public API with Claude to allow adding meal plan grocery lists directly to your Kroger cart via natural language.Last updated
- AlicenseAqualityDmaintenanceEnables Claude to automate grocery shopping on Blinkit, including product search, cart management, location setup, and payment via UPI.Last updated21441MIT
Related MCP Connectors
Search Rakuten Ichiba products and compare prices via Claude. Zero setup, no API key needed.
Trade Robinhood through natural language in Claude Code.
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danielJL-altius/tivtaammcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server