JSON Skeleton

Creates lightweight skeleton representations of large JSON files by truncating strings, deduplicating arrays, and optionally showi

jskorlol 10
Claude CodeClaude DesktopGeneric
View source ↗

The JSON Skeleton MCP Server creates lightweight "skeleton" representations of large JSON files by truncating string values, deduplicating array items based on their structure, and optionally showing only data types instead of values. It intelligently preserves the complete JSON structure while dramatically reducing file size, making it particularly useful for understanding API responses or data schemas that exceed AI model context limits. The server offers configurable string truncation lengths and a ultra-compact type-only mode that replaces all values with their type names (str, int, bool, etc.), enabling developers to quickly grasp data structure without processing massive payloads.

Source

Repository: https://github.com/jskorlol/json-skeleton-mcp

Maintain JSON Skeleton?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[JSON Skeleton on getagentictools](https://getagentictools.com/mcp/jskorlol-json-skeleton-mcp?ref=badge)