
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@sumup/mcp
Advanced tools
Model Context Protocol (MCP) is a standardized protocol designed to manage context between large language models (LLMs) and external systems.
The SumUp Model Context Protocol (MCP) Server requires Node.js LTS version to run properly.
To run the SumUp Model Context Protocol (MCP) Server using Node.js npx, use the following command:
npx -y @sumup/mcp@latest
Cursor Settings > MCP+ Add new Global MCP Server.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+)
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_..."
}
}
}
}
FAQs
MCP server for interacting with SumUp
We found that @sumup/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 14 open source maintainers collaborating on the project.
Did you know?

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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.