Relational Database Mcp Cloudbase
Helps with database, MCP tools as part of orchestrating AI agents and multi-step workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add tencentcloudbase-relational-database-mcp-cloudbase npx -- -y @trustedskills/tencentcloudbase-relational-database-mcp-cloudbase
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"tencentcloudbase-relational-database-mcp-cloudbase": {
"command": "npx",
"args": [
"-y",
"@trustedskills/tencentcloudbase-relational-database-mcp-cloudbase"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Tencent CloudBase's relational database (mcp). It enables agents to execute SQL queries, manage data, and retrieve information from a cloud-hosted MySQL database. The agent can perform operations like creating tables, inserting data, querying records, and updating existing entries within the database.
When to use it
- Data Retrieval: An agent needs to fetch product details (name, price, description) from an online store's database based on user search queries.
- Order Management: An agent is assisting a customer with order tracking and requires access to order information stored in the relational database.
- Inventory Updates: Automatically update inventory levels in the database after processing new orders or shipments.
- Reporting & Analytics: Generate reports based on data stored within the database, such as sales figures or user activity.
Key capabilities
- Execute SQL queries against a Tencent CloudBase relational database.
- Manage database tables (create, alter, drop).
- Insert new records into database tables.
- Update existing records in database tables.
- Retrieve data from database tables based on specified criteria.
Example prompts
- "Execute the SQL query:
SELECT * FROM products WHERE category = 'electronics'" - "Create a table named 'customers' with columns for id, name, and email."
- "Insert a new record into the 'orders' table with order_id 123, customer_id 456, and total amount 99.99."
Tips & gotchas
- You will need appropriate credentials to access your Tencent CloudBase relational database instance for this skill to function correctly.
- Ensure the SQL queries you provide are valid and compatible with the database schema.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.