← Index

SpherePay

io.github.danchev/spherepay·v0.0.1·Other
Quality Score
83
/100

Manage SpherePay customers, bank accounts, wallets, and transfers from Claude.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "spherepay": {
      "command": "uvx",
      "args": [
        "spherepay-mcp"
      ],
      "env": {
        "SPHEREPAY_API_KEY": "<your-spherepay_api_key>",
        "SPHEREPAY_BASE_URL": "<spherepay_base_url>",
        "SPHEREPAY_TIMEOUT": "<spherepay_timeout>",
        "SPHEREPAY_MAX_RETRIES": "<spherepay_max_retries>"
      }
    }
  }
}
§02  Environment variables
SPHEREPAY_API_KEY
requiredsecret

Your SpherePay API key (Bearer token). Get one at https://dashboard.spherepay.co

SPHEREPAY_BASE_URL

API base URL. Use https://api.sandbox.spherepay.co for testing or https://api.spherepay.co for production.

SPHEREPAY_TIMEOUT

Request timeout in seconds (default: 30)

SPHEREPAY_MAX_RETRIES

Maximum retry attempts for transient failures (default: 3)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other