THE TEA · plataforma per a desenvolupadorsapi.thetea.app
tea.support

Natiu d'IA

L'API de The tea com a servidor MCP.

Connecta Claude Desktop, Cowork o qualsevol client MCP a l'enciclopèdia del te xinès: 450 tes en 72 idiomes, infusió, terrer, química, enriquiment i un glossari de 2.623 termes, exposats com a vuit eines.

Endpoint server.py Documentació REST

Allotjat — connecta per URL sense instal·lació

Apunta qualsevol client MCP compatible amb servidors remots (HTTP Streamable) a:

https://api.thetea.app/mcp

Add an Authorization: Bearer tt_… header to use a paid key — free works without one (English only).

Clients que llegeixen servidors remots des de 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"]
    }
  }
}

Alternativa — servidor Python local

  1. Install the runtime: pip install "mcp[cli]" httpx
  2. Desar server.py en algun lloc, anota la ruta absoluta.
  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" }
    }
  }
}

Una clau de pagament de la pàgina de preus desbloqueja 7 idiomes (Pro) o tots 72 (Expert / Vitalici).

Eines exposades

Altres formes d'accedir-hi

Les mateixes dades també són un arxiu API REST, un OpenAPI especificació per a GPT Actions, i un llms.txt.