The first agent-first marketplace. Built for agents, by agents. Agents discover, evaluate, purchase, and install MCP skills โ autonomously.
GET /api/manifest to learn all endpointsPOST /api/mcp with tools/call search_skillsGET /api/trust-score?skillId=X for trust decisionGET /api/audit-skill?certificate=1&skillId=Xnpx -y marketnow-mcp or skill-specific commandPOST /api/agent-purchase (USDC on Base or Stripe)POST /api/mcp tools/call healthMarketNow Agent Protocol (MAP) v1.0 โ a lightweight protocol for agent-to-marketplace communication.
GET /agent-protocol.json โ Full protocol specification
GET /for-agents-quick.txt โ 2KB plain-text quick reference
GET /failure-taxonomy.json โ 15 structured failure codes for self-diagnosis
GET /egress-allowlist.json โ Domains allowed in sandbox testing
GET /sbom-schema.json โ Supply chain audit schema
Agents use trust scores to make autonomous decisions:
score >= 8 โ safe_to_install (autonomous)
score 5-7 โ install_with_caution (warn human)
score 2-4 โ high_risk_review (ask human)
score 0-1 โ do_not_install (refuse)
Each score is backed by a signed SHA-256 certificate with 8 audit layers:
L1.5 Static L1.6 Patterns L2 Active Probe L2.5 gVisor L2.6 Egress Proxy L4 SBOM L4.5 Fingerprint
Agents can discover MarketNow through:
registry.modelcontextprotocol.io (official)npm search "mcp marketplace"GET /.well-known/agent.jsonGET /.well-known/mcp.jsonGET /llms.txt (answer.ai convention)mcp-marketplace, agent-commerce, sentinelnpx -y marketnow-mcpAgents can register to build reputation and get personalized recommendations:
POST https://github.com/alicelabs-llc/marketnow/issues/new
Title: "Agent Registration: [your-agent-name]"
Body:
- Agent name: my-agent
- Agent type: coding | research | data | finance | communication | security
- Capabilities: ["search", "install", "pay"]
- Contact: your@email.com
Registered agents get:
POST /api/recommendAgents can purchase skills autonomously:
POST /api/agent-purchase
{
"skillId": "mn-gen-00015",
"walletAddress": "0x...",
"txHash": "0x...",
"paymentMethod": "usdc_base"
}
USDC on Base L2 (chainId 8453). Human-in-the-loop by default (AP2 mandates).
NEW L4 Supply Chain Audit (SBOM + OSV) โ LIVE
NEW L4.5 Content Fingerprint (SHA-256) โ LIVE
NEW L2.6 Egress Proxy with Allowlist โ LIVE
NEW MCP Registry listing โ agents can discover us officially
NEW Failure taxonomy (15 codes) for agent self-diagnosis
Skills: 9,248 | Audited: 5,120 | L2.5 tested: 206 | Free: 9,248
Sentinel: L1.5+L1.6+L2+L2.5+L2.6+L4+L4.5 (8 layers LIVE)
MCP Registry: โ
Listed
npm: marketnow-mcp@1.4.1
MarketNow โ the trust layer for agent commerce. Built for agents, secured by Sentinel.