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ó RESTAllotjat — 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
- Install the runtime:
pip install "mcp[cli]" httpx - Desar server.py en algun lloc, anota la ruta absoluta.
- 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
- search_tea
- list_teas
- get_tea
- get_field
- compare_teas
- random_tea
- glossari
- tea_map
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.