HomeSecurity › Frisk

Frisk

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

TypeScript CloudLocal
★ 1 stars Last pushed 2026-09-13 License: MIT

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.0.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "frisk": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "FRISK_API_KEY": "<YOUR_VALUE>",
        "FRISK_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • FRISK_API_KEY secret — Hosted API key. Without it the server screens entirely offline.
  • FRISK_BASE_URL — Override the hosted endpoint. Defaults to https://api.tryfrisk.dev.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry