Skip to content
Cursor

Fee Optimizer MCP for Cursor

io.github.gaokai258/fee-optimizer-mcp

Compare crypto exchange fees across 18 venues: VIP tiers, funding, spread, fiat rails, change feed.

client:Cursor transport:stdio runtime:npm

Install Fee Optimizer MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "fee-optimizer-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "fee-optimizer-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Fee Optimizer MCP in other clients