Tencent CloudBase / 腾讯云开发 TCB Connector for AI agents.
8 live capabilities
Manage China's leading BaaS backend and NoSQL databases through chat.
Waiting for input…
Why people use Tencent CloudBase / 腾讯云开发 TCB
Tencent CloudBase (TCB) for BaaS Backend Management
With this Connector, that same task looks like a quick conversation. You can ask your agent to pull a list of active functions, check your storage limits, or run a query on your NoSQL collections. You get immediate answers on project health and environment status without the manual overhead of a web dashboard.
What Vinkius changes
You get full control over your Tencent CloudBase backend through a simple chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking region status
I need to see if we have any functions running in the Shanghai region.
- Real-world use case 02
Auditing authenticated users
Check how many users are logged into our production environment.
- Real-world use case 03
Querying NoSQL collections
Query the 'Orders' collection for anything from today.
Complete set · 8capabilities
The complete Tencent CloudBase / 腾讯云开发 TCB capability set.
These are the exact actions your AI can choose when you ask it to work with Tencent CloudBase / 腾讯云开发 TCB.
01—04
4 capabilities in this set.
Part of 8 available through Tencent CloudBase / 腾讯云开发 TCB.
- 01 Capability
List cloud functions
See every cloud function currently active in your environment. This gives you a high-level view of your backend.
- 02 Capability
List collections
View all the database collections in your TCB project. Use this to keep track of your NoSQL data structures.
- 03 Capability
Get environment info
Check your project's current region, status, and quota usage. Use this to monitor your cloud health.
- 04 Capability
Get function metadata
Get the specific details and configuration for a cloud function. This helps you understand how your logic is set up.
05—08
4 capabilities in this set.
Part of 8 available through Tencent CloudBase / 腾讯云开发 TCB.
- 05 Capability
Invoke cloud function
Trigger a specific cloud function with your own data. Use this to run backend logic on the fly.
- 06 Capability
List auth users
Get a list of all users who are currently authenticated. It is great for quick security audits.
- 07 Capability
List tcb buckets
See all the storage buckets you have set up. It lets you audit your file resources quickly.
- 08 Capability
Query cloud db
Run a query against your cloud database to get specific records. This saves you from manual data hunting.
Set up in minutes
One URL. Then ask Tencent CloudBase / 腾讯云开发 TCB to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Tencent CloudBase / 腾讯云开发 TCB from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_4PcdWMEG9aAemcmsOOISH90NGtQVN59yO0OzHlcL/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Tencent CloudBase / 腾讯云开发 TCB, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Tencent CloudBase / 腾讯云开发 TCB for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_4PcdWMEG9aAemcmsOOISH90NGtQVN59yO0OzHlcL/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Tencent CloudBase / 腾讯云开发 TCB URL.
- Step 03
Save and start
Save the connection and enable Tencent CloudBase / 腾讯云开发 TCB in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"tencent-cloudbase-tcb": {
"url": "https://edge.vinkius.com/vk_preview_4PcdWMEG9aAemcmsOOISH90NGtQVN59yO0OzHlcL/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Tencent CloudBase / 腾讯云开发 TCB
Open Agent mode in chat and ask: "Using Tencent CloudBase / 腾讯云开发 TCB, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"tencent-cloudbase-tcb": {
"url": "https://edge.vinkius.com/vk_preview_4PcdWMEG9aAemcmsOOISH90NGtQVN59yO0OzHlcL/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Tencent CloudBase / 腾讯云开发 TCB
Ask Copilot: "Using Tencent CloudBase / 腾讯云开发 TCB, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"tencent-cloudbase-tcb": {
"url": "https://edge.vinkius.com/vk_preview_4PcdWMEG9aAemcmsOOISH90NGtQVN59yO0OzHlcL/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Tencent CloudBase / 腾讯云开发 TCB
Open Cascade and ask: "Using Tencent CloudBase / 腾讯云开发 TCB, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"tencent-cloudbase-tcb": {
"url": "https://edge.vinkius.com/vk_preview_4PcdWMEG9aAemcmsOOISH90NGtQVN59yO0OzHlcL/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Tencent CloudBase / 腾讯云开发 TCB
Ask Cline: "Using Tencent CloudBase / 腾讯云开发 TCB, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add tencent-cloudbase-tcb --transport http "https://edge.vinkius.com/vk_preview_4PcdWMEG9aAemcmsOOISH90NGtQVN59yO0OzHlcL/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Tencent CloudBase / 腾讯云开发 TCB
Ask Claude: "Using Tencent CloudBase / 腾讯云开发 TCB, show me...". 8 tools are ready
Where the request belongs
Work Tencent CloudBase / 腾讯云开发 TCB can move forward.
This is for the developers and ops people who need to manage China-based cloud infrastructure without the manual headache of the web console.
Miniapp Developer
Triggering cloud logic for user actions without manual API calls.
DevOps Engineer
Monitoring free quota usage and environment health across multiple regions.
Backend Engineer
Auditing NoSQL collections and storage buckets during a production push.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTiDB Cloud (Serverless Distributed SQL)
Manage TiDB Cloud infrastructure. list projects, inspect clusters, and monitor serverless instances directly from your AI agent.
Xata (Serverless DB)
Manage your serverless databases via Xata. list organizations, manage projects, branches, and execute SQL queries directly from any AI agent.
Xata
Automate your serverless database workflows with Xata. manage organizations, projects, and branches directly from your AI agent.
Aiven
Manage Aiven cloud infrastructure. provision databases, manage projects, and monitor services directly from your AI agent.
OceanBase
Enterprise distributed relational database. manage clusters, tenants, and databases via AI.
PlanetScale
Provision, branch, and manage serverless MySQL databases dynamically via AI.
Bring your own AI
Change the model, client or framework. Keep Tencent CloudBase / 腾讯云开发 TCB connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Tencent CloudBase / 腾讯云开发 TCB.
The practical details behind the request, access and result.
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 capability 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, 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.
One connection away
Give your agent a direct line to Tencent CloudBase / 腾讯云开发 TCB.
Connect Tencent CloudBase / 腾讯云开发 TCB once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available