Loading MCP server directory, please wait...
Manage SpherePay customers, bank accounts, wallets, and transfers from Claude.
npx @getmcp/cli add io.github.danchev/spherepayRequires Python 3.10+. Community-contributed server. Review source before installing.
SPHEREPAY_API_KEYYour SpherePay API key (Bearer token). Get one at https://dashboard.spherepay.co
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.danchev/spherepay": {
"command": "uvx",
"args": [
"spherepay-mcp"
],
"env": {
"SPHEREPAY_API_KEY": "",
"SPHEREPAY_BASE_URL": "",
"SPHEREPAY_TIMEOUT": "",
"SPHEREPAY_MAX_RETRIES": ""
}
}
}
}