← Back to browse

l402-search-mcp

Indexed by io.github.llmops-pro

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSEARCH_SERVICE_URL
Claude Code
claude mcp add --env SEARCH_SERVICE_URL= l402-search-mcp -- npx l402-search-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"l402-search-mcp","command":"npx","args":["l402-search-mcp"],"env":{"SEARCH_SERVICE_URL":""}}'
JSON
{
  "mcpServers": {
    "l402-search-mcp": {
      "command": "npx",
      "args": [
        "l402-search-mcp"
      ],
      "env": {
        "SEARCH_SERVICE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.