What is the io.github.ginokino/swarmpay MCP server?
Payment layer for AI agents. Send USDC, manage escrows on Base blockchain.
How to install io.github.ginokino/swarmpay
Copy-paste configuration for popular MCP clients.
SWARMPAY_NETWORKBlockchain network: 'base-mainnet' or 'base-sepolia'
CDP_API_KEY_IDsecretCoinbase Developer Platform API key ID (for wallet creation)
CDP_API_KEY_SECRETsecretCoinbase Developer Platform API key secret
SWARMPAY_ADMIN_WALLETAdmin wallet address for fee collection
{
"mcpServers": {
"swarmpay": {
"command": "uvx",
"args": [
"swarmpay"
],
"env": {
"SWARMPAY_NETWORK": "<YOUR_SWARMPAY_NETWORK>",
"CDP_API_KEY_ID": "<YOUR_CDP_API_KEY_ID>",
"CDP_API_KEY_SECRET": "<YOUR_CDP_API_KEY_SECRET>",
"SWARMPAY_ADMIN_WALLET": "<YOUR_SWARMPAY_ADMIN_WALLET>"
}
}
}
}{
"mcpServers": {
"swarmpay": {
"command": "uvx",
"args": [
"swarmpay"
],
"env": {
"SWARMPAY_NETWORK": "<YOUR_SWARMPAY_NETWORK>",
"CDP_API_KEY_ID": "<YOUR_CDP_API_KEY_ID>",
"CDP_API_KEY_SECRET": "<YOUR_CDP_API_KEY_SECRET>",
"SWARMPAY_ADMIN_WALLET": "<YOUR_SWARMPAY_ADMIN_WALLET>"
}
}
}
}{
"mcpServers": {
"swarmpay": {
"command": "uvx",
"args": [
"swarmpay"
],
"env": {
"SWARMPAY_NETWORK": "<YOUR_SWARMPAY_NETWORK>",
"CDP_API_KEY_ID": "<YOUR_CDP_API_KEY_ID>",
"CDP_API_KEY_SECRET": "<YOUR_CDP_API_KEY_SECRET>",
"SWARMPAY_ADMIN_WALLET": "<YOUR_SWARMPAY_ADMIN_WALLET>"
}
}
}
}{
"servers": {
"swarmpay": {
"type": "stdio",
"command": "uvx",
"args": [
"swarmpay"
],
"env": {
"SWARMPAY_NETWORK": "<YOUR_SWARMPAY_NETWORK>",
"CDP_API_KEY_ID": "<YOUR_CDP_API_KEY_ID>",
"CDP_API_KEY_SECRET": "<YOUR_CDP_API_KEY_SECRET>",
"SWARMPAY_ADMIN_WALLET": "<YOUR_SWARMPAY_ADMIN_WALLET>"
}
}
}
}claude mcp add swarmpay --env SWARMPAY_NETWORK=<YOUR_SWARMPAY_NETWORK> --env CDP_API_KEY_ID=<YOUR_CDP_API_KEY_ID> --env CDP_API_KEY_SECRET=<YOUR_CDP_API_KEY_SECRET> --env SWARMPAY_ADMIN_WALLET=<YOUR_SWARMPAY_ADMIN_WALLET> -- uvx swarmpayRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.