HomeCommunication › marketplace-mcp

marketplace-mcp

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

TypeScript Local
★ 0 stars Last pushed 2026-06-15 License: MIT

Topics: Social Media

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.3)

npx -y marketplace-mcp@0.2.3

Or add to your MCP client config:

{
  "mcpServers": {
    "marketplace-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "marketplace-mcp@0.2.3"
      ],
      "env": {
        "NOSTR_RELAYS": "<YOUR_VALUE>",
        "NOSTR_NIP46_URI": "<YOUR_VALUE>",
        "NOSTR_PRIVATE_KEY": "<YOUR_VALUE>",
        "SHOPSTR_CACHE_ENABLED": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry