Reduce LLM token usage by 50-70% when sending structured data. TOON
(Token-Oriented Object Notation) converts JSON, CSV, XML, YAML, and HTML
tables to a compact header-based format. Save $489-$9,789 per 1M requests
depending on model.
Server Config
{
"mcpServers": {
"toon": {
"command": "npx",
"args": [
"-y",
"toon-mcp-server"
]
}
}
}