
Agent Commerce Mcp
Connect your agent to an agent-to-agent storefront with discovery, Stripe checkout, and affiliates without hand-rolling commerce APIs.
Overview
Agent Commerce MCP is an MCP server for the Build phase that provides agent-to-agent storefront discovery, Stripe checkout, and affiliate flows.
What is this MCP server?
- Agent-native A2A storefront exposed via MCP
- Product or service discovery plus Stripe checkout from the agent session
- Affiliate program support for agent-mediated distribution
- npm package agent-commerce-mcp v0.1.3 with stdio transport
- Remote streamable-http endpoint at commerce.halversonco.com/mcp
- Version 0.1.3; npm identifier agent-commerce-mcp
- Transports: stdio package and streamable-http remote URL
- Repository: github.com/bch1212/agent-commerce-mcp
What problem does it solve?
Solo builders shipping agent products lack a standard way for assistants to discover offers and complete Stripe checkout without custom payment glue.
Who is it for?
Indie agent builders monetizing via Stripe who want a hosted or npm MCP commerce layer during integration sprints.
Skip if: Teams that only need gov contract research or read-only web fetch with no payments.
What do I get? / Deliverables
After registration, your agent can query the A2A storefront and initiate checkout and affiliate actions through MCP tools instead of bespoke REST scripts.
- MCP-accessible storefront discovery for agents
- Checkout and affiliate actions callable from the agent session
Recommended MCP Servers
Journey fit
Monetized agent storefronts and payment flows are built when you wire external commerce systems into your product. Stripe checkout and affiliate hooks are integration work between your agent surface and a hosted commerce backend.
How it compares
Agent commerce and Stripe MCP integration, not a full ecommerce platform skill or Shopify theme workflow.
Common Questions / FAQ
Who is Agent Commerce MCP for?
Solo and indie developers building agent products that need discovery, Stripe checkout, and affiliate mechanics exposed to Claude Code, Cursor, or similar MCP clients.
When should I use Agent Commerce MCP?
Use it in the build integrations subphase when you are wiring monetization and A2A storefront behavior into your agent rather than prototyping ideas only.
How do I add Agent Commerce MCP to my agent?
Add the npm stdio server agent-commerce-mcp to your MCP config, or point your client at the remote URL https://commerce.halversonco.com/mcp for streamable-http.