Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"agent-commerce-mcp": {
"args": [
"-y",
"agent-commerce-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'agent-commerce-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked agent-commerce-mcp against OSV.dev.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
A command line tool for setting up commercetools MCP server
Production-grade MCP server and CLI tool for Shopify Admin GraphQL API — 49+ tools, YAML-extensible, dual auth, dual transport, Docker-ready
Haravan E-commerce MCP Server — Connect AI assistants (Claude, Cursor, Trae) to Haravan stores. 70 tools: orders, products, customers, inventory, RFM segmentation, smart analytics.
Discover and book businesses via AI agents.
MCP Security Weekly
Get CVE alerts and security updates for io.github.bch1212/agent-commerce-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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.)
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 matrixPurchase
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 / windsurfAffiliate
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 pipelineCross-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 policiescommerce://catalog/all
commerce://catalog/saas
commerce://catalog/developer
commerce://catalog/services
commerce://catalog/mcp-servers
commerce://product/{slug}
commerce://bundle/{slug}
commerce://affiliate/program
elevator_pitch · full_pitch · objection_handler · bundle_pitch
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)
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.
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
MIT