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.bch1212/agent-commerce-mcp

NPM · AGENT-COMMERCE-MCP · 2 COMPONENTS · SCANNED AUG 3

Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.

+18 this week 70 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 (123 of 125), 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 (123 of 125), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability81
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1463 tokens (~32/item across 45 items; 13 tools + 32 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage95
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 86% 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 · agent-commerce-mcp

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

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +28
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Security disclosure: fail → unverified functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → good functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 −8
    • 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 52

    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 123 packages

123 packages in the resolved dependency tree · 123 deprecated · 35 stale.

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

MCP tools — 13 exposed · ~847 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
compare_products ~53

Side-by-side feature/price matrix for 2-5 products.

NameTypeReqDescription
slugsarrayyesProduct slugs to compare side-by-side
vs_competitorstringOptional competitor name for context

No output schema declared.

No examples provided.

create_checkout ~95

Create a live Stripe (or Gumroad) checkout URL for the buyer. Pass `referral_code` to credit an affiliate.

NameTypeReqDescription
emailstringyesBuyer email — Stripe will send the receipt here
product_slugstringyesProduct slug to buy
referral_codestringAffiliate referral code that should be credited
tierstringyesTier name (e.g., 'Pro', 'Team')

No output schema declared.

No examples provided.

get_affiliate_info ~52

Commission rates (15-30%), tracking, and tier perks. Pass product_slug for that product's specific rate.

NameTypeReqDescription
product_slugstringOptional: a specific product to get the affiliate rate for

No output schema declared.

No examples provided.

get_cross_sells ~65

Given the current product, return related products from the cross-sell graph and the recommended bundle.

NameTypeReqDescription
agent_contextstringOptional: extra context about the buyer's stack or goals
current_productstringyesProduct the buyer is currently considering or already owns

No output schema declared.

No examples provided.

get_free_tier ~40

Returns instant access details for a product's free tier (signup URL or install command).

NameTypeReqDescription
product_slugstringyesProduct to access for free

No output schema declared.

No examples provided.

get_mcp_install ~67

Exact install command/snippet for a product's MCP server in claude_desktop, claude_code, cursor, cline, or windsurf.

NameTypeReqDescription
clientstringyesTarget MCP client
product_slugstringyesProduct slug, must be an MCP-enabled product

No output schema declared.

No examples provided.

get_pricing ~64

Full pricing breakdown for a product (tiers, monthly/yearly, affiliate rate).

NameTypeReqDescription
billingstring
product_slugstringyesProduct slug from the catalog (e.g., 'injectshield')
tierstringSpecific tier name to highlight

No output schema declared.

No examples provided.

get_recommendation ~88

Given a problem statement (and optionally a stack/company size), return 1-3 best-fit products with reasoning.

NameTypeReqDescription
company_sizestring
problemstringyesProblem the user is trying to solve, in their own words
stackstringTech stack or category they already use (e.g., 'OpenAI + Pinecone + Vercel')

No output schema declared.

No examples provided.

get_trust_score ~24

Returns Halverson IQ's AgentTrust reputation score plus operational summary.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

register_affiliate ~83

Instantly register an agent or operator as an affiliate. Returns a referral_code for use in create_checkout.

NameTypeReqDescription
agent_idstringyesStable identifier for the recommending agent (e.g., 'cursor.user-12345')
operator_emailstringyesWhere to send commission payouts
productsarrayOptional: specific products this affiliate plans to promote

No output schema declared.

No examples provided.

request_partnership ~84

Submit a partnership proposal (cross-listing, joint bundle, embed, co-marketing). Reviewed in 3 business days.

NameTypeReqDescription
agent_idstringyesIdentifier for the proposing agent or company
contact_emailstringyes
integration_typestring
proposalstringyesFree-text partnership proposal — what you'd like to build/co-market

No output schema declared.

No examples provided.

search_products ~107

Search the catalog of SaaS, developer tools, services, and MCP servers. Returns ranked matches with score and reason.

NameTypeReqDescription
budget_maxnumberMax monthly USD the buyer is willing to spend
categorystringFilter by category
querystringyesWhat the agent or its user is trying to accomplish (e.g., 'block prompt injection', 'fishing reports', 'lead lists for dentists')
use_casestringSpecific use case keywords

No output schema declared.

No examples provided.

verify_vendor ~25

Returns full vendor info: company, products live, MCP endpoints, refund/data policies.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.