Skip to main content
Glama

Vultr MCP

by rsp2k

list_applications

Retrieve all available Vultr marketplace and one-click applications with details like ID, name, type, vendor, and image ID for deployment planning.

Instructions

List all available applications (marketplace and one-click).

Args: app_type: Optional filter by type ('marketplace', 'one-click', or None for all)

Returns: List of application objects with details including: - id: Application ID - name: Application name - short_name: Short name for URL/API use - deploy_name: Full deployment name - type: Type (marketplace or one-click) - vendor: Vendor name - image_id: Image ID (for marketplace apps)

Input Schema

NameRequiredDescriptionDefault
app_typeNo

Input Schema (JSON Schema)

{ "properties": { "app_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "App Type" } }, "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