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.
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
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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-mcpRelated 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 →