PluginBench
MCP Server
Maintained
AGPL-3.0

SpherePay MCP Server

io.github.danchev/spherepay

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SPHEREPAY_API_KEY
    required
    secret

    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)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →