Skip to main content
Glama

Cloudflare MCP Server

by jeffgolden

cloudflare-dns-mcp_get_zone_settings

Retrieve the complete settings object for a specified Cloudflare DNS zone using structured inputs to streamline configuration management and analysis.

Instructions

Get full settings object for a zone

Input Schema

NameRequiredDescriptionDefault
zone_nameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "zone_name": { "type": "string" } }, "required": [ "zone_name" ], "type": "object" }

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/jeffgolden/cloudflare_mcp'

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