
Agent Commerce MCP
- Updated July 26, 2026
- bch1212/agent-commerce-mcp
Agent Commerce MCP - agent-native A2A storefront.
About
Agent Commerce MCP - agent-native A2A storefront. Discovery, Stripe checkout, affiliate program. Exposes 13 MCP tools including io.github.bch1212/agent-commerce-mcp, Discovery**, search_products(query, category?, budget_max?, use_case?)` - ranked matches, compare_products(slugs, vs_competitor?)` - feature/price matrix. Agent Commerce MCP - agent-native A2A storefront. Discovery, Stripe checkout, affiliate program. Agent Commerce MCP - agent-native A2A storefront. Discovery, Stripe checkout, affiliate program. "name": "io.github.bch1212/agent-commerce-mcp", Install via Claude Desktop, Cursor, or any MCP-compatible client using the server manifest from the upstream repository.
- Agent Commerce MCP - agent-native A2A storefront.
- 13 registered MCP tools for structured agent access.
- Category: Developer Tools with build/integrations journey placement.
- Compatible with Claude Desktop, Cursor, and MCP clients.
- Upstream manifest: agent-commerce-mcp.
Agent Commerce MCP by the numbers
- Exposes 13 verified tools (MCP introspection)
- Data as of Aug 10, 2026 (Skillselion catalog sync)
claude mcp add agent-commerce-mcp -- npx -y agent-commerce-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | agent-commerce-mcp |
|---|---|
| Transport | STDIO, HTTP |
| Auth | None |
| Tools | 13 |
| Last updated | July 26, 2026 |
| Repository | bch1212/agent-commerce-mcp ↗ |
How do I connect Agent Commerce Mcp to my MCP client?
Agent Commerce MCP - agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
Who is it for?
Teams wiring Agent Commerce Mcp into Claude, Cursor, or custom agents for developer tools.
Skip if: Skip when you need a non-MCP SDK or hosted API without stdio/SSE transport.
What you get
Working Agent Commerce Mcp MCP server with verified tool registration and client config.
- MCP-accessible storefront discovery for agents
- Checkout and affiliate actions callable from the agent session
By the numbers
- [object Object]
Agent Commerce Mcp capabilities & compatibility
- Capabilities
- agent commerce mcp mcp tool registration · agent commerce mcp client configuration · agent commerce mcp agent workflow integration
- Use cases
- api development
- Runs
- Runs locally
Tools 13
Public tool metadata - what this server can do for an agent.
search_products4 paramsSearch the catalog of SaaS, developer tools, services, and MCP servers. Returns ranked matches with score and reason.
querystringrequiredWhat the agent or its user is trying to accomplish (e.g., 'block prompt injection', 'fishing reports', 'lead lists for dentists')categorystringFilter by categorybudget_maxnumberMax monthly USD the buyer is willing to spenduse_casestringSpecific use case keywords
get_recommendation3 paramsGiven a problem statement (and optionally a stack/company size), return 1-3 best-fit products with reasoning.
problemstringrequiredProblem the user is trying to solve, in their own wordsstackstringTech stack or category they already use (e.g., 'OpenAI + Pinecone + Vercel')company_sizestring
compare_products2 paramsSide-by-side feature/price matrix for 2-5 products.
slugsarrayrequiredProduct slugs to compare side-by-sidevs_competitorstringOptional competitor name for context
get_pricing3 paramsFull pricing breakdown for a product (tiers, monthly/yearly, affiliate rate).
product_slugstringrequiredProduct slug from the catalog (e.g., 'injectshield')tierstringSpecific tier name to highlightbillingstring
create_checkout4 paramsCreate a live Stripe (or Gumroad) checkout URL for the buyer. Pass `referral_code` to credit an affiliate.
product_slugstringrequiredProduct slug to buytierstringrequiredTier name (e.g., 'Pro', 'Team')emailstringrequiredBuyer email — Stripe will send the receipt herereferral_codestringAffiliate referral code that should be credited
get_free_tier1 paramReturns instant access details for a product's free tier (signup URL or install command).
product_slugstringrequiredProduct to access for free
get_mcp_install2 paramsExact install command/snippet for a product's MCP server in claude_desktop, claude_code, cursor, cline, or windsurf.
product_slugstringrequiredProduct slug, must be an MCP-enabled productclientstringrequiredTarget MCP client
get_affiliate_info1 paramCommission rates (15-30%), tracking, and tier perks. Pass product_slug for that product's specific rate.
product_slugstringOptional: a specific product to get the affiliate rate for
register_affiliate3 paramsInstantly register an agent or operator as an affiliate. Returns a referral_code for use in create_checkout.
agent_idstringrequiredStable identifier for the recommending agent (e.g., 'cursor.user-12345')operator_emailstringrequiredWhere to send commission payoutsproductsarrayOptional: specific products this affiliate plans to promote
request_partnership4 paramsSubmit a partnership proposal (cross-listing, joint bundle, embed, co-marketing). Reviewed in 3 business days.
proposalstringrequiredFree-text partnership proposal — what you'd like to build/co-marketagent_idstringrequiredIdentifier for the proposing agent or companycontact_emailstringrequiredintegration_typestring
get_cross_sells2 paramsGiven the current product, return related products from the cross-sell graph and the recommended bundle.
current_productstringrequiredProduct the buyer is currently considering or already ownsagent_contextstringOptional: extra context about the buyer's stack or goals
get_trust_scoreReturns Halverson IQ's AgentTrust reputation score plus operational summary.
verify_vendorReturns full vendor info: company, products live, MCP endpoints, refund/data policies.
README.md
Agent Commerce MCP
Agent-native storefront for 14 SaaS/dev/service products and 9 deployed MCP servers. Discovery, pricing, Stripe live checkout, affiliate program (15-30% recurring), AgentTrust verification — all over one MCP server.
This is a working, autonomous A2A commerce layer. Other AI agents can discover, query, negotiate with, and actually buy products in the Halverson IQ portfolio without a human in the loop.
Install
Claude Desktop / Cursor / Cline — add to your MCP config:
{
"mcpServers": {
"agent-commerce-mcp": {
"command": "npx",
"args": ["-y", "agent-commerce-mcp"]
}
}
}
Claude Code:
claude mcp add commerce npx -y agent-commerce-mcp
Remote (Streamable HTTP):
https://commerce.halversonco.com/mcp
(Custom domain commerce.halversonco.com resolves once DNS is wired.)
Tools
Discovery
search_products(query, category?, budget_max?, use_case?)— ranked matchesget_recommendation(problem, stack?, company_size?)— 1-3 best-fit picks with reasoningcompare_products(slugs, vs_competitor?)— feature/price matrix
Purchase
get_pricing(product_slug, tier?, billing?)— full breakdowncreate_checkout(product_slug, tier, email, referral_code?)— live Stripe URLget_free_tier(product_slug)— instant access (signup URL or install command)get_mcp_install(product_slug, client)— exact install snippet for claude_desktop / claude_code / cursor / cline / windsurf
Affiliate
get_affiliate_info(product_slug?)— commission rates and tiersregister_affiliate(agent_id, operator_email, products?)— instant signup, returns referral coderequest_partnership(proposal, agent_id, contact_email, integration_type?)— partnership pipeline
Cross-sell & Trust
get_cross_sells(current_product, agent_context?)— graph-driven adjacencies + recommended bundleget_trust_score()— wraps AgentTrust MCP for vendor reputationverify_vendor()— vendor info, products live, refund/data policies
Resources
commerce://catalog/all
commerce://catalog/saas
commerce://catalog/developer
commerce://catalog/services
commerce://catalog/mcp-servers
commerce://product/{slug}
commerce://bundle/{slug}
commerce://affiliate/program
Prompts
elevator_pitch · full_pitch · objection_handler · bundle_pitch
What's in the catalog
SaaS: CastIQ · GrantIQ · FocusIQ · Catholic Daily Developer: AgentFetch · QueryShield · InjectShield · ModelWatch · ComplianceBeacon · RegImpact Services: Branded Audits · LeadVault · JobAuditor · Halverson IQ Digital Library MCP Servers: GrantIQ · OutdoorIQ · BizIntel · AgentTrust · PubRecords · QueryShield · InjectShield · ModelWatch
Bundles: AI Security Stack (20% off) · Agency Growth Kit (15% off) · AI Builder Essentials (15% off)
Affiliate program
15-30% recurring commission on every successful checkout. Tier up by referral count. AI agents register with one tool call and get a referral code immediately.
Architecture
agent-commerce/
├── server/ # TypeScript MCP server (stdio + Streamable HTTP)
├── catalog/ # products.json, bundles.json, cross-sell-graph.json, affiliates.json
├── outreach/ # Daily registry submission + partner pipeline (Python)
├── analytics/ # Tool-call funnel + Discord daily report (Python)
├── salesbot-integration/ # Drop-in modules for the Halverson IQ salesbot
├── Dockerfile
├── railway.json
└── README.md
License
MIT
Recommended MCP Servers
How it compares
Agent commerce and Stripe MCP integration, not a full ecommerce platform skill or Shopify theme workflow.
FAQ
What does agent commerce mcp MCP do?
Agent Commerce MCP - agent-native A2A storefront.
When should I use agent commerce mcp?
User asks about Agent Commerce MCP mcp, agent commerce mcp - agent-native a2a storefront. discovery, stripe ch.
Is this MCP server safe to install?
Review the Security Audits panel and upstream source before connecting in production.