mcp payway for Grok
io.github.codespar/mcp-payway
Payway (ex-Decidir) — Argentina card acquiring: tokenize, charge, capture, refund
client:Grok
transport:stdio
runtime:npm
Install mcp payway in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-payway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-payway"
],
"env": {
"PAYWAY_PUBLIC_API_KEY": "<PAYWAY_PUBLIC_API_KEY>",
"PAYWAY_PRIVATE_API_KEY": "<PAYWAY_PRIVATE_API_KEY>",
"PAYWAY_ENV": "<PAYWAY_ENV>"
}
}
}
}
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