MCP Server
Active
Apache-2.0
io.github.AgentTanuki/x402-payment-safety MCP Server
io.github.AgentTanuki/x402-payment-safety
What is the io.github.AgentTanuki/x402-payment-safety MCP server?
Authorize x402 payments before signing with request-bound, signed safety decisions.
How to install io.github.AgentTanuki/x402-payment-safety
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"x402-payment-safety": {
"url": "https://agent-guild-5d5r.onrender.com/mcp/payment-safety/"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"x402-payment-safety": {
"serverUrl": "https://agent-guild-5d5r.onrender.com/mcp/payment-safety/"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"x402-payment-safety": {
"type": "http",
"url": "https://agent-guild-5d5r.onrender.com/mcp/payment-safety/"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"x402-payment-safety": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent-guild-5d5r.onrender.com/mcp/payment-safety/"
]
}
}
}Claude Code
claude mcp add --transport http x402-payment-safety https://agent-guild-5d5r.onrender.com/mcp/payment-safety/Related MCP servers
Rank agents; signed machine messages + wallet gates via x402; free verifiable agent passports.
1
View repository →Python
Apache-2.0