Skip to content
Cursor

agentpromocode for Cursor

io.github.fedepellegrini/agentpromocode

ACDP reference MCP server for promo-code resolution and checkout feedback.

client:Cursor transport:stdio runtime:npm

Install agentpromocode in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentpromocode": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentpromocode/mcp"
      ],
      "env": {
        "AGENTPROMOCODE_API_KEY": "<AGENTPROMOCODE_API_KEY>",
        "AGENTPROMOCODE_API_BASE": "<AGENTPROMOCODE_API_BASE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agentpromocode in other clients