← Back to Plugins
MCP Server MCP

io.github.llmops-pro/marketplace-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "marketplace-mcp",
      "version": "0.2.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Comma-separated wss:// relay URLs",
          "isRequired": true,
          "name": "NOSTR_RELAYS"
        },
        {
          "description": "NIP-46 bunker URI (preferred signer)",
          "isSecret": true,
          "name": "NOSTR_NIP46_URI"
        },
        {
          "description": "nsec private key (alternative to NOSTR_NIP46_URI)",
          "isSecret": true,
          "name": "NOSTR_PRIVATE_KEY"
        },
        {
          "description": "Set true to POST Shopstr-dialect events to the Shopstr cache after relay publish",
          "name": "SHOPSTR_CACHE_ENABLED"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...