Voidly Pay
Rank #2,184io.github.voidly-ai/pay-mcp
USDC-backed agent payments. Transfer, escrow, x402 paywall, streams, subs. 28 tools.
Voidly Pay is a Model Context Protocol (MCP) server published by voidly-ai. It ranks #2,184 of 115,591 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Voidly Pay is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Apr 20, 2026 and most recently updated on Apr 26, 2026.
Ranks ahead of 113,407 of 115,591 servers on MCP Toplist.
Use Voidly Pay
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pay-mcp -e "VOIDLY_PAY_API_URL=<your VOIDLY_PAY_API_URL>" -- npx -y @voidly/pay-mcpReplace each placeholder with your own value before saving.
[mcp_servers.pay-mcp]
command = "npx"
args = ["-y", "@voidly/pay-mcp"]
[mcp_servers.pay-mcp.env]
VOIDLY_PAY_API_URL = "<your VOIDLY_PAY_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pay-mcp": {
"command": "npx",
"args": [
"-y",
"@voidly/pay-mcp"
],
"env": {
"VOIDLY_PAY_API_URL": "<your VOIDLY_PAY_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pay-mcp": {
"command": "npx",
"args": [
"-y",
"@voidly/pay-mcp"
],
"env": {
"VOIDLY_PAY_API_URL": "<your VOIDLY_PAY_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pay-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@voidly/pay-mcp"
],
"env": {
"VOIDLY_PAY_API_URL": "<your VOIDLY_PAY_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pay-mcp": {
"command": "npx",
"args": [
"-y",
"@voidly/pay-mcp"
],
"env": {
"VOIDLY_PAY_API_URL": "<your VOIDLY_PAY_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pay-mcp": {
"command": "npx",
"args": [
"-y",
"@voidly/pay-mcp"
],
"env": {
"VOIDLY_PAY_API_URL": "<your VOIDLY_PAY_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.voidly-ai%2Fpay-mcp)<a href="https://mcptoplist.com/server/io.github.voidly-ai%2Fpay-mcp"><img src="https://mcptoplist.com/badge/io.github.voidly-ai%2Fpay-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
voidly-ai
Other servers by voidly-ai
View all voidly-ai servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.3 | Apr 26, 2026 |
Frequently asked questions
- Who maintains Voidly Pay?
- Voidly Pay is maintained by voidly-ai, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Voidly Pay listed on the Official MCP Registry?
- Yes — Voidly Pay is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Voidly Pay have?
- MCP Toplist tracks 1 version of Voidly Pay, most recently published on Apr 26, 2026.
- Where can I find the source code for Voidly Pay?
- The source code for Voidly Pay is hosted at github.com/voidly-ai/voidly-pay.