Spherepay
Rank #44,212io.github.danchev/spherepay
MCP server providing spherepay capabilities
Spherepay is a Model Context Protocol (MCP) server published by danchev. It ranks #44,212 of 115,591 servers tracked on MCP Toplist. Spherepay is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 7, 2026 and most recently updated on Mar 7, 2026.
Ranks ahead of 71,379 of 115,591 servers on MCP Toplist.
Use Spherepay
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add spherepay -e "SPHEREPAY_API_KEY=<your SPHEREPAY_API_KEY>" -e "SPHEREPAY_BASE_URL=<your SPHEREPAY_BASE_URL>" -e "SPHEREPAY_TIMEOUT=<your SPHEREPAY_TIMEOUT>" -e "SPHEREPAY_MAX_RETRIES=<your SPHEREPAY_MAX_RETRIES>" -- uvx spherepay-mcpReplace each placeholder with your own value before saving.
[mcp_servers.spherepay]
command = "uvx"
args = ["spherepay-mcp"]
[mcp_servers.spherepay.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.danchev%2Fspherepay)<a href="https://mcptoplist.com/server/io.github.danchev%2Fspherepay"><img src="https://mcptoplist.com/badge/io.github.danchev%2Fspherepay.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
danchev
Other servers by danchev
View all danchev servers →Available versions (2)
| Version | Published |
|---|---|
| 0.0.1 | Mar 7, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Spherepay?
- Spherepay is maintained by danchev, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Spherepay listed on the Official MCP Registry?
- Yes — Spherepay is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Spherepay have?
- MCP Toplist tracks 2 versions of Spherepay, most recently published on Mar 7, 2026.
- Where can I find the source code for Spherepay?
- The source code for Spherepay is hosted at github.com/danchev/spherepay-mcp.