# io.github.bch1212/agent-commerce-mcp (npm · agent-commerce-mcp)

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

- Trust score: 70/100 (medium)
- Change this week: +18
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `commerce.halversonco.com`: 68/100, [markdown](https://verifymcp.io/servers/bch1212-agent-commerce-mcp/commerce.md), [page](https://verifymcp.io/servers/bch1212-agent-commerce-mcp/commerce)
- npm · `agent-commerce-mcp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/bch1212-agent-commerce-mcp/agent-commerce-mcp.md), [page](https://verifymcp.io/servers/bch1212-agent-commerce-mcp/agent-commerce-mcp)

## Channel facts

- Registry: `npm`
- Package: `agent-commerce-mcp`
- Version: `0.1.3`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (123 of 125), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (123 of 125), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 82 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 81/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1463 tokens (~32/item across 45 items; 13 tools + 32 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 95/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 86% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add bch1212-agent-commerce-mcp -- npx -y agent-commerce-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add bch1212-agent-commerce-mcp --command npx --arg -y --arg agent-commerce-mcp
```

### Hermes

```yaml
mcp_servers:
  bch1212-agent-commerce-mcp:
    command: "npx"
    args: ["-y", "agent-commerce-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "bch1212-agent-commerce-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agent-commerce-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 70, +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.

### 2026-08-02 (score 69, +28)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 41, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 26, −8)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 34, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 52)

First indexed and scored.

## MCP tools (13)

### `search_products` (~107 tokens)

Search products

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

Input parameters:

- `budget_max` (number): Max monthly USD the buyer is willing to spend
- `category` (string): Filter by category
- `query` (string, required): 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

### `get_recommendation` (~88 tokens)

Recommend products for a problem

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

Input parameters:

- `company_size` (string)
- `problem` (string, required): 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')

### `compare_products` (~53 tokens)

Compare products

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

Input parameters:

- `slugs` (array, required): Product slugs to compare side-by-side
- `vs_competitor` (string): Optional competitor name for context

### `get_pricing` (~64 tokens)

Get pricing

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

Input parameters:

- `billing` (string)
- `product_slug` (string, required): Product slug from the catalog (e.g., 'injectshield')
- `tier` (string): Specific tier name to highlight

### `create_checkout` (~95 tokens)

Create checkout session

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

Input parameters:

- `email` (string, required): Buyer email — Stripe will send the receipt here
- `product_slug` (string, required): Product slug to buy
- `referral_code` (string): Affiliate referral code that should be credited
- `tier` (string, required): Tier name (e.g., 'Pro', 'Team')

### `get_free_tier` (~40 tokens)

Get free tier access

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

Input parameters:

- `product_slug` (string, required): Product to access for free

### `get_mcp_install` (~67 tokens)

Get MCP install command

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

Input parameters:

- `client` (string, required): Target MCP client
- `product_slug` (string, required): Product slug, must be an MCP-enabled product

### `get_affiliate_info` (~52 tokens)

Affiliate program info

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

Input parameters:

- `product_slug` (string): Optional: a specific product to get the affiliate rate for

### `register_affiliate` (~83 tokens)

Register as an affiliate

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

Input parameters:

- `agent_id` (string, required): Stable identifier for the recommending agent (e.g., 'cursor.user-12345')
- `operator_email` (string, required): Where to send commission payouts
- `products` (array): Optional: specific products this affiliate plans to promote

### `request_partnership` (~84 tokens)

Request a partnership

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

Input parameters:

- `agent_id` (string, required): Identifier for the proposing agent or company
- `contact_email` (string, required)
- `integration_type` (string)
- `proposal` (string, required): Free-text partnership proposal — what you'd like to build/co-market

### `get_cross_sells` (~65 tokens)

Get cross-sell recommendations

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

Input parameters:

- `agent_context` (string): Optional: extra context about the buyer's stack or goals
- `current_product` (string, required): Product the buyer is currently considering or already owns

### `get_trust_score` (~24 tokens)

Get vendor trust score (AgentTrust)

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

### `verify_vendor` (~25 tokens)

Verify vendor

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

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/bch1212-agent-commerce-mcp/agent-commerce-mcp#diagnostics

## Score history

- 2026-08-03: 70
- 2026-08-02: 69
- 2026-08-01: 41
- 2026-07-31: 26
- 2026-07-30: 34
- 2026-07-28: 52
- 2026-07-27: 52

## Links

- npm package: https://www.npmjs.com/package/agent-commerce-mcp
- Socket report: https://socket.dev/npm/package/agent-commerce-mcp
- Repository: https://github.com/bch1212/agent-commerce-mcp
- Changelog RSS feed: https://verifymcp.io/servers/bch1212-agent-commerce-mcp/agent-commerce-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/bch1212-agent-commerce-mcp/agent-commerce-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/bch1212-agent-commerce-mcp/agent-commerce-mcp
