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.

io.github.stevemilton/agentmarketplace-mcp

NPM · AGENTMARKETPLACE-MCP · SCANNED AUG 3

Discover MCP servers + tools, auto-install into any client, pay for x402 endpoints in USDC.

+21 this week 50 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 (107 of 111), 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 (107 of 111), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 4 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability49
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 447 tokens (~63/item across 7 items; 7 tools + 0 resources), lean.Pass
  • 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 Coverage23
  • 0% of tools have a non-trivial description (not blank, and not just the tool's name).Fail
  • 69% of tool parameters carry a description.Partial
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 · agentmarketplace-mcp

# add to Claude Code
claude mcp add stevemilton-agentmarketplace-mcp -- npx -y agentmarketplace-mcp
# add to Codex CLI
codex mcp add stevemilton-agentmarketplace-mcp -- npx -y agentmarketplace-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "stevemilton-agentmarketplace-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "agentmarketplace-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add stevemilton-agentmarketplace-mcp --command npx --arg -y --arg agentmarketplace-mcp
# ~/.hermes/config.yaml
mcp_servers:
  stevemilton-agentmarketplace-mcp:
    command: "npx"
    args: ["-y", "agentmarketplace-mcp"]
// mcp.json
{
  "mcpServers": {
    "stevemilton-agentmarketplace-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentmarketplace-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.

  • 2 Aug 26 +42
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Tool coverage: 0 → unverified functional
    • License: unverified → pass functional
    • Schema quality: unverified → fair functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 31 Jul 26 −3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 29

    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/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 107 packages

107 packages in the resolved dependency tree · 104 deprecated · 31 stale.

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

MCP tools — 7 exposed · ~447 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
call_agent ~51

No description provided.

NameTypeReqDescription
bodystringRequest body (for POST/PUT/PATCH)
headersobjectExtra HTTP headers
methodstringHTTP method
slugstringyesAgent slug to invoke

No output schema declared.

No examples provided.

get_agent ~24

No description provided.

NameTypeReqDescription
slugstringyesThe agent slug, e.g. "hermes/booking"

No output schema declared.

No examples provided.

install_agent ~17

No description provided.

NameTypeReqDescription
slugstringyesThe agent slug to install

No output schema declared.

No examples provided.

list_tools_for_agent ~21

No description provided.

NameTypeReqDescription
slugstringyesThe agent slug to list tools for

No output schema declared.

No examples provided.

publish_agent ~192

No description provided.

NameTypeReqDescription
argsarrayFor mcp-stdio args
capabilitiesarray
commandstringFor mcp-stdio, e.g. "npx"
descriptionstring
envKeysarrayEnv vars the installer must set
homepagestring
namestringyesDisplay name
pricingAmountintegerCents, for x402 pricing
pricingCurrencystring
pricingModelstring
pricingPerstring
readmestring
repositorystring
slugstringyesUnique slug, e.g. "mycompany/booking" (lowercase, hyphens)
tagsarray
transportstringyes
urlstringFor mcp-http / http-x402 / http

No output schema declared.

No examples provided.

search_agents ~82

No description provided.

NameTypeReqDescription
capabilitystringFilter by capability, e.g. "flight-booking"
limitintegerMax results (default 20)
querystringFree-text search across name, description, slug
tagstringFilter by tag, e.g. "travel", "finance"
transportstringFilter by transport type

No output schema declared.

No examples provided.

search_tools ~60

No description provided.

NameTypeReqDescription
limitintegerMax results (default 20)
listingSlugstringRestrict to tools belonging to a specific listing (e.g. "modelcontextprotocol/filesystem")
querystringFree-text search across tool name and description

No output schema declared.

No examples provided.