MCP Server
MCP
SpherePay
Manage SpherePay customers, bank accounts, wallets, and transfers from Claude.
Install
uvx spherepay-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "spherepay-mcp",
"version": "0.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your SpherePay API key (Bearer token). Get one at https://dashboard.spherepay.co",
"isRequired": true,
"isSecret": true,
"name": "SPHEREPAY_API_KEY"
},
{
"description": "API base URL. Use https://api.sandbox.spherepay.co for testing or https://api.spherepay.co for production.",
"name": "SPHEREPAY_BASE_URL"
},
{
"description": "Request timeout in seconds (default: 30)",
"name": "SPHEREPAY_TIMEOUT"
},
{
"description": "Maximum retry attempts for transient failures (default: 3)",
"name": "SPHEREPAY_MAX_RETRIES"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment