Serversio.github.danchev/spherepay
S

SpherePay

io.github.danchev/spherepay · v0.0.1
▦ pypi
v0.0.1pypi pypi: spherepay-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.danchev/spherepay",
  "description": "Manage SpherePay customers, bank accounts, wallets, and transfers from Claude.",
  "title": "SpherePay",
  "repository": {
    "url": "https://github.com/danchev/spherepay-mcp",
    "source": "github"
  },
  "version": "0.0.1",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}