Skip to main content
Glama

Cloudflare MCP Server

by jeffgolden

cloudflare-dns-mcp_create_dns_record

Automate DNS record creation in a specified Cloudflare zone by defining parameters like record type, name, content, TTL, and optional proxy settings.

Instructions

Create a new DNS record in a given zone

Input Schema

NameRequiredDescriptionDefault
contentYes
nameYes
portNo
priorityNo
proxiedNo
targetNo
ttlNo
typeYes
weightNo
zone_nameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "type": "string" }, "name": { "type": "string" }, "port": { "type": "number" }, "priority": { "type": "number" }, "proxied": { "default": false, "type": "boolean" }, "target": { "type": "string" }, "ttl": { "default": 1, "type": "number" }, "type": { "type": "string" }, "weight": { "type": "number" }, "zone_name": { "type": "string" } }, "required": [ "zone_name", "type", "name", "content" ], "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