Back to Home
mhabedini icon

json-to-toon-mcp-server

Verified Safe

by mhabedini

Overview

Converts JSON data to a token-efficient TOON (Token-Oriented Object Notation) format and vice-versa, providing token savings analysis specifically for LLM applications.

Installation

Run Command
npx json-to-toon-mcp-server

Security Notes

The server communicates via standard input/output (stdio) which reduces network attack surface. It uses `JSON.parse` for handling JSON strings, which is safe from code injection. The core logic relies on the `@toon-format/toon` library for conversion, which is assumed to be secure. No direct use of `eval` or other dynamic code execution methods was found. No hardcoded secrets are present in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens3000
Stars0
Forks0
Last Update2025-12-03

Tags

MCPJSONTOONLLMToken OptimizationAI