AgentPay
Rank #10,404io.github.Rumblingb/agentpay
Agent payments, API key vaulting, and governed mandates. Agents spend within user-defined limits.
AgentPay is a Model Context Protocol (MCP) server published by rumblingb. It ranks #10,404 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. AgentPay is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Feb 20, 2026 and most recently updated on Jun 7, 2026.
Ranks ahead of 105,056 of 115,460 servers on MCP Toplist.
Use AgentPay
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http agentpay https://api.agentpay.so/api/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add agentpay -e "AGENTPAY_API_KEY=<your AGENTPAY_API_KEY>" -e "AGENTPAY_MERCHANT_ID=<your AGENTPAY_MERCHANT_ID>" -e "AGENTPAY_API_URL=<your AGENTPAY_API_URL>" -- npx -y @agentpayxyz/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.agentpay]
url = "https://api.agentpay.so/api/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.agentpay]
command = "npx"
args = ["-y", "@agentpayxyz/mcp-server"]
[mcp_servers.agentpay.env]
AGENTPAY_API_KEY = "<your AGENTPAY_API_KEY>"
AGENTPAY_MERCHANT_ID = "<your AGENTPAY_MERCHANT_ID>"
AGENTPAY_API_URL = "<your AGENTPAY_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.agentpay.so/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agentpay": {
"command": "npx",
"args": [
"-y",
"@agentpayxyz/mcp-server"
],
"env": {
"AGENTPAY_API_KEY": "<your AGENTPAY_API_KEY>",
"AGENTPAY_MERCHANT_ID": "<your AGENTPAY_MERCHANT_ID>",
"AGENTPAY_API_URL": "<your AGENTPAY_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentpay": {
"url": "https://api.agentpay.so/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agentpay": {
"command": "npx",
"args": [
"-y",
"@agentpayxyz/mcp-server"
],
"env": {
"AGENTPAY_API_KEY": "<your AGENTPAY_API_KEY>",
"AGENTPAY_MERCHANT_ID": "<your AGENTPAY_MERCHANT_ID>",
"AGENTPAY_API_URL": "<your AGENTPAY_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agentpay": {
"type": "http",
"url": "https://api.agentpay.so/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"agentpay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentpayxyz/mcp-server"
],
"env": {
"AGENTPAY_API_KEY": "<your AGENTPAY_API_KEY>",
"AGENTPAY_MERCHANT_ID": "<your AGENTPAY_MERCHANT_ID>",
"AGENTPAY_API_URL": "<your AGENTPAY_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentpay": {
"serverUrl": "https://api.agentpay.so/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agentpay": {
"command": "npx",
"args": [
"-y",
"@agentpayxyz/mcp-server"
],
"env": {
"AGENTPAY_API_KEY": "<your AGENTPAY_API_KEY>",
"AGENTPAY_MERCHANT_ID": "<your AGENTPAY_MERCHANT_ID>",
"AGENTPAY_API_URL": "<your AGENTPAY_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentpay": {
"url": "https://api.agentpay.so/api/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agentpay": {
"command": "npx",
"args": [
"-y",
"@agentpayxyz/mcp-server"
],
"env": {
"AGENTPAY_API_KEY": "<your AGENTPAY_API_KEY>",
"AGENTPAY_MERCHANT_ID": "<your AGENTPAY_MERCHANT_ID>",
"AGENTPAY_API_URL": "<your AGENTPAY_API_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.Rumblingb%2Fagentpay)<a href="https://mcptoplist.com/server/io.github.Rumblingb%2Fagentpay"><img src="https://mcptoplist.com/badge/io.github.Rumblingb%2Fagentpay.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
rumblingb
Other servers by rumblingb
- AgentAudit MCP#31,773 · 1 ver
- agent-wallet-mcp#42,422 · 1 ver
- AgentPay Feed MCP#42,423 · 1 ver
- agentpay-gateway#42,424 · 1 ver
- AgentPay Sentinel MCP#42,425 · 1 ver
- AgentContract MCP Server#43,191
- Search Proxy MCP#43,192
- Legal Toolkit#50,469
- AgentHire MCP Server#54,258
- agent-messaging#54,259
- Image Analyzer MCP Server#54,260
- ip-geolocation-mcp#54,261
Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Jun 7, 2026 |
| 0.1.1 | Apr 18, 2026 |
Frequently asked questions
- Who maintains AgentPay?
- AgentPay is maintained by rumblingb, which publishes 16 MCP servers (7 total versions) tracked on MCP Toplist.
- Is AgentPay listed on the Official MCP Registry?
- Yes — AgentPay is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does AgentPay have?
- MCP Toplist tracks 2 versions of AgentPay, most recently published on Jun 7, 2026.
- Where can I find the source code for AgentPay?
- The source code for AgentPay is hosted at github.com/rumblingb/agentpay.