mcpbeat Sign in

SpherePay MCP Server

local only

SpherePay runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from pypi. Last commit 7 Mar 2026.

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

Installs per day peak 16 · avg 7 · -28% w/w
a month agotoday
50
Installs / week
pypi · spherepay-mcp
0
Stars
1 open issues
7 Mar 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Python

Nothing serious here today

Today is the operative word: we check SpherePay every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add spherepay -- uvx spherepay-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "spherepay": {
      "args": [
        "spherepay-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.spherepay]
command = "uvx"
args = ["spherepay-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "spherepay": {
      "args": [
        "spherepay-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "spherepay": {
      "args": [
        "spherepay-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SPHEREPAY_API_KEY (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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SpherePay

same job, measured the same way
Chat Thing
by chatthing

Build and manage AI-native customer support agents from Claude or any MCP client.

answering
I
SwiftKanban
by deenaik

Manage SwiftKanban boards and cards from Claude AI

31 installs/wk local only
B2bware
by b2bware

B2Bware MCP server — access products, orders and customers from Cursor, Claude, Windsurf and more.

163 tools answering
Qubic MCP
by fyllepo

MCP server for Qubic — balances, prices, transfers, wallets, and more.

63 installs/wk local only
Gro
by usegro

Manage subscriptions, customers and email campaigns in your Gro account.

answering
Freelancer MCP Server
by godesigntech

Search, bid, and message clients on Freelancer.com from Claude. Multi-account support.

44 installs/wk local only
RedirectBoss
by redirectboss

Manage hosts, redirects, SSL, and traffic analytics from Claude and other AI assistants.

answering
Leximo AI Call Assistant MCP Server
by leximo-ai

Schedule AI phone calls, manage assignments, and check credits from Claude.

32 installs/wk local only

SpherePay — questions

Answers built from our own checks of this server.

Why is there no uptime for SpherePay?
SpherePay runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package spherepay-mcp was installed 50 times last week.
How do I connect SpherePay?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls spherepay-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use SpherePay?
The pypi package spherepay-mcp was installed 50 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SpherePay open source?
Yes — it is published under the AGPL-3.0 licence, written in Python, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.