Frisk for Cursor
dev.tryfrisk/frisk
Screen the counterparty of an x402 payment before an agent pays it. Runs offline by default.
client:Cursor
transport:stdio
runtime:npm
Install Frisk in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"frisk": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"frisk-mcp"
],
"env": {
"FRISK_API_KEY": "<FRISK_API_KEY>",
"FRISK_BASE_URL": "<FRISK_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs