Agent Pay
Rank #26,896io.github.joepangallo/agent-pay
MCP server providing agent-pay capabilities
Agent Pay is a Model Context Protocol (MCP) server published by joepangallo. It ranks #26,896 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Agent Pay is listed across 2 registries — Official MCP and Glama, with 8 tracked versions. It was first listed on Feb 25, 2026 and most recently updated on Mar 23, 2026.
Ranks ahead of 88,695 of 115,591 servers on MCP Toplist.
Use Agent Pay
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agent-pay -e "AGENTPAY_GATEWAY_KEY=<your AGENTPAY_GATEWAY_KEY>" -e "AGENTPAY_URL=<your AGENTPAY_URL>" -- npx -y mcp-server-agentpayReplace each placeholder with your own value before saving.
[mcp_servers.agent-pay]
command = "npx"
args = ["-y", "mcp-server-agentpay"]
[mcp_servers.agent-pay.env]
AGENTPAY_GATEWAY_KEY = "<your AGENTPAY_GATEWAY_KEY>"
AGENTPAY_URL = "<your AGENTPAY_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-pay": {
"command": "npx",
"args": [
"-y",
"mcp-server-agentpay"
],
"env": {
"AGENTPAY_GATEWAY_KEY": "<your AGENTPAY_GATEWAY_KEY>",
"AGENTPAY_URL": "<your AGENTPAY_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-pay": {
"command": "npx",
"args": [
"-y",
"mcp-server-agentpay"
],
"env": {
"AGENTPAY_GATEWAY_KEY": "<your AGENTPAY_GATEWAY_KEY>",
"AGENTPAY_URL": "<your AGENTPAY_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agent-pay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-agentpay"
],
"env": {
"AGENTPAY_GATEWAY_KEY": "<your AGENTPAY_GATEWAY_KEY>",
"AGENTPAY_URL": "<your AGENTPAY_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-pay": {
"command": "npx",
"args": [
"-y",
"mcp-server-agentpay"
],
"env": {
"AGENTPAY_GATEWAY_KEY": "<your AGENTPAY_GATEWAY_KEY>",
"AGENTPAY_URL": "<your AGENTPAY_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-pay": {
"command": "npx",
"args": [
"-y",
"mcp-server-agentpay"
],
"env": {
"AGENTPAY_GATEWAY_KEY": "<your AGENTPAY_GATEWAY_KEY>",
"AGENTPAY_URL": "<your AGENTPAY_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.joepangallo%2Fagent-pay)<a href="https://mcptoplist.com/server/io.github.joepangallo%2Fagent-pay"><img src="https://mcptoplist.com/badge/io.github.joepangallo%2Fagent-pay.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
joepangallo
Other servers by joepangallo
- Web Recon Agent#1,378 · 2 vers
- MCP Server Research Signals#1,477 · 3 vers
- MCP Server Indexforge#1,507 · 2 vers
- MCP Server Security Audit#2,114 · 2 vers
- MCP Server Agent Analytics#4,802 · 2 vers
- MCP Audit Server#12,503 · 6 vers
- Cloud Agent#35,341 · 4 vers
- image-delta-mcp#108,535
Available versions (8)
| Version | Published |
|---|---|
| 1.1.2 | Mar 23, 2026 |
| 1.1.1 | Mar 21, 2026 |
| 1.1.0 | Mar 9, 2026 |
| 1.0.5 | Mar 1, 2026 |
| 1.0.4 | Feb 25, 2026 |
| 1.0.3 | Feb 25, 2026 |
| 1.0.2 | Feb 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Agent Pay?
- Agent Pay is maintained by joepangallo, which publishes 12 MCP servers (29 total versions) tracked on MCP Toplist.
- Is Agent Pay listed on the Official MCP Registry?
- Yes — Agent Pay is listed on the Official MCP Registry, alongside Glama.
- How many versions does Agent Pay have?
- MCP Toplist tracks 8 versions of Agent Pay, most recently published on Mar 23, 2026.
- Where can I find the source code for Agent Pay?
- The source code for Agent Pay is hosted at github.com/joepangallo/mcp-server-agentpay.