MCP server for Alibaba Cloud RDS Services via OpenAPI, providing tools for database management, monitoring, and SQL operations through standardized Model Context Protocol interfaces.
Add tags to an RDS instance.
Allocate a public connection for an RDS instance.
Attach a whitelist template to an RDS instance.
Create an RDS instance.
Create an account for RDS instance.
Query the whitelist template list.
Query available instance classes and storage ranges.
Query available zones for RDS instances.
Query the consumption summary of all product instances or billing items for a user within a specific billing period.
Batch retrieves account information for multiple RDS instances.
Queries the details of an instance.
Batch retrieves database information for multiple RDS instances.
Batch retrieves IP allowlist configurations for multiple RDS instances.
Batch retrieves network configuration details for multiple RDS instances.
Batch retrieves parameter information for multiple RDS instances.
Queries the performance data of an instance.
Queries instances.
Queries the error log of an instance.
Query the whitelist template list.
Queries performance and diagnostic metrics for an instance using the DAS (Database Autonomy Service) API.
Query slow log records for an RDS instance.
Query SQL Log statistics, including SQL cost time, execution times, and account.
Query VPC list.
Query VSwitch list.
Modify RDS instance security IP whitelist.
Get the current time.
Modify RDS instance descriptions.
Modify RDS instance specifications.
Modify RDS instance parameters.
Restart an RDS instance.
Execute sql explain
and return sql result.
Execute sql show engine innodb status
and return sql result.
Execute sql show create table
and return sql result.
Execute read-only sql and return sql result.
{
"mcpServers": {
"rds-openapi": {
"name": "rds-openapi",
"type": "stdio",
"description": "",
"isActive": true,
"registryUrl": "",
"command": "uvx",
"args": [
"alibabacloud-rds-openapi-mcp-server@latest"
],
"env": {
"ALIBABA_CLOUD_ACCESS_KEY_ID": "$you_access_id",
"ALIBABA_CLOUD_ACCESS_KEY_SECRET": "$you_access_key"
}
}
}
}