Skip to content
Back to search
30
MCP sse

Token Diet

io.github.evozim/token-diet

LLM token optimization gateway implementing semantic pruning.

Uptime
0.0%
28 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

TokenBurn-Optimizer
LLM query cost optimizer minimizing context waste.
0 tools · sse
token diet
Metadata-only Glama MCP server.
0 tools
Token Economist
Estimates LLM token costs and compresses prompts before execution.
0 tools
Lean Reader
Token-minimized URL-to-clean-text reader for LLMs, with a token-savings receipt.
0 tools
TokenCost
LLM pricing oracle for model lookup, cost estimation, and comparison via LiteLLM.
0 tools
Semantic Frame
Token-efficient semantic compression for numerical data
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "token_diet": {
      "url": "https://token-diet-mcp.vercel.app/api/mcp",
      "transport": "sse"
    }
  }
}