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" }
    }
  }
}

유료 키 제공: 가격 페이지 Pro 플랜은 7개 언어를, Expert/Lifetime 플랜은 전체 72개 언어를 해금합니다.

노출된 도구

다른 시작 방법

동일한 데이터는 단순한 REST API, 개별 OpenAPI GPT Actions용 사양 및 llms.txt.