
Agentpromocode
Resolve promo codes and send checkout feedback through the ACDP reference MCP so your agent can automate discounts and conversion loops.
Overview
Agent Promo Code MCP is a MCP server for the Grow phase that resolves promo codes and captures checkout feedback via the ACDP reference API for AI assistants.
What is this MCP server?
- ACDP reference MCP server for standardized promo-code resolution
- Checkout feedback hooks for agent-driven commerce flows
- npm (@agentpromocode/mcp) and PyPI (agentpromocode-mcp) stdio transports v0.2.1
- Configurable API base (default https://api.agentpromocode.com)
- Requires AGENTPROMOCODE_API_KEY secret
- Server version 0.2.1
- 2 package registries: npm and PyPI
- 1 required secret env var: AGENTPROMOCODE_API_KEY
What problem does it solve?
Agents cannot reliably apply promo codes or report checkout outcomes without a dedicated commerce protocol bridge.
Who is it for?
Indie founders adding agent-assisted checkout, coupon bots, or ACDP-compliant promo flows in Claude Code or Cursor.
Skip if: Teams without Agent Promo Code API access or shops that only need static coupon strings in markdown.
What do I get? / Deliverables
Your agent resolves valid promotions and posts structured checkout feedback through one MCP tool surface.
- Resolved promo-code payloads
- Checkout feedback submissions to Agent Promo Code API
Recommended MCP Servers
Journey fit
How it compares
ACDP promo-code MCP integration, not a Shopify theme skill or full payment processor.
Common Questions / FAQ
Who is Agent Promo Code MCP for?
Builders integrating AI assistants with promo-code resolution and checkout feedback using the Agentpromocode platform and ACDP reference server.
When should I use Agent Promo Code MCP?
Use it when growing conversion—automating coupon lookup, campaign validation, or feedback after checkout—from your agent workflow.
How do I add Agent Promo Code MCP to my agent?
Install @Agentpromocode/mcp (npm) or Agentpromocode-mcp (PyPI), set AGENTPROMOCODE_API_KEY, add the server to your MCP config, and optionally set AGENTPROMOCODE_API_BASE.