Skip to main content
Glama

Vultr MCP

by rsp2k

update_cdn_zone

Modify CDN zone settings on Vultr to configure CORS policies, enable gzip compression, block bots and IP addresses, and manage regional availability.

Instructions

Update a CDN zone configuration. Smart identifier resolution: use origin domain, CDN domain, or UUID.

Args: zone_identifier: The CDN zone origin domain, CDN domain, or ID 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: Updated CDN zone details

Input Schema

NameRequiredDescriptionDefault
block_ai_botsNo
block_bad_botsNo
block_ip_addressesNo
cors_policyNo
gzip_compressionNo
regionsNo
zone_identifierYes

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" }, "regions": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Regions" }, "zone_identifier": { "title": "Zone Identifier", "type": "string" } }, "required": [ "zone_identifier" ], "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