mcpbeat Sign in

Liveauth MCP Server

by dulzuradev Your server? Claim it
local only

Liveauth MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 246 installs a week from npm. Last commit 11 Sep 2026.

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

Installs per day peak 205 · avg 41 · -38% w/w
a month agotoday
246
Installs / week
npm · @liveauth-labs/mcp-server
1
Stars
0 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Liveauth MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add liveauth-mcp -- npx -y @liveauth-labs/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "liveauth-mcp": {
      "args": [
        "-y",
        "@liveauth-labs/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.liveauth-mcp]
command = "npx"
args = ["-y", "@liveauth-labs/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "liveauth-mcp": {
      "args": [
        "-y",
        "@liveauth-labs/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "liveauth-mcp": {
      "args": [
        "-y",
        "@liveauth-labs/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LIVEAUTH_API_KEY (Your LiveAuth project public key (la_pk_…).), LIVEAUTH_API_BASE (Override for self-hosted LiveAuth. Defaults to https://api.liveauth.app.), LIVEAUTH_DEMO (Force demo mode even with a key set. Defaults to false.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Liveauth MCP

same job, measured the same way
Donovanh
by donovanh

MCP server for Lightning Tools — pay-per-call AI tools via Bitcoin Lightning

36 installs/wk local only
L402 Kit
by thiagodataengineer

MCP server for L402-protected APIs via Bitcoin Lightning. Pay-per-call AI tools in sats.

96 installs/wk local only
Recite MCP
by rivradev

Local MCP server for Recite receipt processing with ledger and memory tools.

110 installs/wk local only
Paywall MCP
by llmops-pro

Lightning-paywall sidecar: wraps any stdio MCP server, requires paid invoices before tool calls.

30 installs/wk local only
Paypal MCP Server
by paypal

A command line tool for setting up PayPal MCP server

578 installs/wk local only
Boundary Guard x402
by larrylemonbot

MCP tools for x402 readiness, paid-path probes, launch packs, and trust receipts.

6 tools answering
MCP Pay Gate
by zekebuilds-lab

Dual-rail Lightning paywall for MCP servers: accepts L402 and x402 bip122/exact, one LNBits backend.

30 installs/wk local only
Brightspace
by jhostinaleck

MCP server for D2L Brightspace. Multi-auth, 26+ tools, MCP Resources, Prompts, and web dashboard.

117 installs/wk local only

Liveauth MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Liveauth MCP?
Liveauth MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @liveauth-labs/mcp-server was installed 246 times last week.
How do I connect Liveauth MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @liveauth-labs/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Liveauth MCP?
The npm package @liveauth-labs/mcp-server was installed 246 times in the last week. Week over week that is -38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Liveauth MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.