Skip to content
VS Code

l402 search mcp for VS Code

io.github.llmops-pro/l402-search-mcp

No-KYC web search for AI agents, paid per query in Lightning sats (L402). Holds no keys.

client:VS Code transport:stdio runtime:npm

Install l402 search mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "search-service-url",
      "description": "SEARCH_SERVICE_URL",
      "password": true
    }
  ],
  "servers": {
    "l402-search-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "l402-search-mcp"
      ],
      "env": {
        "SEARCH_SERVICE_URL": "${input:search-service-url}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

l402 search mcp in other clients