MCP Directory

TencentCloudBase/CloudBase-AI-ToolKit

GitHub
Cloud

One-stop backend services for WeChat Mini-Programs and full-stack apps. Provides specialized MCP tools for serverless cloud functions, databases, and one-click deployment to production with China market access through WeChat ecosystem.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y cloudbase-ai-toolkit

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from TencentCloudBase/CloudBase-AI-ToolKit your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "cloudbase-ai-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "cloudbase-ai-toolkit"
      ]
    }
  }
}

Route TencentCloudBase/CloudBase-AI-ToolKit intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add cloudbase-ai-toolkit

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use TencentCloudBase/CloudBase-AI-ToolKit directly without routing

npx -y cloudbase-ai-toolkit

New to Agent-CoreX? View setup guide →

TencentCloudBase/CloudBase-AI-ToolKit MCP Server