MCP Server
MCP
io.github.ginokino/swarmpay
Payment layer for AI agents. Send USDC, manage escrows on Base blockchain.
Install
uvx swarmpay
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "swarmpay",
"version": "0.4.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Blockchain network: 'base-mainnet' or 'base-sepolia'",
"format": "string",
"name": "SWARMPAY_NETWORK"
},
{
"description": "Coinbase Developer Platform API key ID (for wallet creation)",
"format": "string",
"isSecret": true,
"name": "CDP_API_KEY_ID"
},
{
"description": "Coinbase Developer Platform API key secret",
"format": "string",
"isSecret": true,
"name": "CDP_API_KEY_SECRET"
},
{
"description": "Admin wallet address for fee collection",
"format": "string",
"name": "SWARMPAY_ADMIN_WALLET"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment