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
13.0%
23 probes
Response
473ms
last probe
Tools
13
callable

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.

Similar MCP servers embedding-nearest

Agent Commerce
MCP server enabling autonomous agent-to-agent commerce with product discovery, Stripe checkout, affiliate program management, and vendor ver
0 tools
agent-commerce-protocol-mcp
Agent Commerce Protocol MCP — bridges Stripe ACP + Google AP2 + Coinbase x402 for agent payments inside ChatGPT, AP2 coalition rails, and pa
0 tools
io.github.lmaniraruta/agentstorefront
MCP for AgentStorefront — discover, price, and subscribe to paid agent services.
0 tools
agent-commerce-mcp-server
MCP Server for agent commerce — how AI agents create, compare, and track purchases
0 tools
io.github.csoai-org/agent-commerce-protocol-mcp
Agent Commerce Protocol MCP — bridges Stripe ACP + Google AP2 + Coinbase x402 for agent payments
0 tools · streamable-http
agent-commerce-payments-mcp
MCP server for agent commerce payments. Features create invoice, process payment, escrow funds. From MEOK AI Labs.
0 tools

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"
    }
  }
}