What is the TokenOracle MCP server?
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
How to install TokenOracle
Copy-paste configuration for popular MCP clients.
TOKEN_ORACLE_API_KEYrequiredsecretHosted 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
X-API-KeyrequiredsecretHosted API key for TokenOracle
X-Token-Oracle-SubjectOptional end-user subject forwarded to the hosted service
{
"mcpServers": {
"token-oracle": {
"command": "npx",
"args": [
"-y",
"token-oracle-mcp"
],
"env": {
"TOKEN_ORACLE_API_KEY": "<YOUR_TOKEN_ORACLE_API_KEY>",
"TOKEN_ORACLE_BASE_URL": "<YOUR_TOKEN_ORACLE_BASE_URL>",
"TOKEN_ORACLE_SUBJECT": "<YOUR_TOKEN_ORACLE_SUBJECT>",
"X-API-Key": "<YOUR_X_API_KEY>",
"X-Token-Oracle-Subject": "<YOUR_X_TOKEN_ORACLE_SUBJECT>"
}
}
}
}{
"mcpServers": {
"token-oracle": {
"command": "npx",
"args": [
"-y",
"token-oracle-mcp"
],
"env": {
"TOKEN_ORACLE_API_KEY": "<YOUR_TOKEN_ORACLE_API_KEY>",
"TOKEN_ORACLE_BASE_URL": "<YOUR_TOKEN_ORACLE_BASE_URL>",
"TOKEN_ORACLE_SUBJECT": "<YOUR_TOKEN_ORACLE_SUBJECT>",
"X-API-Key": "<YOUR_X_API_KEY>",
"X-Token-Oracle-Subject": "<YOUR_X_TOKEN_ORACLE_SUBJECT>"
}
}
}
}{
"mcpServers": {
"token-oracle": {
"command": "npx",
"args": [
"-y",
"token-oracle-mcp"
],
"env": {
"TOKEN_ORACLE_API_KEY": "<YOUR_TOKEN_ORACLE_API_KEY>",
"TOKEN_ORACLE_BASE_URL": "<YOUR_TOKEN_ORACLE_BASE_URL>",
"TOKEN_ORACLE_SUBJECT": "<YOUR_TOKEN_ORACLE_SUBJECT>",
"X-API-Key": "<YOUR_X_API_KEY>",
"X-Token-Oracle-Subject": "<YOUR_X_TOKEN_ORACLE_SUBJECT>"
}
}
}
}{
"servers": {
"token-oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"token-oracle-mcp"
],
"env": {
"TOKEN_ORACLE_API_KEY": "<YOUR_TOKEN_ORACLE_API_KEY>",
"TOKEN_ORACLE_BASE_URL": "<YOUR_TOKEN_ORACLE_BASE_URL>",
"TOKEN_ORACLE_SUBJECT": "<YOUR_TOKEN_ORACLE_SUBJECT>",
"X-API-Key": "<YOUR_X_API_KEY>",
"X-Token-Oracle-Subject": "<YOUR_X_TOKEN_ORACLE_SUBJECT>"
}
}
}
}claude mcp add token-oracle --env TOKEN_ORACLE_API_KEY=<YOUR_TOKEN_ORACLE_API_KEY> --env TOKEN_ORACLE_BASE_URL=<YOUR_TOKEN_ORACLE_BASE_URL> --env TOKEN_ORACLE_SUBJECT=<YOUR_TOKEN_ORACLE_SUBJECT> --env X-API-Key=<YOUR_X_API_KEY> --env X-Token-Oracle-Subject=<YOUR_X_TOKEN_ORACLE_SUBJECT> -- npx -y token-oracle-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.