Skip to content
Back to search
30
MCP v1.0.1 streamable-http

TokenOracle

com.guffeyholdings/token-oracle

Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.

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

Similar MCP servers embedding-nearest

TokenCost
LLM pricing oracle for model lookup, cost estimation, and comparison via LiteLLM.
0 tools
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
io.github.jeff-atriumn/tokencost-dev
LLM pricing oracle — model lookup, cost estimation, and comparison via LiteLLM
0 tools
@compute-finance/mcp
Live AI compute pricing oracle MCP server — real-time LLM model prices across providers. Includes Claude Code skills for session cost analys
0 tools
ecoflow-token-usage-mcp
MCP server for querying ecoflow LLM token usage and balance
0 tools
llm-benchmark-mcp-server
MCP Server for LLM comparison, benchmarks, and pricing — find the best model for any task
0 tools

How to use

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

{
  "mcpServers": {
    "tokenoracle": {
      "url": "https://mcp.guffeyholdings.com/TokenOracle",
      "transport": "streamable-http"
    }
  }
}