PluginBench
MCP Server

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

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

What is the io.github.llmops-pro/l402-search-mcp MCP server?

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

How to install io.github.llmops-pro/l402-search-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SEARCH_SERVICE_URL

    L402 search endpoint to consume (default: https://llmops-search.fly.dev)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "l402-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "l402-search-mcp"
      ],
      "env": {
        "SEARCH_SERVICE_URL": "<YOUR_SEARCH_SERVICE_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "l402-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "l402-search-mcp"
      ],
      "env": {
        "SEARCH_SERVICE_URL": "<YOUR_SEARCH_SERVICE_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "l402-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "l402-search-mcp"
      ],
      "env": {
        "SEARCH_SERVICE_URL": "<YOUR_SEARCH_SERVICE_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "l402-search-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "l402-search-mcp"
      ],
      "env": {
        "SEARCH_SERVICE_URL": "<YOUR_SEARCH_SERVICE_URL>"
      }
    }
  }
}
Claude Code
claude mcp add l402-search-mcp --env SEARCH_SERVICE_URL=<YOUR_SEARCH_SERVICE_URL> -- npx -y l402-search-mcp

Related MCP servers

Admin an Alby Hub Lightning node from an agent: info, balances, channels; safety-gated writes.

View repository →

Publish Nostr marketplace listings (NIP-15 + Shopstr kinds 30019/30402) so agents can run a store.

View repository →

Nostr publishing, queries, and DMs for AI agents, with allowlists, rate limits, and an audit log.

View repository →

Lightning wallet for AI agents via Nostr Wallet Connect (NIP-47): budget caps, confirm, audit log.

View repository →

Lightning-paywall sidecar: wraps any stdio MCP server, requires paid invoices before tool calls.

View repository →