THE TEA · 開発者プラットフォームapi.thetea.app
tea.support

AIネイティブ

THE TEA API MCPサーバーとして.

Claude Desktop、Cowork、または任意のMCPクライアントを中国茶百科事典に接続。72言語に対応した450種類の中国茶、淹れ方、テロワール、化学成分、情報強化、2,623語の用語集を8つのツールで利用可能。

Endpoint server.py RESTドキュメント

ホスト型 — URLで接続 インストール不要

リモート(Streamable HTTP)サーバー対応のMCPクライアントを以下に向けてください:

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、an OpenAPI GPT Actions用の仕様書、そして llms.txt.