agentpromocode for Grok
io.github.fedepellegrini/agentpromocode
ACDP reference MCP server for promo-code resolution and checkout feedback.
client:Grok
transport:stdio
runtime:npm
Install agentpromocode in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agentpromocode": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentpromocode/mcp"
],
"env": {
"AGENTPROMOCODE_API_KEY": "<AGENTPROMOCODE_API_KEY>",
"AGENTPROMOCODE_API_BASE": "<AGENTPROMOCODE_API_BASE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs