Server data from the Official MCP Registry
MCP marketplace with 8,764 security-audited skills. Sentinel L2.5 gVisor sandbox.
MCP marketplace with 8,764 security-audited skills. Sentinel L2.5 gVisor sandbox.
This codebase exhibits critical security vulnerabilities and deceptive practices. The MCP server claims to be a legitimate marketplace for MCP skills with Sentinel security certification, but contains fabricated audit claims, fake security badges, non-functional tools, and misleading marketing. The README falsely claims 8,764 certified skills, L1-L5 audit layers, and signed certificates that do not exist. The skills-data.js file contains entirely synthetic/fake skill entries with fictitious providers and metrics. The server cannot deliver on its core promises and represents a scam targeting developers seeking trustworthy MCP tools. Package verification found 1 issue (1 critical, 0 high severity).
4 files analyzed · 13 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-edgarfloresguerra2011-a11y-marketnow": {
"args": [
"-y",
"aep-marketplace"
],
"command": "npx"
}
}
}From the project's GitHub README.
⭐ If MarketNow is useful to you, please star the repo. It helps other developers discover it.
8,764 MCP servers. Each Sentinel-audited with 6 layers (L1.5 → L2.5 gVisor sandbox). Signed SHA-256 certificates. Public verification at marketnow.site/verify.
| Field | Value |
|---|---|
| Name | MarketNow |
| Tagline | Trust layer for agent commerce — every skill Sentinel-certified |
| Description | MarketNow is the first MCP marketplace with security certification. Every one of 8,764 MCP servers is audited by Sentinel (6-layer pipeline: L1.5 metadata + L1.6 Semgrep/secrets/OSV + L2 active probe + L2.5 gVisor sandbox) and gets a signed SHA-256 certificate, publicly verifiable at marketnow.site/verify. B2B pricing: Community (Free) / Team ($99/mo) / Enterprise (Custom). AliceLabs LLC proprietary, maintained by AliceLabs LLC (Wyoming, USA). |
| Total skills | 8,764 |
| Certified skills | 8,764 (100%) |
| Free skills | 65 |
| Categories | 23 |
| Pricing | B2B: Community (Free) / Team ($99/mo, COMING SOON) / Enterprise (Custom) |
| Payment methods | Stripe (credit card) + USDC on Base |
| Languages | EN, ES, ZH, PT, FR |
| License | AliceLabs LLC Proprietary |
| Maintainer | AliceLabs LLC (Wyoming, USA) — founder Edison Flores |
| MCP server | npx -y marketnow-mcp |
| npm | https://www.npmjs.com/package/marketnow-mcp |
| GitHub | https://github.com/edgarfloresguerra2011-a11y/marketnow |
| Website | https://marketnow.site |
| Verify certificate | https://marketnow.site/verify |
| Transparency dashboard | https://marketnow.site/sentinel-transparency |
| API docs | https://marketnow.site/api/agent.json |
| Standards | x402 (implementing), AP2 (implementing), MCP Server Cards (monitoring) |
| Sentinel layers | L1.5 (6 metadata checks) + L1.6 (18 Semgrep rules + 18 secret patterns + OSV API) + L2 v2.0 (active MCP probe, 60+ adversarial inputs) + L2.5 (gVisor sandbox: --runtime=runsc, userspace kernel) + L3 (Firecracker microVM, Q1 2027) + L4 (supply chain attestation, Q4 2026) + L5 (third-party audit, Q3 2027) |
MarketNow is the open marketplace for MCP-compatible agent skills. It allows any agent (Claude Desktop, Cursor, Cline, VS Code) to search, discover, and install Sentinel-certified skills via the Model Context Protocol.
The code is open source. What you pay for is trust, certification, and integration.
Every skill in MarketNow is audited by Sentinel, a 6-layer security pipeline:
L2.5 adds gVisor (runsc) userspace kernel isolation on top of Docker. The MCP server never touches the host kernel. Runs the actual MCP server in isolation:
docker run --rm \
--network none \
--read-only \
--cap-drop ALL \
--security-opt no-new-privileges \
--memory 256m --cpus 0.5 \
mcp-audit-target
Analyzes stdout for: network attempts, fs writes, process spawns, credential leakage, crashes, dynamic imports.
| Risk Level | Count | Score |
|---|---|---|
| Low | 6 | 10/10 |
| Medium | 8,473 | 6-9/10 |
| High | 92 | 2-4/10 |
| Critical | 11 | 0-1/10 |
L2 coverage: 206 of 8,764 skills have L2.5 gVisor sandbox results. The remaining 8,558 are certified with L1.5+L1.6 (static analysis). L2 coverage grows weekly via automated GitHub Actions.
Each skill gets a signed SHA-256 certificate with:
certificate_id (MN-SC-2026-XXXXXXX)overall_score (0-10)risk_level (low/medium/high/critical)Verify any certificate: https://marketnow.site/verify Transparency dashboard: https://marketnow.site/sentinel-transparency All certificates: _data/sentinel_certificates/
Skill authors can embed a certified badge in their READMEs:
[](https://marketnow.site/skill/mn-gen-00003)
| Metric | Value |
|---|---|
| Total skills | 8,764 |
| Certified skills | 8,764 (100%) |
| Categories | 61 |
| Free skills | 65 |
| L2.5 sandbox runs | 206 |
| Languages | EN, ES, ZH, PT, FR |
| MCP server tools | 5 |
{
"mcpServers": {
"marketnow": {
"command": "npx",
"args": ["-y", "marketnow-mcp"]
}
}
}
Now your agent can:
# Check any skill's certificate via API
curl "https://marketnow.site/api/audit-skill?certificate=1&skillId=mn-gen-00003" | jq
# Or verify visually at:
# https://marketnow.site/verify?skillId=mn-gen-00003
# Search for web scrapers
curl "https://marketnow.site/api/search?q=scrape" | jq
# Search in Chinese
curl "https://marketnow.site/api/search?q=数据库&language=zh" | jq
MarketNow uses B2B pricing — no per-skill purchases:
| Tier | Price | Features |
|---|---|---|
| Community | FREE | Browse all 8,764 skills, install free skills, basic search |
| Team ($99/mo) | COMING SOON | Team monitoring, analytics, priority support, bulk install |
| Enterprise | Custom | On-prem deployment, custom SLAs, dedicated Sentinel audits, SSO |
Commission: 20% MarketNow, 80% seller (for paid skills)
| Endpoint | Description |
|---|---|
GET /api/skills.json | All 8,764 skills (bulk download) |
GET /api/search?q=query | Server-side search with relevance scoring |
GET /api/free-skills.json | 65 free skills |
GET /api/categories.json | 61 categories with counts |
GET /api/manifest.json | Marketplace metadata |
GET /api/agent.json | Machine-readable agent instructions |
POST /api/audit-skill | Run Sentinel L1.5+L1.6+L2+L2.5 real-time audit |
GET /api/audit-skill?certificate=1&skillId=X | Retrieve signed Sentinel certificate |
GET /api/audit-skill?sentinel-status=1 | Aggregate Sentinel status (batch audit + L2 coverage + certified count) |
GET /api/verify-purchase?sessionId=X | Verify a Stripe purchase |
GET /.well-known/mcp/server-card.json | MCP server discovery |
| Tool | Description |
|---|---|
search_skills | Search by query, category, language |
get_skill | Get full details (system prompt, sentinel, setup) |
list_categories | List all 61 categories |
get_manifest | Marketplace metadata |
get_install_command | Get npx install command |
ALL code in this repository is PROPRIETARY — property of AliceLabs LLC.
| Component | License | Can copy? | Can build competing product? | Can commercialize? |
|---|---|---|---|---|
| Marketplace code (UI, API, search) | AliceLabs LLC Proprietary | ❌ No | ❌ No | ❌ Requires written permission |
| Sentinel audit engine | AliceLabs LLC Proprietary | ❌ No | ❌ No | ❌ Requires written permission |
| Sentinel badges (SVG) | CC-BY 4.0 (display only) | ✅ Display only | ❌ No | ❌ No |
| "Sentinel" name & logo | Trademark™ AliceLabs LLC | ❌ No | ❌ No | ❌ No |
| "MarketNow" name | Trademark™ AliceLabs LLC | ❌ No | ❌ No | ❌ No |
Anyone who wants to commercialize, redistribute, or build upon any part of this codebase MUST obtain written permission from AliceLabs LLC.
See:
Patent pending on the 6-layer audit pipeline design (L1.5 → L1.6 → L2 → L2.5 → L3 → L4 → L5).
For licensing inquiries: legal@alicelabs.site For support: support@alicelabs.site General inquiries: info@alicelabs.site
Report IP violations: legal@alicelabs.site
Built for autonomous agents. Every skill has a signed Sentinel certificate, a ready-to-use system prompt, and auto-configured install. ALL code is proprietary property of AliceLabs LLC. Commercial use requires written permission.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.