Catalog
io.github.ginokino/swarmpay
OfficialPayment layer for AI agents. Send USDC, manage escrows on Base blockchain.
Payment infrastructure for AI agents to send USDC and manage escrows on Base.
README not available yet.
Install
Configuration
Environment variables
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
claude_desktop_config.json
{
"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>"
}
}
}
}