What is the SpherePay MCP server?
Manage SpherePay customers, bank accounts, wallets, and transfers from Claude.
How to install SpherePay
Copy-paste configuration for popular MCP clients.
SPHEREPAY_API_KEYrequiredsecretYour SpherePay API key (Bearer token). Get one at https://dashboard.spherepay.co
SPHEREPAY_BASE_URLAPI base URL. Use https://api.sandbox.spherepay.co for testing or https://api.spherepay.co for production.
SPHEREPAY_TIMEOUTRequest timeout in seconds (default: 30)
SPHEREPAY_MAX_RETRIESMaximum retry attempts for transient failures (default: 3)
{
"mcpServers": {
"spherepay": {
"command": "uvx",
"args": [
"spherepay-mcp"
],
"env": {
"SPHEREPAY_API_KEY": "<YOUR_SPHEREPAY_API_KEY>",
"SPHEREPAY_BASE_URL": "<YOUR_SPHEREPAY_BASE_URL>",
"SPHEREPAY_TIMEOUT": "<YOUR_SPHEREPAY_TIMEOUT>",
"SPHEREPAY_MAX_RETRIES": "<YOUR_SPHEREPAY_MAX_RETRIES>"
}
}
}
}{
"mcpServers": {
"spherepay": {
"command": "uvx",
"args": [
"spherepay-mcp"
],
"env": {
"SPHEREPAY_API_KEY": "<YOUR_SPHEREPAY_API_KEY>",
"SPHEREPAY_BASE_URL": "<YOUR_SPHEREPAY_BASE_URL>",
"SPHEREPAY_TIMEOUT": "<YOUR_SPHEREPAY_TIMEOUT>",
"SPHEREPAY_MAX_RETRIES": "<YOUR_SPHEREPAY_MAX_RETRIES>"
}
}
}
}{
"mcpServers": {
"spherepay": {
"command": "uvx",
"args": [
"spherepay-mcp"
],
"env": {
"SPHEREPAY_API_KEY": "<YOUR_SPHEREPAY_API_KEY>",
"SPHEREPAY_BASE_URL": "<YOUR_SPHEREPAY_BASE_URL>",
"SPHEREPAY_TIMEOUT": "<YOUR_SPHEREPAY_TIMEOUT>",
"SPHEREPAY_MAX_RETRIES": "<YOUR_SPHEREPAY_MAX_RETRIES>"
}
}
}
}{
"servers": {
"spherepay": {
"type": "stdio",
"command": "uvx",
"args": [
"spherepay-mcp"
],
"env": {
"SPHEREPAY_API_KEY": "<YOUR_SPHEREPAY_API_KEY>",
"SPHEREPAY_BASE_URL": "<YOUR_SPHEREPAY_BASE_URL>",
"SPHEREPAY_TIMEOUT": "<YOUR_SPHEREPAY_TIMEOUT>",
"SPHEREPAY_MAX_RETRIES": "<YOUR_SPHEREPAY_MAX_RETRIES>"
}
}
}
}claude mcp add spherepay --env SPHEREPAY_API_KEY=<YOUR_SPHEREPAY_API_KEY> --env SPHEREPAY_BASE_URL=<YOUR_SPHEREPAY_BASE_URL> --env SPHEREPAY_TIMEOUT=<YOUR_SPHEREPAY_TIMEOUT> --env SPHEREPAY_MAX_RETRIES=<YOUR_SPHEREPAY_MAX_RETRIES> -- uvx spherepay-mcpRelated 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.