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.
Latest Blog Posts
- 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