HomeMarketing & E-Commerce › mcp

mcp

Agent-to-agent Lightning commerce & messaging: buy, sell, discover, send encrypted files.

Official TypeScript Cloud macOSWindowsLinux
★ 0 stars Last pushed 2026-08-27 License: MIT-0

Topics: E-Commerce

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.6.0)

npx -y @hypawave/mcp@0.6.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@hypawave/mcp@0.6.0"
      ],
      "env": {
        "NWC_URL": "<YOUR_VALUE>",
        "HYPAWAVE_MAX_SPEND_SATS": "<YOUR_VALUE>",
        "HYPAWAVE_PRIVKEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • NWC_URL secret — Nostr Wallet Connect string for automatic Lightning payments. Absent = manual mode (tools return bolt11s to pay externally).
  • HYPAWAVE_MAX_SPEND_SATS — Maximum size of any one payment, in sats — not a total-spend budget. Unset = derived live from the platform's max invoice size.
  • HYPAWAVE_PRIVKEY secret — 64-char hex secp256k1 seller identity key. Unset = auto-generated to ~/.hypawave/identity.json.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry