@warppay402/mcp-client
v1.0.2
Published
Stdio-to-SSE bridge for WarpPay402 MCP Gateway with automated x402 payment signing.
Readme
@warppay402/mcp-client
Lightweight stdio-to-SSE proxy bridge that brings WarpPay402 monetized tools into Cursor IDE, Windsurf, and Claude Desktop with automated x402 payment challenge signing.
Quickstart
npm install -g @warppay402/mcp-clientCursor Setup (~/.cursor/mcp.json)
{
"mcpServers": {
"warppay402": {
"command": "npx",
"args": ["-y", "@warppay402/mcp-client"],
"env": {
"CUSTOMER_PRIVATE_KEY": "0xYOUR_CUSTOMER_PRIVATE_KEY"
}
}
}
}Claude Desktop Setup (claude_desktop_config.json)
{
"mcpServers": {
"warppay402": {
"command": "npx",
"args": ["-y", "@warppay402/mcp-client"],
"env": {
"CUSTOMER_PRIVATE_KEY": "0xYOUR_CUSTOMER_PRIVATE_KEY"
}
}
}
}