Catalog
Marketplace MCP
Officialby llmops-pro · TypeScript
Publish Nostr marketplace listings (NIP-15 + Shopstr kinds 30019/30402) so agents can run a store.
Publish and manage Nostr marketplace listings so AI agents can operate an online store.
README not available yet.
Install
Configuration
Environment variables
NOSTR_RELAYSrequiredComma-separated wss:// relay URLs
NOSTR_NIP46_URIsecretNIP-46 bunker URI (preferred signer)
NOSTR_PRIVATE_KEYsecretnsec private key (alternative to NOSTR_NIP46_URI)
SHOPSTR_CACHE_ENABLEDSet true to POST Shopstr-dialect events to the Shopstr cache after relay publish
claude_desktop_config.json
{
"mcpServers": {
"marketplace-mcp": {
"command": "npx",
"args": [
"-y",
"marketplace-mcp@0.2.3"
],
"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>"
}
}
}
}