Skip to content
Cursor

marketplace mcp for Cursor

io.github.llmops-pro/marketplace-mcp

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

client:Cursor transport:stdio runtime:npm

Install marketplace mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "marketplace-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "marketplace-mcp"
      ],
      "env": {
        "NOSTR_RELAYS": "<NOSTR_RELAYS>",
        "NOSTR_NIP46_URI": "<NOSTR_NIP46_URI>",
        "NOSTR_PRIVATE_KEY": "<NOSTR_PRIVATE_KEY>",
        "SHOPSTR_CACHE_ENABLED": "<SHOPSTR_CACHE_ENABLED>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

marketplace mcp in other clients