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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- 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 82 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add bch1212-agent-commerce-mcp -- npx -y agent-commerce-mcp
codex mcp add bch1212-agent-commerce-mcp -- npx -y agent-commerce-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"bch1212-agent-commerce-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"agent-commerce-mcp"
],
"enabled": true
}
}
} openclaw mcp add bch1212-agent-commerce-mcp --command npx --arg -y --arg agent-commerce-mcp
mcp_servers:
bch1212-agent-commerce-mcp:
command: "npx"
args: ["-y", "agent-commerce-mcp"] {
"mcpServers": {
"bch1212-agent-commerce-mcp": {
"command": "npx",
"args": [
"-y",
"agent-commerce-mcp"
]
}
}
} 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.
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.
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.
compare_products Compare products ~53
Side-by-side feature/price matrix for 2-5 products.
| Name | Type | Req | Description |
|---|---|---|---|
| slugs | array | yes | Product slugs to compare side-by-side |
| vs_competitor | string | — | Optional competitor name for context |
No output schema declared.
No examples provided.
create_checkout Create checkout session ~95
Create a live Stripe (or Gumroad) checkout URL for the buyer. Pass `referral_code` to credit an affiliate.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Buyer email — Stripe will send the receipt here | |
| product_slug | string | yes | Product slug to buy |
| referral_code | string | — | Affiliate referral code that should be credited |
| tier | string | yes | Tier name (e.g., 'Pro', 'Team') |
No output schema declared.
No examples provided.
get_affiliate_info Affiliate program info ~52
Commission rates (15-30%), tracking, and tier perks. Pass product_slug for that product's specific rate.
| Name | Type | Req | Description |
|---|---|---|---|
| product_slug | string | — | Optional: a specific product to get the affiliate rate for |
No output schema declared.
No examples provided.
get_cross_sells Get cross-sell recommendations ~65
Given the current product, return related products from the cross-sell graph and the recommended bundle.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_context | string | — | Optional: extra context about the buyer's stack or goals |
| current_product | string | yes | Product the buyer is currently considering or already owns |
No output schema declared.
No examples provided.
get_free_tier Get free tier access ~40
Returns instant access details for a product's free tier (signup URL or install command).
| Name | Type | Req | Description |
|---|---|---|---|
| product_slug | string | yes | Product to access for free |
No output schema declared.
No examples provided.
get_mcp_install Get MCP install command ~67
Exact install command/snippet for a product's MCP server in claude_desktop, claude_code, cursor, cline, or windsurf.
| Name | Type | Req | Description |
|---|---|---|---|
| client | string | yes | Target MCP client |
| product_slug | string | yes | Product slug, must be an MCP-enabled product |
No output schema declared.
No examples provided.
get_pricing Get pricing ~64
Full pricing breakdown for a product (tiers, monthly/yearly, affiliate rate).
| Name | Type | Req | Description |
|---|---|---|---|
| billing | string | — | — |
| product_slug | string | yes | Product slug from the catalog (e.g., 'injectshield') |
| tier | string | — | Specific tier name to highlight |
No output schema declared.
No examples provided.
get_recommendation Recommend products for a problem ~88
Given a problem statement (and optionally a stack/company size), return 1-3 best-fit products with reasoning.
| Name | Type | Req | Description |
|---|---|---|---|
| company_size | string | — | — |
| problem | string | yes | Problem the user is trying to solve, in their own words |
| stack | string | — | Tech stack or category they already use (e.g., 'OpenAI + Pinecone + Vercel') |
No output schema declared.
No examples provided.
get_trust_score Get vendor trust score (AgentTrust) ~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 Register as an affiliate ~83
Instantly register an agent or operator as an affiliate. Returns a referral_code for use in create_checkout.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | yes | Stable identifier for the recommending agent (e.g., 'cursor.user-12345') |
| operator_email | string | yes | Where to send commission payouts |
| products | array | — | Optional: specific products this affiliate plans to promote |
No output schema declared.
No examples provided.
request_partnership Request a partnership ~84
Submit a partnership proposal (cross-listing, joint bundle, embed, co-marketing). Reviewed in 3 business days.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | yes | Identifier for the proposing agent or company |
| contact_email | string | yes | — |
| integration_type | string | — | — |
| proposal | string | yes | Free-text partnership proposal — what you'd like to build/co-market |
No output schema declared.
No examples provided.
search_products Search products ~107
Search the catalog of SaaS, developer tools, services, and MCP servers. Returns ranked matches with score and reason.
| Name | Type | Req | Description |
|---|---|---|---|
| budget_max | number | — | Max monthly USD the buyer is willing to spend |
| category | string | — | Filter by category |
| query | string | yes | What the agent or its user is trying to accomplish (e.g., 'block prompt injection', 'fishing reports', 'lead lists for dentists') |
| use_case | string | — | Specific use case keywords |
No output schema declared.
No examples provided.
verify_vendor 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.