Skip to main content
Glama
pocc

cloudflare-mcp

by pocc

get_cloudflare_ips

Fetch Cloudflare's IPv4 and IPv6 address ranges to configure allowlists for firewalls and security policies.

Instructions

Get Cloudflare's IP ranges (IPv4 and IPv6) - useful for allowlisting

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full disclosure burden. It conveys that this is a non-mutating retrieval of public data via the verb 'Get', but it doesn't explicitly state the response form (CIDR blocks), that results change over time as Cloudflare updates ranges, or the absence of side effects. Adequate but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single 11-word sentence front-loads the verb and resource, then appends the use case. Every word earns its place; there is zero filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool of minimal complexity (0 params, no output schema, no nested objects), the description covers purpose and application scenario well. The only gap is the unstated response format (CIDR notation and how IPv4/IPv6 are grouped), but 'IP ranges' standardly implies CIDR in this domain, making this a minor omission.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Zero parameters, so there is nothing for the schema to document and nothing for the description to clarify about inputs. Per the baseline for 0-param tools, this is a 4; the description adds useful context about the returned data rather than parameter details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb ('Get'), a specific resource ('Cloudflare's IP ranges'), and the exact data scope ('IPv4 and IPv6'). This is unambiguously distinct from all 300+ siblings, including superficially similar ones like get_intel_ip (reputation lookup), list_ip_prefixes (account-owned prefixes), and list_ip_access_rules (firewall rules).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

'useful for allowlisting' provides a clear, concrete context for when this tool should be invoked. It doesn't name explicit exclusions or alternatives, but for a zero-parameter utility with no meaningful sibling overlap, that would be noise rather than value.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/pocc/cloudflare-mcp'

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