Skip to content
Cline

fillgate for Cline

io.github.mineloop99/fillgate

Fee-carrying trading tools for AI agents: Jupiter Ultra, Polymarket CLOB v2, Hyperliquid perps.

client:Cline transport:stdio runtime:npm

Install fillgate in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fillgate": {
      "command": "npx",
      "args": [
        "-y",
        "@fillgate/mcp"
      ],
      "env": {
        "DRY_RUN": "<DRY_RUN>",
        "MAX_NOTIONAL_USD": "<MAX_NOTIONAL_USD>",
        "MAX_SLIPPAGE_BPS": "<MAX_SLIPPAGE_BPS>",
        "RATE_LIMIT_PER_MIN": "<RATE_LIMIT_PER_MIN>",
        "FILLGATE_VENUES": "<FILLGATE_VENUES>",
        "JUP_REFERRAL_ACCOUNT": "<JUP_REFERRAL_ACCOUNT>",
        "OPERATOR_SOLANA_SECRET_KEY": "<OPERATOR_SOLANA_SECRET_KEY>",
        "PM_BUILDER_CODE": "<PM_BUILDER_CODE>",
        "OPERATOR_EVM_PRIVATE_KEY": "<OPERATOR_EVM_PRIVATE_KEY>",
        "HL_BUILDER_ADDRESS": "<HL_BUILDER_ADDRESS>",
        "HL_TESTNET": "<HL_TESTNET>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

fillgate in other clients