What is the LQWD Gateway MCP server?
Free Lightning faucet MCP — agents register, get an inbound channel, bootstrap an LDK node.
How to install LQWD Gateway
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationsecretBearer <api_key>. Obtain via the lqwd_register tool (the only auth-free tool); the returned api_key has the form `lqwd_<random>` and is used on all subsequent MCP requests.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"gateway": {
"url": "https://api.lqwdclaw.bot/v1/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gateway": {
"serverUrl": "https://api.lqwdclaw.bot/v1/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"gateway": {
"type": "http",
"url": "https://api.lqwdclaw.bot/v1/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"gateway": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.lqwdclaw.bot/v1/mcp"
]
}
}
}Claude Code
claude mcp add --transport http gateway https://api.lqwdclaw.bot/v1/mcpRelated MCP servers
Non-custodial Bitcoin Lightning (LDK) wallet for AI agents — pays L402 APIs from CLI or MCP.
View repository →