io.github.bch1212/agent-commerce-mcp
Agent Commerce MCP β agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
Ask AI about io.github.bch1212/agent-commerce-mcp
Powered by Claude Β· Grounded in docs
I know everything about io.github.bch1212/agent-commerce-mcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
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.halverson.io 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
