THE TEA · piattaforma per sviluppatoriapi.thetea.app
tea.support

Nativo AI

Le API di The tea come server MCP.

Connetti Claude Desktop, Cowork o qualsiasi client MCP all'enciclopedia del tè cinese: 450 tè in 72 lingue, infusione, territorio, chimica, arricchimento e un glossario di 2.623 termini, esposti come otto strumenti.

Endpoint server.py Documentazione REST

Hostato — collegati tramite URL nessuna installazione

Punta qualsiasi client MCP che supporti server remoti (HTTP Streamable) su:

https://api.thetea.app/mcp

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

Client che leggono server remoti da 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 — server Python locale

  1. Install the runtime: pip install "mcp[cli]" httpx
  2. Salva server.py da qualche parte, prendi nota del suo percorso assoluto.
  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 chiave a pagamento dal pagina prezzi sblocca 7 lingue (Pro) o tutte le 72 (Expert / Lifetime).

Strumenti esposti

Altre modalità di accesso

Gli stessi dati sono anche un semplice API REST, un OpenAPI specifica per GPT Actions e un llms.txt.