Odel
gadgethumans x402

gadgethumans x402

Local
@scotia1973-bot1JavaScriptUpdated 1mo ago

One-line x402 + Stripe payment middleware for MCP servers. The Stripe for the agent economy.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@gadgethumans/x402v3.0.1

Run

npx -y @gadgethumans/x402

MCP client config

{
  "mcpServers": {
    "gadgethumans-x402": {
      "command": "npx",
      "args": [
        "-y",
        "@gadgethumans/x402"
      ]
    }
  }
}