MarketNow — Trust Layer for Agent Commerce (MCP Marketplace)

by edgarfloresguerra2011-a11y

327 downloads
Not rated
GitHub

About

The trust layer for agent commerce. 8,560 MCP-compatible skills with Sentinel L2 security audits, x402 payments (HTTP 402 + USDC on Base), and AP2 delegated mandates with human-in-the-loop by default.

Details

Author
edgarfloresguerra2011-a11y
Downloads
327
Categories
AI

- 8,560 MCP skills across 20+ categories
- Sentinel Security scans every skill on submission
- Badge ecosystem embeds trust badges in READMEs
- Crypto payments on ETH, BSC, SOL, BTC
- SSR pages for each skill with OG meta tags
- Open registry for submitting new skills

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MarketNow — Trust Layer for Agent Commerce (MCP Marketplace)
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure your MCP client with the server URL https://marketnow.site/api/mcp using SSE, WebSocket, or JSON-RPC transport. The server offers four tools (search_skills, get_skill, get_categories, health) accessible via any supported transport. No installation steps are required beyond client configuration.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "marketnow \u2014 trust layer for agent commerce (mcp marketplace)": {
            "marketnow": {
                "url": "https://marketnow.site/api/mcp"
            }
        }
    }
}

McpServers

{
    "marketnow": {
        "url": "https://marketnow.site/api/mcp"
    }
}

Features

- 8,560 MCP skills across 20+ categories (AI, DevOps, Data, Crypto, Social, etc.) - Sentinel Security: Every skill scanned automatically on submission - Badge Ecosystem: Embed security badges in your README: https://marketnow.site/badge/{slug}.svg - Crypto Payments: Agent-to-agent payments on ETH, BSC, SOL, BTC with on-chain verification - SSR Pages: Every skill has indexable /skill/{slug} pages with OG meta tags - Open Registry: Submit your own skills via https://marketnow.site/submit

MCP Tools

| Tool | Description | |------|-------------| | search_skills | Search by query, category, score, limit | | get_skill | Get full details for a specific skill | | get_categories | List all categories with skill counts | | health | Check marketplace status |

Transport

- SSE: GET /api/mcp (text/event-stream) - WebSocket: Upgrade: websocket header - JSON-RPC: POST /api/mcp (application/json)

Quick Start

```json { "mcpServers": { "marketnow": { "url": "https://marketnow.site/api/mcp" } } }
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.