MCP Directory

ooples/token-optimizer-mcp

GitHub
Developer Tools

Intelligent token optimization achieving 95%+ reduction through caching, compression, and 80+ smart tools for API optimization, code analysis, and real-time monitoring.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y token-optimizer-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from ooples/token-optimizer-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "token-optimizer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "token-optimizer-mcp"
      ]
    }
  }
}

Route ooples/token-optimizer-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add token-optimizer-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use ooples/token-optimizer-mcp directly without routing

npx -y token-optimizer-mcp

New to Agent-CoreX? View setup guide →

ooples/token-optimizer-mcp MCP Server — Agent-CoreX