LQWD Gateway
io.github.lqwdtech/gatewayFree Lightning faucet MCP — agents register, get an inbound channel, bootstrap an LDK node.
Tools · 3
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…
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 …
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…
Similar MCP servers embedding-nearest
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"
}
}
}