Skip to content
Back to search
100
MCP live v0.1.2 streamable-http

io.github.bch1212/agent-commerce-mcp

io.github.bch1212/agent-commerce-mcp

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

Uptime
6.8%
44 probes
Response
473ms
last probe
Tools
13
callable
Resources
0
readable
Prompts
0
available

Tools · 13

search_products

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

get_recommendation

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

compare_products

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

get_pricing

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

create_checkout

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

get_free_tier

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

get_mcp_install

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

get_affiliate_info

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

register_affiliate

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

request_partnership

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

get_cross_sells

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

get_trust_score

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

verify_vendor

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

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.bch1212/agent-commerce-mcp": {
      "url": "https://commerce.halversonco.com/mcp",
      "transport": "streamable-http"
    }
  }
}