Optimizes REST API calls for AI agents by returning compact schemas instead of full responses, allowing agents to fetch only needed fields via jq masks, reducing token consumption by up to 50x.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.PEEK_DEFAULT_TIMEOUT_MS— 30000 per-request HTTP timeoutPEEK_FILES_ROOT— // Same-path bind mount + : the agent passesPEEK_HEAD_PREVIEW_ITEMS— 5 array items kept verbatim in body_preview (rest collapsed)PEEK_INLINE_BODY_CAP— inline schema + the full body The response is known-small and every field is needed. Capped by (256 KB default).PEEK_INLINE_THRESHOLD_BYTES— auto (default) server picks based on byte thresholds Inline under (8 KB), head up to PEEK_HEAD_PREVIEW_THRESHOLD (64 KB), schema beyond that.PEEK_SCHEMA_MAX_DEPTH— 10 recursion depth for schema renderersPEEK_TLS_INSECURE— 0 skip TLS verification[](https://m8ven.ai/mcp/ed-smartass-mcp-peek-n1aq90)