Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

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

README.md

SpherePay MCP Server

A Model Context Protocol server for the SpherePay payment platform. Manage customers, bank accounts, wallets, transfers, virtual accounts, webhooks, and CCTP off-ramps directly from Claude.

Features

  • 24 curated tools — 9 workflow tools for multi-step operations, 15 read-only tools for instant lookups
  • Automatic retries with exponential backoff and rate limit handling
  • Idempotency for transfers — duplicate requests are safely deduplicated
  • PII redaction in logs — account numbers, routing numbers, and personal data are never logged
  • Input validation at the tool boundary — IDs, currencies, networks, and amounts are validated before any API call
  • Desktop Extension (.mcpb) for one-click Claude Desktop installation

Tools

Workflow Tools

| Tool | Description | |------|-------------| | onboard_customer | Create a customer (individual or business) and generate TOS/KYC verification links | | verify_customer | Two-step verification: send OTP, then verify with face recognition | | setup_funding | Create a bank account (USD/EUR) or crypto wallet for a customer | | execute_transfer | Transfer money between funding instruments with automatic idempotency | | onboard_business_rep | Create and verify a business representative | | setup_virtual_account | Create a virtual account for automatic fiat-to-stablecoin conversion | | setup_offloader_wallet | Create an offloader wallet for stablecoin-to-fiat off-ramp | | create_webhook | Subscribe to event notifications via HTTPS webhooks | | submit_cctp_offramp | Submit a CCTP burn transaction for cross-chain off-ramp redemption |

Read-Only Tools

| Tool | Description | |------|-------------| | get_customer / list_customers | Retrieve customer details and verification status | | get_transfer / list_transfers | Retrieve transfers with status, filter by customer/status/type | | get_bank_account / list_bank_accounts | Retrieve bank account details, filter by customer | | get_wallet / list_wallets | Retrieve wallet details, filter by customer | | get_virtual_account / list_virtual_accounts | Retrieve virtual account details and deposit instructions | | list_virtual_account_transfers | List deposits and conversions for a virtual account | | get_offloader_wallet / list_offloader_wallets | Retrieve offloader wallet details and off-ramp config | | get_webhook | Retrieve webhook details and delivery status | | get_event | Retrieve event details and webhook delivery records |

Supported Currencies and Networks

| Currency | Type | |----------|------| | usd, eur | Fiat | | usdc, usdt, eurc | Stablecoin |

| Network | Type | |---------|------| | ach, wire, sepa | Fiat rails | | ethereum, polygon, sol, base, arbitrum, tron, avalanche, optimism | Blockchain |

Installation

Prerequisites

Claude Desktop (stdio)

Add to your Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "spherepay": {
      "command": "uvx",
      "args": ["spherepay-mcp"],
      "env": {
        "SPHEREPAY_BASE_URL": "https://api.sandbox.spherepay.co",
        "SPHEREPAY_API_KEY": "your_api_key_here"
      }
    }
  }
}

Desktop Extension

Download the latest .mcpb file from GitHub Releases and double-click to install in Claude Desktop.

Standalone

git clone https://github.com/danchev/spherepay-mcp.git
cd spherepay-mcp
uv sync
uv run spherepay-mcp

Configuration

| Variable | Required | Default | Description | |----------|----------|---------|-------------| | SPHEREPAY_API_KEY | Yes | — | Your SpherePay API key (Bearer token) | | SPHEREPAY_BASE_URL | No | https://api.sandbox.spherepay.co | API base URL. Use https://api.spherepay.co for production | | SPHEREPAY_TIMEOUT | No | 30 | Request timeout in seconds | | SPHEREPAY_MAX_RETRIES | No | 3 | Max retry attempts for transient failures (429, 5xx) |

License

AGPL-3.0 License. See LICENSE for details.

<!-- mcp-name: io.github.danchev/spherepay -->

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Finance & Payments servers.