Skip to main content
Glama

Vultr MCP

by rsp2k

setup_mysql_database

Configure a MySQL database instance with application user and database on Vultr cloud infrastructure using specified region, plan, and label parameters.

Instructions

Quick setup for a MySQL database with application user and database.

Args: region: Region code (e.g., 'ewr', 'lax') plan: Plan ID (e.g., 'vultr-dbaas-hobbyist-cc-1-25-1') label: Label for the database root_password: Root password (auto-generated if not provided) app_user: Application username to create app_password: Application user password (auto-generated if not provided) app_database: Application database name to create

Returns: Complete setup information including connection details

Input Schema

NameRequiredDescriptionDefault
app_databaseNoappdb
app_passwordNo
app_userNoappuser
labelYes
planYes
regionYes
root_passwordNo

Input Schema (JSON Schema)

{ "properties": { "app_database": { "default": "appdb", "title": "App Database", "type": "string" }, "app_password": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "App Password" }, "app_user": { "default": "appuser", "title": "App User", "type": "string" }, "label": { "title": "Label", "type": "string" }, "plan": { "title": "Plan", "type": "string" }, "region": { "title": "Region", "type": "string" }, "root_password": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Root Password" } }, "required": [ "region", "plan", "label" ], "type": "object" }

Other Tools from Vultr MCP

Related Tools

    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/rsp2k/mcp-vultr'

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