TokenOracle
Quality Score
88
/100
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
§01 Install
Remote endpoint
Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.
https://mcp.guffeyholdings.com/TokenOracleClaude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"token-oracle": {
"command": "npx",
"args": [
"-y",
"token-oracle-mcp"
],
"env": {
"TOKEN_ORACLE_API_KEY": "<your-token_oracle_api_key>",
"TOKEN_ORACLE_BASE_URL": "https://mcp.guffeyholdings.com/TokenOracle",
"TOKEN_ORACLE_SUBJECT": "<token_oracle_subject>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"token-oracle": {
"command": "npx",
"args": [
"-y",
"token-oracle-mcp"
],
"env": {
"TOKEN_ORACLE_API_KEY": "<your-token_oracle_api_key>",
"TOKEN_ORACLE_BASE_URL": "https://mcp.guffeyholdings.com/TokenOracle",
"TOKEN_ORACLE_SUBJECT": "<token_oracle_subject>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y token-oracle-mcp§02 Environment variables
TOKEN_ORACLE_API_KEYrequiredsecret
Hosted API key for TokenOracle
TOKEN_ORACLE_BASE_URLOptional override for the hosted TokenOracle MCP endpoint
TOKEN_ORACLE_SUBJECTOptional end-user subject forwarded to the hosted service
§03 MCP Quality Score · methodology
freshness
23
completeness
15
installability
25
documentation
15
stability
10
§04 Alternatives in AI & LLMs
OpenAI Tools MCP Server
ai.com.mcp/openai-tools
Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.
ai.llmse/mcp
ai.llmse/mcp
Public MCP server for the LLM Search Engine
Perplexity API Platform
ai.perplexity/mcp-server
Real-time web search, reasoning, and research through Perplexity's API