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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 51 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add dulzuradev-liveauth-mcp -- npx -y @liveauth-labs/mcp-server
codex mcp add dulzuradev-liveauth-mcp -- npx -y @liveauth-labs/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dulzuradev-liveauth-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@liveauth-labs/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add dulzuradev-liveauth-mcp --command npx --arg -y --arg @liveauth-labs/mcp-server
mcp_servers:
dulzuradev-liveauth-mcp:
command: "npx"
args: ["-y", "@liveauth-labs/mcp-server"] {
"mcpServers": {
"dulzuradev-liveauth-mcp": {
"command": "npx",
"args": [
"-y",
"@liveauth-labs/mcp-server"
]
}
}
} 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.
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.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| callCostSats | number | — | Optional cost of the API call in sats. Omit to use LiveAuth project or tool pricing. |
| toolName | string | — | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| challengeHex | string | — | The challenge hex from the start response (PoW only) |
| difficultyBits | number | — | Difficulty bits from the challenge (PoW only) |
| expiresAtUnix | number | — | Expiration timestamp from the challenge (PoW only) |
| hashHex | string | — | The resulting hash hex (PoW only) |
| macaroon | string | — | L402 bundle macaroon (L402 only) |
| nonce | number | — | The nonce that solves the PoW challenge (PoW only) |
| quoteId | string | yes | The quoteId from the start response |
| signature | string | — | Signature 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.
| Name | Type | Req | Description |
|---|---|---|---|
| quoteId | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| refreshToken | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| forceL402 | boolean | — | If true, request an L402 bundle auth session |
| forceLightning | boolean | — | If 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.
| Name | Type | Req | Description |
|---|---|---|---|
| quoteId | string | yes | The 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.