Back to Home
ankitpal181 icon

toon-parse-mcp

Verified Safe

by 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

Run Command
python3 -m toon_parse_mcp.server

Security 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

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2026-01-17

Tags

Token optimizationLLM efficiencyModel Context ProtocolCode parsingData conversion