# Tencent CloudBase (TCB) MCP for AI Agents AI Agent Connect

> Tencent CloudBase (TCB) MCP gives your AI agent direct control over China's leading BaaS platform. You can manage cloud functions, query NoSQL databases, and audit storage buckets through a simple chat interface. It turns complex backend infrastructure management into a conversation, letting you handle your TCB resources without jumping between tabs in the Tencent Cloud Console.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_4PcdWMEG9aAemcmsOOISH90NGtQVN59yO0OzHlcL/ai-agent-connect
- **Tags:** serverless, baas, cloud-functions, backend-orchestration, database-auditing, api-management

## Description

Tencent CloudBase (TCB) MCP gives your AI agent direct control over China's leading BaaS platform. You can manage backend logic, query databases, and audit storage buckets through a simple chat interface. It turns complex cloud infrastructure management into a conversation, letting you handle your TCB resources without jumping between tabs in the Tencent Cloud Console. Whether you are managing miniapp backends or coordinating high-volume digital automation, your agent acts as a real-time backend operations assistant, providing accurate results from a single, authorized source. Instead of manually navigating the web console to find specific environment IDs or hunting through nested menus to trigger a single action, you can just ask your agent to do it for you. This connection is a core reason why Vinkius is the go-to for developers who need to bridge the gap between their AI tools and production-grade cloud resources. You get the power of a professional BaaS platform with the speed of a chat interface. It makes it much easier to keep your backend organized and responsive. You can quickly check your project status, see what functions are active, and monitor your usage limits without the usual friction of a web-based dashboard. It's about getting the data you need right when you need it, without the manual overhead.

## Tools

### list_cloud_functions
See every cloud function currently active in your environment. This gives you a high-level view of your backend.

### list_collections
View all the database collections in your TCB project. Use this to keep track of your NoSQL data structures.

### get_environment_info
Check your project's current region, status, and quota usage. Use this to monitor your cloud health.

### get_function_metadata
Get the specific details and configuration for a cloud function. This helps you understand how your logic is set up.

### invoke_cloud_function
Trigger a specific cloud function with your own data. Use this to run backend logic on the fly.

### list_auth_users
Get a list of all users who are currently authenticated. It is great for quick security audits.

### list_tcb_buckets
See all the storage buckets you have set up. It lets you audit your file resources quickly.

### query_cloud_db
Run a query against your cloud database to get specific records. This saves you from manual data hunting.

## Prompt Examples

**Prompt:** 
```
Can you check if our storage is getting full?
```

**Response:** 
```
I've checked your TCB environment. 

**Storage Status:**
- **Total Quota:** 500 GB
- **Used:** 45% (225 GB)
- **Remaining:** 275 GB

Your storage is currently in a **NORMAL** state. Would you like me to list your buckets to see which ones are the largest?
```

**Prompt:** 
```
List the functions we have in our production environment.
```

**Response:** 
```
I've retrieved the cloud function list for your production environment. You have **12 active functions**, including:

| Function Name | Runtime | Status |
| :--- | :--- | :--- |
| OrderProcessor | Node.js 16 | Active |
| UserSync | Python 3.7 | Active |
| ImageResize | Node.js 18 | Active |

Would you like me to trigger one of these for you?
```

**Prompt:** 
```
Query the 'Orders' collection for anything from today.
```

**Response:** 
```
I've executed the database query on the 'Orders' collection for today's date. 

**Results:**
- **Total Orders:** 45
- **Total Value:** $1,240.50

I can provide the full details for the first 5 orders if you'd like.
```

## Capabilities

### Trigger cloud functions
Run specific cloud logic with your own custom data points.

### Query NoSQL databases
Execute queries on your cloud collections to find specific records.

### Audit storage buckets
See what files and resources are living in your storage environment.

### List authenticated users
Get a full list of users registered in your TCB environment.

### Check project status
Verify your active regions, connectivity, and free quota usage.

### Retrieve function metadata
Get detailed info and configurations for your active cloud functions.

## Use Cases

### Checking region status
I need to see if we have any functions running in the Shanghai region. The agent uses list_cloud_functions and get_environment_info to give an instant summary.

### Auditing authenticated users
Check how many users are logged into our production environment. The agent uses list_auth_users to pull the current count.

### Querying NoSQL collections
Query the 'Orders' collection for anything from today. The agent uses query_cloud_db to find the specific records for you.

### Triggering cloud logic
I need to trigger the 'image_processor' function with this new URL. The agent uses invoke_cloud_function to run the logic immediately.

## Benefits

- Skip the Tencent Cloud Console by using list_cloud_functions to see your entire backend setup in seconds.
- Run database queries instantly with query_cloud_db instead of writing and running manual scripts.
- Monitor your limits in real time using get_environment_info to prevent unexpected service interruptions.
- Audit your user base quickly with list_auth_users to keep your app secure and compliant.
- Manage files easily by using list_tcb_buckets to see what's in your storage without clicking through folders.
- Trigger backend logic on the fly with invoke_cloud_function to automate repetitive tasks during development.

## How It Works

The bottom line is you get full control over your Tencent CloudBase backend through a simple chat interface.

1. Subscribe to the TCB MCP on Vinkius.
2. Enter your Tencent Cloud SecretId, SecretKey, Region, and EnvId.
3. Start managing your cloud backend through your AI client.

## Frequently Asked Questions

**How do I manage Tencent CloudBase with an AI agent?**
You connect the TCB MCP to your AI client using your SecretId and SecretKey. Once connected, you can simply type commands like 'list my functions' or 'query the database' to perform actions.

**Can I use Tencent CloudBase for my miniapp backend?**
Yes. This Connector is designed to help you manage the backend resources that power miniapps, including cloud functions and NoSQL databases, through natural language.

**How to check Tencent CloudBase quotas using Claude?**
Once you have the Connector connected to Claude, you can just ask, 'What is my current quota usage?' The agent will pull the latest data from your environment and summarize it for you.

**Can I query my NoSQL database using an AI client?**
Yes, you can. The Connector includes a tool that allows your agent to run queries on your cloud collections and report the results back to you in the chat.

**Is there an Connector for Tencent CloudBase?**
Yes, the Tencent CloudBase (TCB) MCP is available. It allows you to orchestrate your cloud functions, databases, and storage buckets using any MCP-compatible client.

**How to trigger cloud functions with natural language?**
You can just describe the action you want to take. The agent will identify the correct function and invoke it with the necessary data, saving you from manual API calls.

**How do I find my Tencent Cloud SecretId and SecretKey?**
Log in to the [Tencent Cloud Console](https://console.cloud.tencent.com/), navigate to [Access Management] -> [API Key Management] to find or generate your unique SecretId and SecretKey.

**What is an EnvId?**
An EnvId is the unique identifier for a specific CloudBase environment (e.g., development or production). You can find it in the TCB Environment Overview section of the console.

**Does this server handle TC3-HMAC-SHA256 signatures?**
Yes! The server automatically calculates the required Signature V3 (TC3-HMAC-SHA256) for every request using your provided SecretKey, ensuring high security for your serverless backend orchestration.