Skip to content
Back to search
30
MCP

TokenCost

pulsemcp/tokencost

LLM pricing oracle for model lookup, cost estimation, and comparison via LiteLLM.

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

Similar MCP servers embedding-nearest

io.github.jeff-atriumn/tokencost-dev
LLM pricing oracle — model lookup, cost estimation, and comparison via LiteLLM
0 tools
TokenOracle
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
0 tools · streamable-http
Token Economist
Estimates LLM token costs and compresses prompts before execution.
0 tools
llm-oracle
Up-to-date LLM pricing + availability catalog with cited sources for AI agent routing.
0 tools
tokencast
Pre-execution cost estimation for LLM agent workflows with calibration learning
0 tools
TokenBurn-Optimizer
LLM query cost optimizer minimizing context waste.
0 tools · sse

How to use

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

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