toon-parse-mcp
Verified Safeby ankitpal181
Overview
Optimizes LLM token usage by stripping non-essential context from code files and converting various data formats to compact TOON (Token-Oriented Object Notation).
Installation
python3 -m toon_parse_mcp.serverSecurity Notes
The server includes a tool (`read_and_optimize_file`) that processes user-provided file paths. While the code for optimization itself appears safe (no direct `eval` or shell execution), an unconstrained or malicious LLM could potentially instruct the server to read sensitive local files from the filesystem. The server relies on the `toon-parse` library for its core optimization logic; its security is assumed. No hardcoded secrets or direct network risks were identified.
Similar Servers
ncp
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.
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.
xc-mcp
LLM-optimized wrapper for Xcode CLI tools, summarizing verbose outputs to reduce token usage in AI-assisted development workflows.