x402 trust mcp for Cursor
io.github.jonasfuchss/x402-trust-mcp
Trust & reliability data for x402 endpoints before your agent pays them.
client:Cursor
transport:stdio
runtime:npm
Install x402 trust mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"x402-trust-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"x402-trust-mcp"
],
"env": {
"X402_PRIVATE_KEY": "<X402_PRIVATE_KEY>",
"X402_MAX_USD": "<X402_MAX_USD>",
"X402_MAX_TOTAL_USD": "<X402_MAX_TOTAL_USD>",
"X402_MAX_CALLS": "<X402_MAX_CALLS>",
"X402_TRUST_API_BASE": "<X402_TRUST_API_BASE>",
"X402_TIMEOUT_MS": "<X402_TIMEOUT_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs