AI Agent Hub
Back to skills
Tencent Internal Service MCP Setup icon

Tencent Internal Service MCP Setup

AI Agent Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Please install @user_7e25a48a/test2213 according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem to solve

When an agent needs to read iWiki pages, query TAPD requirements, or manage Gongfeng repositories and MRs, it must also handle internal authentication, MCP endpoint discovery, and service boundaries. This guide breaks the setup into concrete steps: obtain a Taihu PAT, then register the services as MCP endpoints.

How the skill works

The workflow centers on Taihu token and MCP configuration:

  • Create a personal token at https://tai.it.woa.com/user/pat; the token looks like tai_pat_xxxxx and is shown only once.
  • Prefer official remote MCP: add the service URL and Bearer Token to ~/.workbuddy/mcp.json, so agents can call the services without local dependencies.
  • If the remote endpoint is unavailable, use local MCP Server as a fallback for debugging or connectivity issues.

The covered services include iWiki for reading, searching, and creating docs; Gongfeng for repository, MR, Issue, and KM search; and TAPD for requirements, tasks, and defects.

Boundaries and caveats

  • It assumes the agent already has access to the relevant Tencent internal services; an expired token will produce 401 and must be refreshed.
  • The local path depends on internal npm sources and the local runtime; a missing uvx binary requires installing uv, but remote MCP avoids that dependency.
  • Keep the PAT out of public repos and logs, and verify the MCP URL and Bearer header before calling tools.

Use Cases

  • Use the agent to read a specified iWiki page and summarize the requirement context.
  • Query TAPD requirements, tasks, and defects to assemble a sprint backlog.
  • Inspect MRs and Issues in Gongfeng and draft a pre-merge review summary.
  • Fall back to a local MCP Server when remote MCP fails for internal service calls.

Best For

  • Engineers who need coding agents to read iWiki docs, TAPD requirements, and Gongfeng MRs.
  • Platform or tool developers configuring Taihu PATs and MCP endpoints for internal agents.
  • WorkBuddy users connecting AI agents to TAPD, iWiki, and Gongfeng.
  • Internal integration staff debugging MCP 401 errors, remote connection failures, or local npm source issues.