SpherePay MCP Server
Allows managing transfers and funding instruments on the Ethereum network via the SpherePay platform.
Enables interaction with the Optimism network for crypto transfers and funding operations.
Supports managing transfers and funding instruments on the Polygon blockchain network.
Facilitates fiat transfers and funding operations through the Single Euro Payments Area (SEPA) rail.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SpherePay MCP Serveronboard a new customer and generate their KYC verification link"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: BlindPay MCP Server
Tools
Workflow Tools
Tool | Description |
| Create a customer (individual or business) and generate TOS/KYC verification links |
| Two-step verification: send OTP, then verify with face recognition |
| Create a bank account (USD/EUR) or crypto wallet for a customer |
| Transfer money between funding instruments with automatic idempotency |
| Create and verify a business representative |
| Create a virtual account for automatic fiat-to-stablecoin conversion |
| Create an offloader wallet for stablecoin-to-fiat off-ramp |
| Subscribe to event notifications via HTTPS webhooks |
| Submit a CCTP burn transaction for cross-chain off-ramp redemption |
Read-Only Tools
Tool | Description |
| Retrieve customer details and verification status |
| Retrieve transfers with status, filter by customer/status/type |
| Retrieve bank account details, filter by customer |
| Retrieve wallet details, filter by customer |
| Retrieve virtual account details and deposit instructions |
| List deposits and conversions for a virtual account |
| Retrieve offloader wallet details and off-ramp config |
| Retrieve webhook details and delivery status |
| Retrieve event details and webhook delivery records |
Supported Currencies and Networks
Currency | Type |
| Fiat |
| Stablecoin |
Network | Type |
| Fiat rails |
| Blockchain |
Installation
Prerequisites
Python 3.12+
A SpherePay API key (get one here)
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-mcpConfiguration
Variable | Required | Default | Description |
| Yes | — | Your SpherePay API key (Bearer token) |
| No |
| API base URL. Use |
| No |
| Request timeout in seconds |
| No |
| Max retry attempts for transient failures (429, 5xx) |
License
AGPL-3.0 License. See LICENSE for details.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables cryptocurrency payment processing through the Infini Payment API, supporting order management, multi-chain withdrawals, and webhook verification for USDC/USDT transactions.Last updated71AGPL 3.0
- Alicense-qualityAmaintenanceEnables AI assistants to interact with BlindPay's stablecoin payment infrastructure, allowing users to create receivers, process payouts and payins across multiple blockchains, manage virtual accounts and wallets, and configure payment operations through natural language.Last updated7159MIT

Cresium MCP Serverofficial
FlicenseAqualityCmaintenanceEnables AI tools to manage financial operations through the Cresium Partner API, including transactions, payments, invoices, and wallet balances. It supports secure workflows such as bank address lookups, transfer previews, and signature request management.Last updated122
mcp-server-usddofficial
AlicenseAqualityBmaintenanceEnables management of USDD protocol vaults, PSM swaps, savings, and token transfers across TRON, Ethereum, and BSC, plus protocol analytics and treasury insights.Last updated44153MIT
Related MCP Connectors
Agent payments, API key vaulting, and governed mandates. Agents spend within user-defined limits.
KYC, KYB, AML, wallet screening, transaction monitoring, and fraud workflows for AI agents.
Agent bookkeeping, sanctions, KYB, VAT and e-invoice checks - pay per call in USDC
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danchev/spherepay-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server