Tiv Taam MCP Server
Enables shopping at Tiv Taam grocery store through Claude, including recipe parsing and cart population.
README
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
Setup
Prerequisites
- uv package manager
Install
cd tiv
uv sync
Configuration
Copy .env.example to .env and adjust if needed:
cp .env.example .env
Key settings:
| Variable | Default | Description |
|---|---|---|
TIVTAAM_RETAILER_ID |
1062 |
Tiv Taam retailer ID |
TIVTAAM_BRANCH_ID |
943 |
Branch ID (943 = Netanya) |
TIVTAAM_MAX_SEARCH_RESULTS |
8 |
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 |
|---|---|
login_status |
Check if you're logged in |
login |
Log in with email & password |
set_shopping_preferences |
Set organic/budget/brand prefs |
search_products |
Search for products by keyword |
plan_recipe_ingredients |
Parse a recipe into ingredients |
match_recipe_to_products |
Find best product matches for a recipe |
view_cart |
See your current cart |
add_items_to_cart |
Add specific products by ID |
add_recipe_to_cart |
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/
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.