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%
28 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

io.github.rccola990-cloud/mcp-token-optimizer
Cut LLM token costs: count tokens, estimate cost, slim prompts, and pick the cheapest capable model.
0 tools
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
io.github.omkar9854/token_optimizer
Reversible context compression for AI agents: cut token usage up to 94%, originals retrievable
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"
    }
  }
}