agent-commerce-mcp

bch1212/agent-commerce-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Agent-native storefront for the Halverson IQ portfolio (14 products + 8 MCP servers). Discovery, Stripe checkout, affiliate program, and AgentTrust verification — all over one MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-commerce-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bch1212/agent-commerce-mcp"
      ]
    }
  }
}