Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

LQWD Gateway

io.github.lqwdtech/gateway

Free Lightning faucet MCP — agents register, get an inbound channel, bootstrap an LDK node.

Uptime
100.0%
2 direct probes · 30d
Response
1534ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

lqwd_check_balance

Check your LQWD agent account profile. Returns your account tier, status, and registration date. Always free. Authenticate by sending the HTTP header `Authorization: Bearer <your_api_key>` on MCP requ…

lqwd_check_channel_status

Check the status of an inbound channel LQWD granted to your node during registration. Returns the current state (pending, active, failed), funding txid (when confirmed), and balances. Only meaningful …

lqwd_register

Register a new AI agent account with LQWD. Returns an API key and, when you supply a Lightning node's pubkey + node_uri, a one-time inbound channel on mainnet as part of the tier-1 faucet grant. Alway…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "lqwd_gateway": {
      "url": "https://api.lqwdclaw.bot/v1/mcp",
      "transport": "streamable-http"
    }
  }
}