marketnow-mcp 1.0.2 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +0 -0
- package/README.md +12 -2
- package/package.json +2 -2
package/LICENSE
CHANGED
|
File without changes
|
package/README.md
CHANGED
|
@@ -1,13 +1,23 @@
|
|
|
1
1
|
# MarketNow MCP Server
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> Trust layer for agent commerce. Search 8,560 MCP skills from any agent runtime.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/marketnow-mcp)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
|
|
8
8
|
The [MarketNow](https://marketnow.site) 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.
|
|
9
9
|
|
|
10
|
-
**Stats:**
|
|
10
|
+
**Stats:** 8,560 skills · 58 categories · $0.99–$9.99 · 43 free · one-time payment
|
|
11
|
+
|
|
12
|
+
## What is MarketNow?
|
|
13
|
+
|
|
14
|
+
MarketNow is the **trust layer for agent commerce**. Discovery is solved (MCP registry, Smithery, Glama); trust is not. MarketNow provides:
|
|
15
|
+
- **Sentinel L1.5** security audit on every skill (6-point MCP security scan)
|
|
16
|
+
- **review_status** on every skill: `auto-scanned` (8,517) | `human-reviewed` (43) | `maintainer-verified` (0)
|
|
17
|
+
- **Declared permissions** per skill (network, filesystem, env_vars, subprocess)
|
|
18
|
+
- **AP2-compatible mandates** — human-in-the-loop by default, silent mode requires explicit opt-in
|
|
19
|
+
- **x402 payments** — HTTP 402 Payment Required protocol, USDC on Base
|
|
20
|
+
- **Public audit log** — every mandate transaction is a git commit
|
|
11
21
|
|
|
12
22
|
## Install
|
|
13
23
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "marketnow-mcp",
|
|
3
|
-
"version": "1.0
|
|
4
|
-
"description": "MarketNow MCP Server —
|
|
3
|
+
"version": "1.2.0",
|
|
4
|
+
"description": "MarketNow MCP Server — Trust layer for agent commerce. Search 8,560 MCP-compatible skills from any agent runtime (Claude Desktop, Cursor, Cline). Every skill has a Sentinel L1.5 security report, review_status (auto-scanned | human-reviewed | maintainer-verified), declared permissions, and system prompt. AP2-compatible mandates, x402 payments. Open source MIT.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"bin": {
|