Payment gateway for AI agents with tool discovery, provisioning, metering, and reliability tools.
claude mcp add agent-pay -- npx -y mcp-server-agentpay
claude_desktop_config.json
{
"mcpServers": {
"agent-pay": {
"command": "npx",
"args": [
"-y",
"mcp-server-agentpay"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agent-pay": {
"command": "npx",
"args": [
"-y",
"mcp-server-agentpay"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-pay": {
"command": "npx",
"args": [
"-y",
"mcp-server-agentpay"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-pay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-agentpay"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-pay": {
"command": "npx",
"args": [
"-y",
"mcp-server-agentpay"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.joepangallo--agent-pay/reviews or the review_server meta-tool.
POST /mcp