Back to search
30
MCP

Token Economist

pulsemcp/token economist

Estimates LLM token costs and compresses prompts before execution.

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

Similar MCP servers embedding-nearest

tokencast
Pre-execution cost estimation for LLM agent workflows with calibration learning
0 tools
io.github.jeff-atriumn/tokencost-dev
LLM pricing oracle — model lookup, cost estimation, and comparison via LiteLLM
0 tools
io.github.base76-research-lab/token-compressor
Compress prompts 40-60% using local LLM + embedding validation. Preserves all conditionals.
0 tools
TokenOracle
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
0 tools · streamable-http
io.github.mukundakatta/promptbudget-mcp
Token-budget-aware text handling: count, truncate, and chunk for LLM prompts.
0 tools
entroly
Cuts AI bills to its best using compression
0 tools

How to use

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

{
  "mcpServers": {
    "token_economist": {
      "url": "None",
      "transport": "http"
    }
  }
}