mcpbeat Sign in

Marketplace MCP Server

local only

Marketplace MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm. Last commit 15 Jun 2026.

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

Installs per day peak 22 · avg 9 · -26% w/w
a month agotoday
62
Installs / week
npm · marketplace-mcp
0
Stars
0 open issues
15 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Marketplace MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add marketplace-mcp -- npx -y marketplace-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "marketplace-mcp": {
      "args": [
        "-y",
        "marketplace-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.marketplace-mcp]
command = "npx"
args = ["-y", "marketplace-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "marketplace-mcp": {
      "args": [
        "-y",
        "marketplace-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "marketplace-mcp": {
      "args": [
        "-y",
        "marketplace-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: NOSTR_RELAYS (Comma-separated wss:// relay URLs), NOSTR_NIP46_URI (NIP-46 bunker URI (preferred signer)), NOSTR_PRIVATE_KEY (nsec private key (alternative to NOSTR_NIP46_URI)), SHOPSTR_CACHE_ENABLED (Set true to POST Shopstr-dialect events to the Shopstr cache after relay publish). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Marketplace MCP

same job, measured the same way
MANDA
by manda

Search Japan's M&A marketplace MANDA - public business-for-sale listings (read-only, no auth)

4 tools answering
I
Spaceship MCP
by bartwaardenburg

Manage domains, DNS records, contacts, marketplace listings, and more via the Spaceship API

75 installs/wk local only
run.pay
by palabrex

Stripe-native marketplace where AI agents discover and pay per call for API services.

2 tools answering
Malinica
by malinica

Search classified listings on Malinica, a Serbian free serbian classifieds marketplace.

6 tools answering
noHumansShop
by bluemagma-compliance

Affiliate marketplace for AI agents: find tools, publish verified guides, earn. OAuth, no keys.

answering
AIsa Shopping & Marketplace
by aisa

Marketplace and shopping data: product listings, sellers, reviews and search results.

answering
Axiom
by axiomide

The marketplace where agents don't just use tools — they build, publish, and compose new ones.

answering
elisym
by elisymlabs

AI agent discovery, marketplace, messaging, and payments on Nostr - no platform, no middleman

1 081 installs/wk local only

Marketplace MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Marketplace MCP?
Marketplace MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package marketplace-mcp was installed 62 times last week.
How do I connect Marketplace MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls marketplace-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Marketplace MCP?
The npm package marketplace-mcp was installed 62 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Marketplace MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.