Skip to main content
Glama
jeffgolden

Cloudflare MCP Server

by jeffgolden
zone-analytics-default.ts433 B
import 'dotenv/config'; import { CloudflareClient } from '../src/cloudflare-client.ts'; import { getAnalyticsTools } from '../src/tools/analytics.ts'; (async () => { const client = new CloudflareClient(); const { tools } = getAnalyticsTools(client); const data = await (tools['cloudflare-dns-mcp/zone_analytics'] as any).handler({ zone_name: process.argv[2] || 'jeffgolden.dev' }); console.dir(data, { depth: null }); })();

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

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