Skip to content
Back to search
30
MCP sse

TokenBurn-Optimizer

io.github.evozim/tokenburn-optimizer

LLM query cost optimizer minimizing context waste.

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

Similar MCP servers embedding-nearest

Token Diet
LLM token optimization gateway implementing semantic pruning.
0 tools · sse
Token Economist
Estimates LLM token costs and compresses prompts before execution.
0 tools
TokenCost
LLM pricing oracle for model lookup, cost estimation, and comparison via LiteLLM.
0 tools
SkillFM LLM Cost Optimizer
LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
0 tools
Token Compressor
Semantic prompt compression using local LLM rewriting with embedding validation to reduce token usage by 40-60%.
0 tools
openprune
Open-source CLI to minimize LLM token usage via smart code context extraction
0 tools

How to use

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

{
  "mcpServers": {
    "tokenburn-optimizer": {
      "url": "https://tokenburn-optimizer-mcp.vercel.app/api/mcp",
      "transport": "sse"
    }
  }
}