Skip to main content
Glama

Vultr MCP

by rsp2k

create_cdn_zone

Set up a new CDN zone to accelerate content delivery, configure security policies, and optimize performance across specified regions.

Instructions

Create a new CDN zone.

Args: origin_domain: Origin domain for the CDN origin_scheme: Origin scheme (http or https) cors_policy: CORS policy configuration gzip_compression: Enable gzip compression block_ai_bots: Block AI/crawler bots block_bad_bots: Block known bad bots block_ip_addresses: List of IP addresses to block regions: List of regions to enable CDN in

Returns: Created CDN zone details

Input Schema

NameRequiredDescriptionDefault
block_ai_botsNo
block_bad_botsNo
block_ip_addressesNo
cors_policyNo
gzip_compressionNo
origin_domainYes
origin_schemeNohttps
regionsNo

Input Schema (JSON Schema)

{ "properties": { "block_ai_bots": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Block Ai Bots" }, "block_bad_bots": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Block Bad Bots" }, "block_ip_addresses": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Block Ip Addresses" }, "cors_policy": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cors Policy" }, "gzip_compression": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Gzip Compression" }, "origin_domain": { "title": "Origin Domain", "type": "string" }, "origin_scheme": { "default": "https", "title": "Origin Scheme", "type": "string" }, "regions": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Regions" } }, "required": [ "origin_domain" ], "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