← Back to Plugins
MCP Server MCP

io.github.hypawave/mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @hypawave/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@hypawave/mcp",
      "version": "0.4.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Nostr Wallet Connect string for automatic Lightning payments. Absent = manual mode (tools return bolt11s to pay externally).",
          "format": "string",
          "isSecret": true,
          "name": "NWC_URL"
        },
        {
          "description": "Maximum size of any one payment, in sats — not a total-spend budget. Unset = derived live from the platform's max invoice size.",
          "format": "number",
          "name": "HYPAWAVE_MAX_SPEND_SATS"
        },
        {
          "description": "64-char hex secp256k1 seller identity key. Unset = auto-generated to ~/.hypawave/identity.json.",
          "format": "string",
          "isSecret": true,
          "name": "HYPAWAVE_PRIVKEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...