THE TEA · developer platformapi.thetea.app
tea.support

បង្កើតឡើងសម្រាប់ AI

The tea API ជាម៉ាស៊ីនមេ MCP.

ភ្ជាប់ Claude Desktop, Cowork ឬកម្មវិធីអតិថិជន MCP ណាមួយទៅកាន់សព្វវចនាធិប្បាយតែចិន — តែ ៤៥០ ប្រភេទ ជា ៧២ ភាសា ការញ៉ាំ ទឹកដី គីមីសាស្ត្រ ការបន្ថែមចំណេះដឹង និងសទ្ទានុក្រម ២,៦២៣ ពាក្យ ដែលបង្ហាញជាឧបករណ៍ចំនួនប្រាំបី។

Endpoint server.py ឯកសារ REST

ដំណើរការលើម៉ាស៊ីន — ភ្ជាប់តាម URL មិនចាំបាច់ដំឡើង

ចង្អុលកម្មវិធី MCP ណាមួយដែលគាំទ្រម៉ាស៊ីនមេពីចម្ងាយ (Streamable 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 ក្នុងស្រុក

  1. Install the runtime: pip install "mcp[cli]" httpx
  2. រក្សាទុក server.py រក្សាទុកនៅកន្លែងណាមួយ ហើយកត់ចំណាំផ្លូវដាច់ខាតរបស់វា។
  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" }
    }
  }
}

key បង់ថ្លៃពី ទំព័រតម្លៃ ដោះសោ 7 ភាសា (Pro) ឬទាំងអស់ 72 (Expert / Lifetime)។

ឧបករណ៍ដែលបានបង្ហាញ

វិធីចូលផ្សេងទៀត

ទិន្នន័យដូចគ្នាក៏ជាទម្រង់ plain REST API, ជា OpenAPI spec សម្រាប់ GPT Actions និងមួយ llms.txt.