← Back to Plugins
MCP Server MCP

SaturnZap

github By github 👁 1 views ▲ 0 votes

Non-custodial Bitcoin Lightning (LDK) wallet for AI agents — pays L402 APIs from CLI or MCP.

Homepage Verified source GitHub

Install

uvx saturnzap

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "saturnzap",
      "version": "1.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Passphrase used to decrypt the local wallet seed.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SZ_PASSPHRASE"
        },
        {
          "description": "Optional per-request spend cap for MCP L402 operations.",
          "format": "string",
          "name": "SZ_MCP_MAX_SPEND_SATS"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...