Tiv Taam Server
БесплатноНе проверенEnables shopping at Tiv Taam grocery store through Claude, including recipe parsing and cart population.
Описание
Enables shopping at Tiv Taam grocery store through Claude, including recipe parsing and cart population.
README
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/
Установка Tiv Taam Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/danielJL-altius/tivtaammcpFAQ
Tiv Taam Server MCP бесплатный?
Да, Tiv Taam Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Tiv Taam Server?
Нет, Tiv Taam Server работает без API-ключей и переменных окружения.
Tiv Taam Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Tiv Taam Server в Claude Desktop, Claude Code или Cursor?
Открой Tiv Taam Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Tiv Taam Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
