Sumup AI
Rank #39,575io.github.sumup/mcp
MCP server providing mcp capabilities
Sumup AI is a Model Context Protocol (MCP) server published by sumup. It ranks #39,575 of 115,591 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. Sumup AI is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Apr 5, 2025 and most recently updated on Nov 2, 2025.
Ranks ahead of 76,016 of 115,591 servers on MCP Toplist.
Use Sumup AI
claude mcp add sumup -e "SUMUP_API_KEY=<your SUMUP_API_KEY>" -- npx -y @sumup/mcpReplace each placeholder with your own value before saving.
[mcp_servers.sumup]
command = "npx"
args = ["-y", "@sumup/mcp"]
[mcp_servers.sumup.env]
SUMUP_API_KEY = "<your SUMUP_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sumup": {
"command": "npx",
"args": [
"-y",
"@sumup/mcp"
],
"env": {
"SUMUP_API_KEY": "<your SUMUP_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sumup": {
"command": "npx",
"args": [
"-y",
"@sumup/mcp"
],
"env": {
"SUMUP_API_KEY": "<your SUMUP_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sumup": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sumup/mcp"
],
"env": {
"SUMUP_API_KEY": "<your SUMUP_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sumup": {
"command": "npx",
"args": [
"-y",
"@sumup/mcp"
],
"env": {
"SUMUP_API_KEY": "<your SUMUP_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sumup": {
"command": "npx",
"args": [
"-y",
"@sumup/mcp"
],
"env": {
"SUMUP_API_KEY": "<your SUMUP_API_KEY>"
}
}
}
}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.sumup%2Fmcp)<a href="https://mcptoplist.com/server/io.github.sumup%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.sumup%2Fmcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
sumup
Other servers by sumup
View all sumup servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Nov 2, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Sumup AI?
- Sumup AI is maintained by sumup, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Sumup AI listed on the Official MCP Registry?
- Yes — Sumup AI is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Sumup AI have?
- MCP Toplist tracks 2 versions of Sumup AI, most recently published on Nov 2, 2025.
- Where can I find the source code for Sumup AI?
- The source code for Sumup AI is hosted at github.com/sumup/sumup-ai/tree/HEAD/mcp.