← Back to Plugins
MCP Server MCP

SpherePay

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...