AI-native
เดอะ ที API ในรูปแบบเซิร์ฟเวอร์ MCP.
เชื่อมต่อ Claude Desktop, Cowork หรือไคลเอนต์ MCP ใดๆ เข้ากับสารานุกรมชาจีน — ชา 450 ชนิดใน 72 ภาษา, การชง, แหล่งปลูก, เคมี, การแต่งกลิ่น และอภิธานศัพท์ 2,623 คำ ในรูปแบบแปดเครื่องมือ
Endpoint server.py เอกสาร RESTโฮสต์ให้พร้อม — เชื่อมต่อผ่าน URL ไม่ต้องติดตั้ง
ชี้ MCP client ใดๆ ที่รองรับเซิร์ฟเวอร์ระยะไกล (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 ที่ไหนสักแห่ง จดเส้นทางแบบสัมบูรณ์ (absolute path) ไว้
- 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 spec สำหรับ GPT Actions และ llms.txt.