Back to Home
kweinmeister icon

toon-mcp

Verified Safe

by kweinmeister

Overview

Encode and decode JSON to/from TOON (Token-Oriented Object Notation) format to optimize LLM prompts and context by significantly reducing token count.

Installation

Run Command
npx -y git+https://github.com/kweinmeister/toon-mcp.git

Environment Variables

  • PORT

Security Notes

The server uses standard Node.js libraries and practices, including robust schema validation with Zod. Input JSON parsing (`JSON.parse`) is a necessary operation for its functionality; as long as the `@toon-format/toon` library is secure, this is not an inherent vulnerability. The server binds to `0.0.0.0` for HTTP transport, which is standard but implies external accessibility if deployed without proper network isolation. The recommended installation method via `npx -y git+https://...` directly executes code from a Git repository, which introduces a minor supply chain risk if the repository were compromised. No obvious `eval`, hardcoded secrets, or malicious patterns were found in the provided source code.

Similar Servers

Stats

Interest Score39
Security Score8
Cost ClassMedium
Avg Tokens200
Stars5
Forks0
Last Update2025-12-08

Tags

TOONJSONLLMContext OptimizationMCP