mcpserver.lol
registry/api-payload-auditor
Connection check verified live · 27h ago

api-payload-auditor

Cloudflare Workers MCP server: api-payload-auditor

Tools 4
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

4 tools

Read from the running server on 27h ago.

bandwidth_cost_calc regionmonthlyRequestspayloadSizeBytes*
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 original*optimized*
Compare an original payload to an optimized version. Returns size reduction %, removed field paths, and depth change.
field_prune_suggest payload*threshold
Identify and suggest unnecessary fields for removal from a JSON payload. Flags debug/temp/internal/deprecated fields, null values, empty arrays, and _ prefix fields.
payload_analyze payload*
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 value…