Skip to main content
ClaudeWave

Pay-per-query LLM MCP server over Lightning (L402). Tools: chat. Also exposes OpenAI-compatible chat completions.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptActualizado today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/pyfile-toolkit/l402-llm-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "l402-llm-mcp": {
      "command": "node",
      "args": ["/path/to/l402-llm-mcp/dist/index.js"],
      "env": {
        "LNBOT_API_KEY": "<lnbot_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/pyfile-toolkit/l402-llm-mcp and follow its README for install instructions.
Detected environment variables
LNBOT_API_KEY
Casos de uso

Resumen de MCP Servers

# l402-llm-mcp

Pay-per-query LLM access over Lightning (L402), exposed as an MCP server.

## What it is

A single Node.js server that serves two things:

- **MCP endpoint** `POST /mcp` (streamable HTTP, tool: `chat`)
- **OpenAI-compatible** `POST /v1/chat/completions`

Payment is enforced by the L402 protocol: every request returns a Lightning invoice
(10 sats short, 50 sats long). Models are proxied to a free LLM backend
(`gemini-3.6-flash`, `gpt-oss-120b`).

## Endpoints

| Path | Method | Price | Description |
|---|---|---|---|
| `/mcp` | POST | 10 sats | MCP streamable-HTTP, tool `chat` |
| `/v1/chat/completions` | POST | 10-50 sats | OpenAI-compatible chat |
| `/v1/models` | GET | free | model list |
| `/.well-known/l402.json` | GET | free | L402 manifest |

## Run

```bash
export LNBOT_API_KEY=... WALLET_ID=...
node server.js
```

## Discovery

Listed in the 402 Index and 402.pub (Nostr kind 31402).

Lo que la gente pregunta sobre l402-llm-mcp

¿Qué es pyfile-toolkit/l402-llm-mcp?

+

pyfile-toolkit/l402-llm-mcp es mcp servers para el ecosistema de Claude AI. Pay-per-query LLM MCP server over Lightning (L402). Tools: chat. Also exposes OpenAI-compatible chat completions. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-10.

¿Cómo se instala l402-llm-mcp?

+

Puedes instalar l402-llm-mcp clonando el repositorio (https://github.com/pyfile-toolkit/l402-llm-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar pyfile-toolkit/l402-llm-mcp?

+

Nuestro agente de seguridad ha analizado pyfile-toolkit/l402-llm-mcp y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene pyfile-toolkit/l402-llm-mcp?

+

pyfile-toolkit/l402-llm-mcp es mantenido por pyfile-toolkit. La última actividad registrada en GitHub es del 2026-09-10, con 0 issues abiertos.

¿Hay alternativas a l402-llm-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega l402-llm-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: pyfile-toolkit/l402-llm-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/pyfile-toolkit-l402-llm-mcp)](https://claudewave.com/repo/pyfile-toolkit-l402-llm-mcp)
<a href="https://claudewave.com/repo/pyfile-toolkit-l402-llm-mcp"><img src="https://claudewave.com/api/badge/pyfile-toolkit-l402-llm-mcp" alt="Featured on ClaudeWave: pyfile-toolkit/l402-llm-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a l402-llm-mcp