THE TEA · plataforma para desarrolladoresapi.thetea.app
tea.support

nativa de IA

La API del té como servidor MCP.

Conecta Claude Desktop, Cowork o cualquier cliente MCP a la enciclopedia del té chino: 450 tés en 72 idiomas, infusiones, terruño, química, enriquecimiento y un glosario de 2623 términos, expuestos como ocho herramientas.

Endpoint server.py Documentación REST

Alojado — conectar por URL sin instalación

Apunta cualquier cliente MCP que soporte servidores remotos (HTTP transmitible) a:

https://api.thetea.app/mcp

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

Clientes que leen servidores remotos desde 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. Guardar server.py en algún lugar, anota su 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 clave de pago de la página de precios desbloquea 7 idiomas (Pro) o los 72 (Expert / Lifetime).

Herramientas expuestas

Otras formas de entrar

Los mismos datos también están disponibles como API REST, una OpenAPI especificación para GPT Actions, y un llms.txt.