Skip to main content
Glama

Vultr MCP

by rsp2k

setup_standard_user

Create a new user account with specified permission levels including basic, developer, admin, or readonly access for Vultr cloud infrastructure management.

Instructions

Set up a new user with standard permission sets.

Args: email: User's email address first_name: User's first name last_name: User's last name password: User's password permissions_level: Permission level - "basic", "developer", "admin", or "readonly" - basic: subscriptions_view, dns, support - readonly: subscriptions_view, support - developer: subscriptions_view, subscriptions, provisioning, dns, support, objstore, loadbalancer, firewall - admin: all permissions except manage_users - superadmin: all permissions including manage_users

Returns: Created user information with applied permissions

Input Schema

NameRequiredDescriptionDefault
emailYes
first_nameYes
last_nameYes
passwordYes
permissions_levelNobasic

Input Schema (JSON Schema)

{ "properties": { "email": { "title": "Email", "type": "string" }, "first_name": { "title": "First Name", "type": "string" }, "last_name": { "title": "Last Name", "type": "string" }, "password": { "title": "Password", "type": "string" }, "permissions_level": { "default": "basic", "title": "Permissions Level", "type": "string" } }, "required": [ "email", "first_name", "last_name", "password" ], "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