🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@sumup/mcp

Package Overview
Dependencies
Maintainers
14
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sumup/mcp

MCP server for interacting with SumUp

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
14
Created
Source

SumUp Model Context Protocol (MCP) Server

MCP SumUp NPM Version Documentation License

Model Context Protocol (MCP) is a standardized protocol designed to manage context between large language models (LLMs) and external systems.

Prerequisites

The SumUp Model Context Protocol (MCP) Server requires Node.js LTS version to run properly.

Setup

To run the SumUp Model Context Protocol (MCP) Server using Node.js npx, use the following command:

npx -y @sumup/mcp@latest

Installation

Cursor

  • Go to Cursor Settings > MCP
  • Click + Add new Global MCP Server
  • Add the following configuration to your global .cursor/mcp.json file.
{
  "mcpServers": {
    "sumup": {
      "command": "npx",
      "args": [
          "-y",
          "@sumup/mcp"
      ],
      "env": {
      	"SUMUP_API_KEY": "sup_sk_..."
      }
    }
  }
}

See the Cursor documentation for more details. Note: You can also add this to your project specific cursor configuration. (Supported in Cursor 0.46+)

Claude

Add the following to your claude_desktop_config.json file. See the Claude Desktop documentation for more details.

{
  "mcpServers": {
    "sumup": {
      "command": "npx",
      "args": [
          "-y",
          "@sumup/mcp"
      ],
      "env": {
      	"SUMUP_API_KEY": "sup_sk_..."
      }
    }
  }
}

Keywords

sumup

FAQs

Package last updated on 02 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts