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 microck-relational-database-mcp-cloudbase npx -- -y @trustedskills/microck-relational-database-mcp-cloudbase
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"microck-relational-database-mcp-cloudbase": {
"command": "npx",
"args": [
"-y",
"@trustedskills/microck-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 and manage relational databases hosted on Cloudbase. It can execute SQL queries, create tables, insert data, and retrieve information from a database. The agent can also be used to modify existing database schemas based on provided instructions.
When to use it
- Data Analysis: Extract specific insights or reports from a dataset stored in a relational database.
- Application Development: Generate SQL queries for interacting with a backend database when building applications.
- Database Administration: Automate tasks like creating tables, inserting data, and running maintenance scripts on Cloudbase databases.
- Data Migration: Migrate data between different relational databases or formats.
Key capabilities
- SQL query execution
- Table creation
- Data insertion
- Data retrieval
- Schema modification
Example prompts
- "Write a SQL query to find all customers who spent over $100 last month."
- "Create a table named 'products' with columns for id, name, and price."
- "Insert the following data into the 'orders' table: (customer_id=123, order_date='2024-01-26')."
Tips & gotchas
- Ensure your AI agent has appropriate credentials to access the Cloudbase database.
- The skill requires familiarity with SQL syntax and relational database concepts.
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.