THE TEA · פלטפורמת מפתחיםapi.thetea.app
tea.support

AI-יליד

ה-API של התה כשרת MCP.

חברו את Claude Desktop, Cowork, או כל לקוח MCP לאנציקלופדיית התה הסיני — 450 סוגי תה ב-72 שפות, חליטה, טרואר, כימיה, העשרה ומילון מונחים בן 2,623 ערכים, החשופים כשמונה כלים.

Endpoint server.py תיעוד REST

מתארח — התחבר באמצעות URL ללא התקנה

הפנו כל לקוח 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 מקומי

  1. Install the runtime: pip install "mcp[cli]" httpx
  2. שמירה server.py במקום כלשהו, שים לב לנתיב המוחלט שלו.
  3. 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).

כלים חשופים

דרכים נוספות פנימה

אותם נתונים זמינים גם בתור REST API, תוסף OpenAPI מפרט עבור GPT Actions, ו- llms.txt.