ذكاء اصطناعي بالأساس
The tea API كخادم MCP.
اربط Claude Desktop أو Cowork أو أي عميل MCP بموسوعة الشاي الصيني — 450 شايًا بـ 72 لغة، مع التخمير والإقليم والكيمياء والإثراء ومسرد بـ 2,623 مصطلحًا، مُتاحة عبر ثماني أدوات.
نقطة النهاية server.py مستندات RESTمُستضاف — اتصل عبر الرابط بدون تثبيت
وجّه أي عميل MCP يدعم الخوادم البعيدة (Streamable HTTP) إلى:
https://api.thetea.app/mcp
Add an Authorization: Bearer tt_… header to use a paid key — free works without one (English only).
عملاء يقرؤون خوادم بعيدة من JSON:
{
"mcpServers": {
"thetea": {
"url": "https://api.thetea.app/mcp",
"headers": { "Authorization": "Bearer tt_your_key" }
}
}
}
Stdio-only clients (some Claude Desktop builds) can bridge with mcp-remote:
{
"mcpServers": {
"thetea": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.thetea.app/mcp",
"--header", "Authorization: Bearer tt_your_key"]
}
}
}
البديل — خادم Python محلي
- Install the runtime:
pip install "mcp[cli]" httpx - حفظ server.py في مكان ما، ولاحظ مساره المطلق.
- Add it to
claude_desktop_config.json:
{
"mcpServers": {
"thetea": {
"command": "python3",
"args": ["/absolute/path/to/server.py"],
"env": { "THETEA_KEY": "tt_your_paid_key" }
}
}
}
مفتاح مدفوع من صفحة الأسعار يفتح 7 لغات (Pro) أو كل الـ 72 (Expert / Lifetime).
الأدوات المُتاحة
- search_tea
- list_teas
- get_tea
- get_field
- compare_teas
- random_tea
- مسرد
- tea_map
طرق أخرى للدخول
البيانات نفسها متاحة أيضًا بصيغة REST APIأو OpenAPI مواصفات GPT Actions، و llms.txt.