Skip to main content
Glama

Cloudflare MCP Server

by ry-ops

get_zone_analytics

Retrieve analytics data for a Cloudflare zone including requests, bandwidth, threats, and pageviews within specified time ranges to monitor performance and security metrics.

Instructions

Get analytics data for a zone including requests, bandwidth, threats, and pageviews.

Input Schema

NameRequiredDescriptionDefault
zone_idYesThe zone ID
sinceNoStart time (ISO 8601 format or relative like '-1440' for last 24h)
untilNoEnd time (ISO 8601 format or relative like '-0')

Input Schema (JSON Schema)

{ "properties": { "since": { "description": "Start time (ISO 8601 format or relative like '-1440' for last 24h)", "type": "string" }, "until": { "description": "End time (ISO 8601 format or relative like '-0')", "type": "string" }, "zone_id": { "description": "The zone ID", "type": "string" } }, "required": [ "zone_id" ], "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/ry-ops/cloudflare-mcp-server'

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