{"name":"API Payload Auditor","version":"1.1.0","description":"Analyze JSON API payloads: detect bloat, suggest field pruning, estimate bandwidth cost savings, and compare before/after payloads.","endpoints":{"POST /api/v1/payload-analyze":"Analyze structure — field count, depth, type distribution, null/empty signals","POST /api/v1/field-prune-suggest":"Identify fields to remove (debug/temp/internal/null/deprecated)","POST /api/v1/bandwidth-cost-calc":"Estimate cloud egress cost for a given payload size + traffic volume","POST /api/v1/compare-payloads":"Diff original vs optimized payload — size delta, removed fields","GET /health":"Health check","GET /openapi.json":"OpenAPI 3.1 spec","POST /mcp":"MCP JSON-RPC 2.0"},"examples":{"pruneThreshold":"threshold 0-100 (default 60). Lower = only flag obvious junk. Higher = flag more aggressively.","regions":"us, eu, ap, sa, af, me (or AWS region codes: us-east-1, ap-southeast-1, etc.)"}}