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 RESTHostato — 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
- Install the runtime:
pip install "mcp[cli]" httpx - Salva server.py da qualche parte, prendi nota del suo percorso assoluto.
- 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
- search_tea
- list_teas
- get_tea
- get_field
- compare_teas
- random_tea
- glossario
- tea_map
Altre modalità di accesso
Gli stessi dati sono anche un semplice API REST, un OpenAPI specifica per GPT Actions e un llms.txt.