swarmpay for Cline
io.github.ginokino/swarmpay
Payment layer for AI agents. Send USDC, manage escrows on Base blockchain.
client:Cline
transport:stdio
runtime:pypi
Install swarmpay in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"swarmpay": {
"command": "uvx",
"args": [
"swarmpay"
],
"env": {
"SWARMPAY_NETWORK": "<SWARMPAY_NETWORK>",
"CDP_API_KEY_ID": "<CDP_API_KEY_ID>",
"CDP_API_KEY_SECRET": "<CDP_API_KEY_SECRET>",
"SWARMPAY_ADMIN_WALLET": "<SWARMPAY_ADMIN_WALLET>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs