SpawnPay
Rank #5,990io.github.Robocular/spawnpay
Crypto wallets, payments, and referral earnings for AI agents on Base L2
SpawnPay is a Model Context Protocol (MCP) server published by robocular. It ranks #5,990 of 115,460 servers tracked on MCP Toplist. SpawnPay is listed across 2 registries — Official MCP and PulseMCP, with 5 tracked versions. It was first listed on Apr 3, 2026 and most recently updated on Apr 20, 2026.
Ranks ahead of 109,470 of 115,460 servers on MCP Toplist.
Use SpawnPay
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add spawnpay -e "SPAWNPAY_API_KEY=<your SPAWNPAY_API_KEY>" -- npx -y spawnpay-mcpReplace each placeholder with your own value before saving.
[mcp_servers.spawnpay]
command = "npx"
args = ["-y", "spawnpay-mcp"]
[mcp_servers.spawnpay.env]
SPAWNPAY_API_KEY = "<your SPAWNPAY_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spawnpay": {
"command": "npx",
"args": [
"-y",
"spawnpay-mcp"
],
"env": {
"SPAWNPAY_API_KEY": "<your SPAWNPAY_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spawnpay": {
"command": "npx",
"args": [
"-y",
"spawnpay-mcp"
],
"env": {
"SPAWNPAY_API_KEY": "<your SPAWNPAY_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"spawnpay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"spawnpay-mcp"
],
"env": {
"SPAWNPAY_API_KEY": "<your SPAWNPAY_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spawnpay": {
"command": "npx",
"args": [
"-y",
"spawnpay-mcp"
],
"env": {
"SPAWNPAY_API_KEY": "<your SPAWNPAY_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spawnpay": {
"command": "npx",
"args": [
"-y",
"spawnpay-mcp"
],
"env": {
"SPAWNPAY_API_KEY": "<your SPAWNPAY_API_KEY>"
}
}
}
}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.Robocular%2Fspawnpay)<a href="https://mcptoplist.com/server/io.github.Robocular%2Fspawnpay"><img src="https://mcptoplist.com/badge/io.github.Robocular%2Fspawnpay.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 (1 delisted)
robocular
Other servers by robocular
View all robocular servers →Available versions (5)
| Version | Published |
|---|---|
| 0.4.7 | Apr 20, 2026 |
| 0.4.3 | Apr 17, 2026 |
| 0.4.2 | Apr 16, 2026 |
| 0.2.0 | Apr 5, 2026 |
| 0.1.1 | Apr 4, 2026 |
Frequently asked questions
- Who maintains SpawnPay?
- SpawnPay is maintained by robocular, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is SpawnPay listed on the Official MCP Registry?
- Yes — SpawnPay is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does SpawnPay have?
- MCP Toplist tracks 5 versions of SpawnPay, most recently published on Apr 20, 2026.
- Where can I find the source code for SpawnPay?
- The source code for SpawnPay is hosted at github.com/robocular/spawnpay.