402sentinel mcp for Cursor
io.github.kaditang/402sentinel-mcp
x402 payment safety for AI agents: counterparty risk gate, payment firewall, compliance, RWA gate.
client:Cursor
transport:stdio
runtime:npm
Install 402sentinel mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"402sentinel-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kaditang/402sentinel-mcp"
],
"env": {
"CLIENT_PRIVATE_KEY": "<CLIENT_PRIVATE_KEY>",
"SENTINEL_URL": "<SENTINEL_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs