PluginBench
MCP Server
Active
MIT

OptimToken MCP Server

io.github.OptimNow/ai-pricing-hub

What is the OptimToken MCP server?

Compare LLM API pricing, estimate workload costs, and benchmark cloud compute. By OptimNow.

How to install OptimToken

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ai-pricing-hub": {
      "url": "https://ai-pricing-hub-mcp-9604f763.alpic.live/"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ai-pricing-hub": {
      "serverUrl": "https://ai-pricing-hub-mcp-9604f763.alpic.live/"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ai-pricing-hub": {
      "type": "http",
      "url": "https://ai-pricing-hub-mcp-9604f763.alpic.live/"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "ai-pricing-hub": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://ai-pricing-hub-mcp-9604f763.alpic.live/"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http ai-pricing-hub https://ai-pricing-hub-mcp-9604f763.alpic.live/

Related MCP servers

Queryable Cloud FinOps knowledge for AI agents: AWS/Azure/GCP cost optimisation, waste playbooks.

46
Python
View repository →