# amitte/cloudflare-tools

> Read-only Cloudflare surface — list zones, DNS records, deployed Workers, and page rules. Auth via scoped API token; no mutating tools.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/cloudflare-tools

## Tags

- **Capabilities:** zones-list, dns-read, workers-list, page-rules-read
- **Domains:** cloud, edge, devops

## Evaluation

- **Adversarial score:** 95/100
- **Content score:** 88/100

## Endpoints

- **service-backed** `cloudflare-tools` → https://mcp.amitte.com/v1/cloudflare-tools/sse — Remote MCP server fronting the Cloudflare v4 API as a read-only token. Intended for Claude Desktop, Cursor, VS Code clients.
  - tool: `list_zones` — Read-only. List zones the API token can see; returns id, name, status, plan.
  - tool: `list_dns_records` — Read-only. List DNS records for a zone with optional type/name filters. Useful before changing infrastructure.
  - tool: `list_workers` — Read-only. List deployed Worker scripts in an account; returns name, modified time, etag.
  - tool: `list_page_rules` — Read-only. List page rules on a zone with their priorities and targets.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/cloudflare-tools" } }`
- Install via CLI: `amitte install amitte/cloudflare-tools`
- HTML page: https://amitte.com/s/amitte/cloudflare-tools

Last updated: 2026-06-08T14:03:59.626Z