← Back to Plugins
MCP Server MCP

io.github.dulzuradev/liveauth-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for LiveAuth: PoW + Lightning auth, L402 bundles, and paid MCP tool receipts.

Homepage Verified source GitHub

Install

npx -y @liveauth-labs/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@liveauth-labs/mcp-server",
      "version": "1.0.8",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your LiveAuth project public key (la_pk_…).",
          "format": "string",
          "name": "LIVEAUTH_API_KEY"
        },
        {
          "description": "Override for self-hosted LiveAuth. Defaults to https://api.liveauth.app.",
          "format": "string",
          "name": "LIVEAUTH_API_BASE"
        },
        {
          "description": "Force demo mode even with a key set. Defaults to false.",
          "format": "boolean",
          "name": "LIVEAUTH_DEMO"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...