Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.dulzuradev/liveauth-mcp

NPM · @LIVEAUTH-LABS/MCP-SERVER · SCANNED AUG 3

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

+14 this week 60 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security71
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.5.0, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (19 of 20), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 534 tokens (~76/item across 7 items; 7 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @liveauth-labs/mcp-server

# add to Claude Code
claude mcp add dulzuradev-liveauth-mcp -- npx -y @liveauth-labs/mcp-server
# add to Codex CLI
codex mcp add dulzuradev-liveauth-mcp -- npx -y @liveauth-labs/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dulzuradev-liveauth-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@liveauth-labs/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dulzuradev-liveauth-mcp --command npx --arg -y --arg @liveauth-labs/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  dulzuradev-liveauth-mcp:
    command: "npx"
    args: ["-y", "@liveauth-labs/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "dulzuradev-liveauth-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@liveauth-labs/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 −1

    No change was recorded against any check on this day. Supply Chain Security went from 79 to 71. Other categories moved too: Stability & Change Management rose 4.

  • 2 Aug 26 +18
    • Malware scan: unverified → pass security
    • Stability: unverified → 0.23 functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −3
    • CVE-2025-66414 affects this package: high security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Malware scan: pass → unverified security
    • Install scripts: unverified → pass security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@liveauth-labs/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w48q-cv73-mx4w CVE-2025-66414 high yes
Dependencies 19 packages

19 packages in the resolved dependency tree · 18 deprecated · 9 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 7 exposed · ~534 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
liveauth_mcp_charge ~87

Meter API usage after making an authenticated call. Call this with the cost in sats for each API request made using the JWT.

NameTypeReqDescription
callCostSatsnumberOptional cost of the API call in sats. Omit to use LiveAuth project or tool pricing.
toolNamestringOptional registered MCP tool slug or name for per-tool pricing and revenue attribution.

No output schema declared.

No examples provided.

liveauth_mcp_confirm ~182

Submit the solved proof-of-work challenge (or poll for Lightning payment) to receive a JWT. For Lightning, call with just quoteId to check/poll payment status.

NameTypeReqDescription
challengeHexstringThe challenge hex from the start response (PoW only)
difficultyBitsnumberDifficulty bits from the challenge (PoW only)
expiresAtUnixnumberExpiration timestamp from the challenge (PoW only)
hashHexstringThe resulting hash hex (PoW only)
macaroonstringL402 bundle macaroon (L402 only)
noncenumberThe nonce that solves the PoW challenge (PoW only)
quoteIdstringyesThe quoteId from the start response
signaturestringSignature from the challenge (PoW only)

No output schema declared.

No examples provided.

liveauth_mcp_lnurl ~51

Get the Lightning invoice for a session (lnget-compatible). Use this to retrieve the BOLT11 invoice for payment.

NameTypeReqDescription
quoteIdstringyesThe quoteId from the start response

No output schema declared.

No examples provided.

liveauth_mcp_refresh ~49

Refresh the JWT token without re-authenticating. Use the refreshToken returned from confirm to get a new JWT.

NameTypeReqDescription
refreshTokenstringyesThe refreshToken from the confirm response

No output schema declared.

No examples provided.

liveauth_mcp_start ~75

Start a new LiveAuth MCP session. Returns a PoW challenge (default), Lightning invoice, or L402 bundle auth hint.

NameTypeReqDescription
forceL402booleanIf true, request an L402 bundle auth session
forceLightningbooleanIf true, request Lightning invoice instead of PoW challenge

No output schema declared.

No examples provided.

liveauth_mcp_status ~51

Check the status of an MCP session. Use to poll for Lightning payment confirmation. Also returns the invoice via lnurl compatibility.

NameTypeReqDescription
quoteIdstringyesThe quoteId from the start response

No output schema declared.

No examples provided.

liveauth_mcp_usage ~39

Query current usage and remaining budget for the MCP session. Use this to check how many sats and calls have been used without making a charge.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.