Natif·ve IA
L'API tea comme serveur MCP.
Connectez Claude Desktop, Cowork ou tout client MCP à l'encyclopédie du thé chinois — 450 thés en 72 langues, infusion, terroir, chimie, enrichissement et un glossaire de 2 623 termes, exposés via huit outils.
Endpoint server.py Documentation RESTHébergé — connexion par URL sans installation
Pointez tout client MCP prenant en charge les serveurs distants (HTTP Streamable) vers :
https://api.thetea.app/mcp
Add an Authorization: Bearer tt_… header to use a paid key — free works without one (English only).
Clients lisant les serveurs distants depuis un 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"]
}
}
}
Alternative — serveur Python local
- Install the runtime:
pip install "mcp[cli]" httpx - Enregistrer server.py quelque part, notez son chemin absolu.
- Add it to
claude_desktop_config.json:
{
"mcpServers": {
"thetea": {
"command": "python3",
"args": ["/absolute/path/to/server.py"],
"env": { "THETEA_KEY": "tt_your_paid_key" }
}
}
}
Une clé payante du page des tarifs débloque 7 langues (Pro) ou les 72 (Expert / Lifetime).
Outils exposés
- search_tea
- list_teas
- get_tea
- get_field
- compare_teas
- random_tea
- glossary
- tea_map
Autres accès
Les mêmes données sont aussi une REST API, an OpenAPI spécification pour GPT Actions, et une llms.txt.