Skip to content
Gemini CLI

traql for Gemini CLI

io.traql/mcp-server

AML risk scoring for crypto addresses and transactions on Ethereum, BSC, TRON, TON, Bitcoin

client:Gemini CLI transport:stdio runtime:npm

Install traql in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@traql/mcp"
      ],
      "env": {
        "TRAQL_API_KEY": "<TRAQL_API_KEY>",
        "TRAQL_API_URL": "<TRAQL_API_URL>",
        "TRAQL_TIMEOUT_MS": "<TRAQL_TIMEOUT_MS>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

traql in other clients