AI-मूल
The tea API एक MCP सर्वर के रूप में.
Claude डेस्कटॉप, कोवर्क या किसी भी MCP क्लाइंट को चीनी चाय विश्वकोश से जोड़ें — 72 भाषाओं में 450 चाय, ब्रूइंग, टेरवार, रसायन विज्ञान, संवर्धन और 2,623 शब्दों की शब्दावली, आठ उपकरणों के रूप में उपलब्ध।
Endpoint server.py REST दस्तावेज़होस्टेड — URL द्वारा कनेक्ट करें बिना इंस्टॉल
किसी भी MCP क्लाइंट को, जो रिमोट (स्ट्रीमेबल HTTP) सर्वर का समर्थन करता है, यहाँ पॉइंट करें:
https://api.thetea.app/mcp
Add an Authorization: Bearer tt_… header to use a paid key — free works without one (English only).
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"]
}
}
}
विकल्प — स्थानीय Python सर्वर
- Install the runtime:
pip install "mcp[cli]" httpx - सहेजें server.py कहीं भी, इसका पूर्ण पथ (absolute path) नोट करें।
- Add it to
claude_desktop_config.json:
{
"mcpServers": {
"thetea": {
"command": "python3",
"args": ["/absolute/path/to/server.py"],
"env": { "THETEA_KEY": "tt_your_paid_key" }
}
}
}
एक सशुल्क कुंजी मूल्य निर्धारण पृष्ठ 7 भाषाएँ (Pro) या सभी 72 (Expert / Lifetime) अनलॉक करता है।
प्रदर्शित उपकरण
- search_tea
- list_teas
- get_tea
- get_field
- compare_teas
- random_tea
- शब्दावली
- tea_map
प्रवेश के अन्य रास्ते
वही डेटा एक सादा REST API, एक OpenAPI GPT Actions के लिए spec, और एक llms.txt.