mcpbeat Sign in

SumUp MCP Server

local only

SumUp MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 135 installs a week from npm. Last commit 2 Sep 2026.

Tools to explore SumUp accounts, payments, customers, and payouts.

Installs per day peak 251 · avg 28 · -58% w/w
a month agotoday
135
Installs / week
npm · @sumup/mcp
14
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository sumup/sumup-agent-toolkit
пакет @sumup/mcp ссылается на sumup/sumup-ai

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 mcp -- npx -y @sumup/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@sumup/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@sumup/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@sumup/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@sumup/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SUMUP_API_KEY (SumUp API key with permissions for the requested operations.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SumUp MCP Server

same job, measured the same way
Stripe
by stripe

MCP server integrating with Stripe - tools for customers, products, payments, and more.

answering
MCP Quickbooks
by codespar

MCP server for QuickBooks Online (Intuit) — customers, invoices, payments, items, accounts, P&L

23 installs/wk local only
NordicMCP — Stripe
by nordicmcp

Hosted Stripe MCP server: 18 tools for payments, subscriptions, invoicing, customers, and reporting.

answering
Stripe MCP
by robinafaruqia

Read-only MCP server for querying Stripe customers, payments, and invoices.

32 installs/wk local only
I
Lightbill MCP Server
by lightnet19

LightBill ISP billing MCP server: 134 tools (customers, routers, OLT, invoices, payment).

82 installs/wk local only
Alternative Payments
by wyre-technology

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

local only
Alternative Payments
by wyre-ai

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

local only
QuickBooks Online
by mindstone

QuickBooks Online MCP server: invoices, bills, customers, vendors, employees, and accounts

36 installs/wk local only

SumUp MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for SumUp MCP Server?
SumUp MCP Server 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 npm package @sumup/mcp was installed 135 times last week.
How do I connect SumUp MCP Server?
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 @sumup/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use SumUp MCP Server?
The npm package @sumup/mcp was installed 135 times in the last week. Week over week that is -58%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SumUp MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 14 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.