marketplace-mcp
Rank #58,376io.github.llmops-pro/marketplace-mcp
Publish Nostr marketplace listings (NIP-15 + Shopstr kinds 30019/30402) so agents can run a store.
marketplace-mcp is a Model Context Protocol (MCP) server published by llmops-pro. It ranks #58,376 of 115,460 servers tracked on MCP Toplist. marketplace-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 12, 2026 and most recently updated on Jun 12, 2026.
Ranks ahead of 57,084 of 115,460 servers on MCP Toplist.
Use marketplace-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add marketplace-mcp -e "NOSTR_RELAYS=<your NOSTR_RELAYS>" -e "NOSTR_NIP46_URI=<your NOSTR_NIP46_URI>" -e "NOSTR_PRIVATE_KEY=<your NOSTR_PRIVATE_KEY>" -e "SHOPSTR_CACHE_ENABLED=<your SHOPSTR_CACHE_ENABLED>" -- npx -y marketplace-mcpReplace each placeholder with your own value before saving.
[mcp_servers.marketplace-mcp]
command = "npx"
args = ["-y", "marketplace-mcp"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.llmops-pro%2Fmarketplace-mcp)<a href="https://mcptoplist.com/server/io.github.llmops-pro%2Fmarketplace-mcp"><img src="https://mcptoplist.com/badge/io.github.llmops-pro%2Fmarketplace-mcp.svg" alt="MCP Toplist: #58,376 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
llmops-pro
Other servers by llmops-pro
- l402-search-mcp#42,449 · 1 ver
- albyhub-admin-mcp#58,375 · 1 ver
- nostr-ops-mcp#58,377 · 1 ver
- nwc-mcp#58,378 · 1 ver
- paywall-mcp#58,379 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.2.3 | Jun 12, 2026 |
Frequently asked questions
- Who maintains marketplace-mcp?
- marketplace-mcp is maintained by llmops-pro, which publishes 6 MCP servers (6 total versions) tracked on MCP Toplist.
- Is marketplace-mcp listed on the Official MCP Registry?
- Yes — marketplace-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does marketplace-mcp have?
- MCP Toplist tracks 1 version of marketplace-mcp, most recently published on Jun 12, 2026.
- Where can I find the source code for marketplace-mcp?
- The source code for marketplace-mcp is hosted at github.com/llmops-pro/marketplace-mcp.