Overview
Features
JSON-RPC over STDIN/STDOUT
Exposes Tencent tooling for interaction via JSON-RPC over standard input/output.
Tencent SDK Documentation Retrieval
Fetch official Tencent SDK docs (HTML→Markdown) across JavaScript, Java, Swift, Objective-C, and Kotlin; with API sections for configuration and calls.
TUICallKit Documentation Retrieval
Fetch TUICallKit docs (HTML→Markdown) for JavaScript, Kotlin, and Swift; topics include configuration and calls function.
ChatUIKit Documentation Retrieval
Fetch ChatUIKit docs (HTML→Markdown) for JavaScript, Kotlin, and Swift; topics include configuration and chat function.
HTML to Markdown Conversion
Convert remote HTML articles to Markdown using jsdom and turndown for consistent formatting.
Input Validation with Zod
Validate all tool parameters with Zod schemas to ensure robust error handling.
Extensible MCP Tool Definitions
Leverage MCP SDK components (McpServer and StdioServerTransport) for extensible tool definitions.
Who Is This For?
- AI developers:Use the MCP server to access Tencent SDK/API documentation within LLM-powered tools.
- Cursor IDE users:Enable MCP in Cursor IDE to integrate Tencent docs into prompts and tooling workflows.
- LLM/AI engineers building Tencent SDK apps:Leverage documentation retrieval and Markdown conversion to accelerate development of Tencent SDK-based applications.




