
api-payload-auditor
Cloudflare Workers MCP server: api-payload-auditor
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Cloudflare Workers MCP server: api-payload-auditor
Server tool list (4)
Raw names from tools/list. Only developers need these.
| payload_analyze | Analyze a JSON API response payload structure — field count, size in bytes, max nesting depth, type distribution, null field count, and redundancy signals (empty arrays, null values). |
| field_prune_suggest | Identify and suggest unnecessary fields for removal from a JSON payload. Flags debug/temp/internal/deprecated fields, null values, empty arrays, and _ prefix fields. |
| bandwidth_cost_calc | Calculate cloud API egress bandwidth costs for a given payload size and monthly traffic. Returns cost at 25%, 50%, and 75% reduction scenarios. |
| compare_payloads | Compare an original payload to an optimized version. Returns size reduction %, removed field paths, and depth change. |