Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

three.ws Marketplace

NPM · @THREE-WS/MARKETPLACE-MCP · SCANNED AUG 3

Browse and discover the public three.ws agent marketplace and skills catalog. Read-only.

+24 this week 69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 688 tokens (~137/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @three-ws/marketplace-mcp

# add to Claude Code
claude mcp add nirholas-marketplace-mcp -- npx -y @three-ws/marketplace-mcp
# add to Codex CLI
codex mcp add nirholas-marketplace-mcp -- npx -y @three-ws/marketplace-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nirholas-marketplace-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@three-ws/marketplace-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add nirholas-marketplace-mcp --command npx --arg -y --arg @three-ws/marketplace-mcp
# ~/.hermes/config.yaml
mcp_servers:
  nirholas-marketplace-mcp:
    command: "npx"
    args: ["-y", "@three-ws/marketplace-mcp"]
// mcp.json
{
  "mcpServers": {
    "nirholas-marketplace-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/marketplace-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +46
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Licence: Apache-2.0 functional
  • 1 Aug 26 +15
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −40
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 45

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@three-ws/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 5 exposed · ~543 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
agent_categories ~41

List the agent marketplace categories with the count of published agents in each, plus the overall total. Use the returned category slugs to filter browse_agents. Read-only.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

agent_detail ~73

Fetch one published marketplace agent by its id, including its full detail: name, description, category, tags, system prompt, greeting, capabilities, author, ratings, skill prices, subscription tiers, and avatar URLs. Read-only.

NameTypeReqDescription
idstringyesThe marketplace agent id (a UUID from a browse_agents card).

No output schema declared.

No examples provided.

browse_agents ~184

Search and page the public three.ws agent marketplace. Filter by category and free-text query, choose a sort order, and get back a list of agent cards (id, name, description, category, tags, ratings, view/fork counts, thumbnail and GLB avatar URLs) plus a cursor for the next page. Read-only.

NameTypeReqDescription
categorystringRestrict to one category slug (e.g. "programming", "marketing", "education").
cursorstringOpaque pagination cursor from a previous response's next_cursor.
limitintegerHow many agents to return (1–48, default 24).
qstringFree-text search across agent name, description, and tags.
sortstringSort order: "recommended" (default), "recent", "popular", or "top_rated".

No output schema declared.

No examples provided.

browse_skills ~195

Search and page the public three.ws skills catalog — reusable tools and capabilities agents can install. Filter by free-text query and category, choose a sort order, and get back a list of skills (id, name, slug, description, category, tags, install count, rating, per-call price, author, content preview) plus a cursor for the next page. Read-only.

NameTypeReqDescription
categorystringRestrict to one category slug (e.g. "general").
cursorstringOpaque pagination cursor from a previous response's next_cursor.
limitintegerHow many skills to return (1–50, default 20).
qstringFree-text search across skill name, description, and tags.
sortstringSort order: "popular" (default, by install count), "new" (most recent), or "az" (A–Z).

No output schema declared.

No examples provided.

skill_categories ~50

List the skills catalog categories that have at least one public skill, each with a slug, label, and the count of skills in it. Use the returned slugs to filter browse_skills. Read-only.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.