mcp-server
Verified Safeby biggy44
Overview
The server compresses and decompresses JSON data into the ASON format to optimize token usage for Large Language Models (LLMs) and integrate with Model Context Protocol (MCP) clients.
Installation
npx @ason-format/mcp-serverSecurity Notes
The server explicitly states it does not use 'eval()' or execute code from compressed data, significantly reducing code injection risks. It uses stdio transport, limiting direct network exposure. No hardcoded secrets are visible. A documented security policy acknowledges potential Denial of Service (DoS) from very large or deeply nested JSON inputs, recommending external input validation, which is not directly implemented within the server's tool functions, thus slightly lowering the score from a perfect 10.
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
modular-mcp
A proxy server that efficiently manages and loads large tool collections from multiple Model Context Protocol (MCP) servers on-demand for LLMs, reducing context overhead.
toon-mcp
This server provides tools to encode JSON into TOON format and decode TOON back to JSON, primarily for optimizing LLM prompts and context by reducing token count.