MCP Server
MCP
io.github.dulzuradev/liveauth-mcp
MCP server for LiveAuth: PoW + Lightning auth, L402 bundles, and paid MCP tool receipts.
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
By
Comments
Sign in to leave a comment