MCP Server
Maintained
x402 Facilitator Proxy MCP Server
io.github.seob5285-alt/x402-facilitator-proxy
What is the x402 Facilitator Proxy MCP server?
Multi-tenant HTTP 402 infrastructure gateway and stdio MCP server for machine payments.
How to install x402 Facilitator Proxy
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"x402-facilitator-proxy": {
"command": "npx",
"args": [
"-y",
"x402-facilitator-proxy"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"x402-facilitator-proxy": {
"command": "npx",
"args": [
"-y",
"x402-facilitator-proxy"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"x402-facilitator-proxy": {
"command": "npx",
"args": [
"-y",
"x402-facilitator-proxy"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"x402-facilitator-proxy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"x402-facilitator-proxy"
]
}
}
}Claude Code
claude mcp add x402-facilitator-proxy -- npx -y x402-facilitator-proxyRelated MCP servers
Edge-based network diagnostic utility checking host latency, gated via x402 payment rails.
Stateless array aggregation utility engine via x402 microtransactions.