
SpherePay
Wire SpherePay customers, bank accounts, wallets, and transfers into agent-driven fintech or marketplace backends from one MCP surface.
Overview
SpherePay MCP is an MCP server for the Build phase that lets agents manage SpherePay customers, accounts, wallets, and transfers over the official API.
What is this MCP server?
- Manage SpherePay customers, bank accounts, wallets, and transfers via MCP tools
- PyPI package spherepay-mcp with stdio transport v0.0.1
- Configurable sandbox vs production base URL and retry/timeout env vars
- Bearer SPHEREPAY_API_KEY from dashboard.spherepay.co
- Server version 0.0.1
- Default timeout 30 seconds and max retries 3 via environment variables
- stdio transport; registry package identifier spherepay-mcp
What problem does it solve?
You need payment and transfer APIs in your product but repeating REST docs and error handling slows agent-assisted development.
Who is it for?
Solo builders shipping SaaS or marketplaces who already use SpherePay and want agent-driven integration work.
Skip if: Teams without SpherePay accounts or builders who only need Stripe-style checkout snippets with no SpherePay stack.
What do I get? / Deliverables
Claude or similar agents can create and manage SpherePay entities and transfers through typed MCP tools with sandbox support.
- Agent-executed SpherePay customer and account operations
- Transfer and wallet actions scripted through MCP instead of manual API calls
Recommended MCP Servers
Journey fit
SpherePay MCP belongs in Build because it implements product integrations against a payments API during development. Integrations is the shelf for third-party money-movement APIs your app calls, not launch SEO or production incident response.
How it compares
Finance MCP integration for SpherePay APIs, not an agent skill for code review or deployment.
Common Questions / FAQ
Who is SpherePay MCP for?
Developers using Claude Code or other MCP clients who integrate SpherePay for customers, wallets, and transfers.
When should I use SpherePay MCP?
During Build integrations when you are wiring payments, onboarding, or transfer automation into your backend or admin tools.
How do I add SpherePay MCP to my agent?
Install spherepay-mcp from PyPI, set SPHEREPAY_API_KEY (and optional SPHEREPAY_BASE_URL for sandbox), register the stdio server in your MCP config, then call its tools from the agent.