Skip to content
Cline

Frisk for Cline

dev.tryfrisk/frisk

Screen the counterparty of an x402 payment before an agent pays it. Runs offline by default.

client:Cline transport:stdio runtime:npm

Install Frisk 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": {
    "frisk": {
      "command": "npx",
      "args": [
        "-y",
        "frisk-mcp"
      ],
      "env": {
        "FRISK_API_KEY": "<FRISK_API_KEY>",
        "FRISK_BASE_URL": "<FRISK_BASE_URL>"
      }
    }
  }
}

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

Frisk in other clients