🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

marketnow-mcp

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marketnow-mcp

MarketNow MCP Server v1.7.0 — Trust layer for agent commerce. 11 MCP tools: search_skills, get_skill, list_categories, get_manifest, get_install_command, verify_trust (ATC), verify_receipt (signed delivery proof), submit_skill (REAL submission via /api/su

latest
Source
npmnpm
Version
1.7.0
Version published
Weekly downloads
358
486.89%
Maintainers
1
Weekly downloads
 
Created
Source

MarketNow MCP Server

Trust layer for agent commerce. Search 8,560 MCP skills from any agent runtime.

npm version License: MIT

The MarketNow marketplace as an MCP server. Allows any MCP-compatible agent (Claude Desktop, Cursor, Cline, etc.) to search and discover skills directly from their runtime — without leaving the conversation.

Stats: 8,560 skills · 58 categories · $0.99–$9.99 · 43 free · one-time payment

What is MarketNow?

MarketNow is the trust layer for agent commerce. Discovery is solved (MCP registry, Smithery, Glama); trust is not. MarketNow provides:

  • Sentinel L1.5 security audit on every skill (6-point MCP security scan)
  • review_status on every skill: auto-scanned (8,517) | human-reviewed (43) | maintainer-verified (0)
  • Declared permissions per skill (network, filesystem, env_vars, subprocess)
  • AP2-compatible mandates — human-in-the-loop by default, silent mode requires explicit opt-in
  • x402 payments — HTTP 402 Payment Required protocol, USDC on Base
  • Public audit log — every mandate transaction is a git commit

Install

npm install -g marketnow-mcp

Or use directly with npx (no install needed):

npx marketnow-mcp

Configuration

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "marketnow": {
      "command": "npx",
      "args": ["-y", "marketnow-mcp"]
    }
  }
}

Cursor

Add to Settings → MCP:

{
  "mcpServers": {
    "marketnow": {
      "command": "npx",
      "args": ["-y", "marketnow-mcp"]
    }
  }
}

Cline / VS Code

Add to your MCP config:

{
  "mcpServers": {
    "marketnow": {
      "command": "npx",
      "args": ["-y", "marketnow-mcp"],
      "env": {}
    }
  }
}

Tools Exposed

ToolDescription
search_skillsSearch skills by query, category, or max price
get_skillGet full details of a specific skill
list_categoriesList all 25 categories with counts
get_manifestGet marketplace metadata (totals, pricing)
get_install_commandGet the npx install command for a skill

Example Usage

Once connected, you can ask Claude:

  • "Find me a skill to scrape websites and extract prices"
  • "What's the cheapest AI/ML skill on MarketNow?"
  • "Show me all skills in the Security category"
  • "Get the install command for mn-ai-00001"

Claude will use the MarketNow MCP server to search the marketplace and return results with prices, descriptions, and install commands.

How It Works

The MCP server fetches the public API at https://marketnow.site/api/skills.json (cached for 1 hour). It exposes 5 tools that agents can call to discover skills without leaving their runtime.

  • No API key required for read operations
  • CORS-enabled — works from browser and Node.js
  • 1-hour cache — minimizes bandwidth and latency
  • 5,000+ skills — the largest curated MCP skill catalog

To purchase a skill, the agent opens the buy URL in a browser.

Pricing

All skills on MarketNow are micro-priced:

  • $0.99 — utility, single-function MCP servers
  • $1.99 — standard integrations
  • $2.99 — multi-feature tools (most common)
  • $4.99 — sophisticated multi-endpoint tools
  • $9.99 — enterprise-grade, specialized

Average price: $2.50. One-time payment, lifetime license. No subscriptions.

License

MIT

Keywords

mcp

FAQs

Package last updated on 25 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts