agent-pay
About
Payment gateway for AI agents with tool discovery, provisioning, metering, and reliability tools.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AGENTPAY_GATEWAY_KEY AGENTPAY_ADMIN_KEY AGENTPAY_URLClaude Code
claude mcp add --env AGENTPAY_GATEWAY_KEY= --env AGENTPAY_ADMIN_KEY= --env AGENTPAY_URL= agent-pay -- npx mcp-server-agentpay
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"agent-pay","command":"npx","args":["mcp-server-agentpay"],"env":{"AGENTPAY_GATEWAY_KEY":"","AGENTPAY_ADMIN_KEY":"","AGENTPAY_URL":""}}'
JSON
{
"mcpServers": {
"agent-pay": {
"command": "npx",
"args": [
"mcp-server-agentpay"
],
"env": {
"AGENTPAY_GATEWAY_KEY": "",
"AGENTPAY_ADMIN_KEY": "",
"AGENTPAY_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.