Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
https://mcp.guffeyholdings.com/TokenOraclenpx -y token-oracle-mcp{
"TOKEN_ORACLE_API_KEY": "YOUR_SECRET_VALUE",
"TOKEN_ORACLE_BASE_URL": "https://mcp.guffeyholdings.com/TokenOracle",
"TOKEN_ORACLE_SUBJECT": "YOUR_VALUE_HERE"
}Headers: X-API-Key, X-Token-Oracle-Subject
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"com-guffeyholdings-token-oracle": {
"command": "npx",
"args": [
"-y",
"token-oracle-mcp"
],
"env": {
"TOKEN_ORACLE_API_KEY": "YOUR_SECRET_VALUE",
"TOKEN_ORACLE_BASE_URL": "https://mcp.guffeyholdings.com/TokenOracle",
"TOKEN_ORACLE_SUBJECT": "YOUR_VALUE_HERE"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
Paste an API key, bearer token, or session value from the provider. It is used once to list inventory and discarded after the request.
Hosted API key for TokenOracle
Optional end-user subject forwarded to the hosted service
TokenOracle is an MCP server for Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.. It supports STDIO, HTTP transport.
Use the generated config in Install. This server runs with npx -y token-oracle-mcp; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install, copy the config, and add it to Claude Desktop's MCP server settings. Endpoint: https://mcp.guffeyholdings.com/TokenOracle.
Choose the Claude Code tab in Install, copy the config, and add it to Claude Code's MCP server settings. Endpoint: https://mcp.guffeyholdings.com/TokenOracle.
Choose the Codex tab in Install, copy the config, and add it to Codex's MCP server settings. Endpoint: https://mcp.guffeyholdings.com/TokenOracle.
Choose the Cursor or VS Code tab in Install, copy the config, and add it to Cursor or VS Code's MCP server settings. Endpoint: https://mcp.guffeyholdings.com/TokenOracle.
TokenOracle uses STDIO, HTTP transport. Endpoint: https://mcp.guffeyholdings.com/TokenOracle.
TokenOracle inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
TokenOracle is marked with Auth required by registry metadata auth. You may need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
token-oracle-mcpstdio | npm | 1.0.1 | Env: TOKEN_ORACLE_API_KEY required secret Env: TOKEN_ORACLE_BASE_URL Env: TOKEN_ORACLE_SUBJECT |