Skip to main content
Glama

Alibaba Cloud DMS MCP Server

Official
by aliyun

addInstance

Add an Aliyun database instance to Alibaba Cloud DMS by providing username, password, and either instance resource ID or host and port. Automatically retrieves existing instance information if already added.

Instructions

Add an instance to DMS. The username and password are required. Only Aliyun instances are supported. Either instance_resource_id or host and port must be provided. The region is optional, but it's recommended to include it.If the instance already exists, it will return the existing instance information.

Input Schema

NameRequiredDescriptionDefault
db_passwordYesThe password used to connect to the database
db_userYesThe username used to connect to the database
hostNoThe hostname of the database instance
instance_resource_idNoAliyun instance resource ID
portNoThe connection port number
regionNoThe region (e.g., 'cn-hangzhou')

Input Schema (JSON Schema)

{ "properties": { "db_password": { "description": "The password used to connect to the database", "title": "Db Password", "type": "string" }, "db_user": { "description": "The username used to connect to the database", "title": "Db User", "type": "string" }, "host": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The hostname of the database instance", "title": "Host" }, "instance_resource_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Aliyun instance resource ID", "title": "Instance Resource Id" }, "port": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The connection port number", "title": "Port" }, "region": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The region (e.g., 'cn-hangzhou')", "title": "Region" } }, "required": [ "db_user", "db_password" ], "title": "add_instanceArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aliyun/alibabacloud-dms-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server