PluginBench
MCP Server

io.github.llmops-pro/marketplace-mcp MCP Server

io.github.llmops-pro/marketplace-mcp

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

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

How to install io.github.llmops-pro/marketplace-mcp

Copy-paste configuration for popular MCP clients.

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

    Comma-separated wss:// relay URLs

  • NOSTR_NIP46_URI
    secret

    NIP-46 bunker URI (preferred signer)

  • NOSTR_PRIVATE_KEY
    secret

    nsec private key (alternative to NOSTR_NIP46_URI)

  • SHOPSTR_CACHE_ENABLED

    Set true to POST Shopstr-dialect events to the Shopstr cache after relay publish

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "marketplace-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "marketplace-mcp"
      ],
      "env": {
        "NOSTR_RELAYS": "<YOUR_NOSTR_RELAYS>",
        "NOSTR_NIP46_URI": "<YOUR_NOSTR_NIP46_URI>",
        "NOSTR_PRIVATE_KEY": "<YOUR_NOSTR_PRIVATE_KEY>",
        "SHOPSTR_CACHE_ENABLED": "<YOUR_SHOPSTR_CACHE_ENABLED>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "marketplace-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "marketplace-mcp"
      ],
      "env": {
        "NOSTR_RELAYS": "<YOUR_NOSTR_RELAYS>",
        "NOSTR_NIP46_URI": "<YOUR_NOSTR_NIP46_URI>",
        "NOSTR_PRIVATE_KEY": "<YOUR_NOSTR_PRIVATE_KEY>",
        "SHOPSTR_CACHE_ENABLED": "<YOUR_SHOPSTR_CACHE_ENABLED>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "marketplace-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "marketplace-mcp"
      ],
      "env": {
        "NOSTR_RELAYS": "<YOUR_NOSTR_RELAYS>",
        "NOSTR_NIP46_URI": "<YOUR_NOSTR_NIP46_URI>",
        "NOSTR_PRIVATE_KEY": "<YOUR_NOSTR_PRIVATE_KEY>",
        "SHOPSTR_CACHE_ENABLED": "<YOUR_SHOPSTR_CACHE_ENABLED>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "marketplace-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "marketplace-mcp"
      ],
      "env": {
        "NOSTR_RELAYS": "<YOUR_NOSTR_RELAYS>",
        "NOSTR_NIP46_URI": "<YOUR_NOSTR_NIP46_URI>",
        "NOSTR_PRIVATE_KEY": "<YOUR_NOSTR_PRIVATE_KEY>",
        "SHOPSTR_CACHE_ENABLED": "<YOUR_SHOPSTR_CACHE_ENABLED>"
      }
    }
  }
}
Claude Code
claude mcp add marketplace-mcp --env NOSTR_RELAYS=<YOUR_NOSTR_RELAYS> --env NOSTR_NIP46_URI=<YOUR_NOSTR_NIP46_URI> --env NOSTR_PRIVATE_KEY=<YOUR_NOSTR_PRIVATE_KEY> --env SHOPSTR_CACHE_ENABLED=<YOUR_SHOPSTR_CACHE_ENABLED> -- npx -y marketplace-mcp

Related MCP servers

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

View repository →

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

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 →