SumUp
Build card present and online payments solutions with SumUp.
SumUp MCP Server
SumUp's Model Context Protocol (MCP) server for interactions between large language models (LLMs) and SumUp APIs. The MCP server allows you to connect to SumUp's services from an MCP client (e.g. Cursor, Claude) and use natural language to work with your SumUp account.
Getting started
npm install
npm run dev
Every MCP request must include a SumUp API key through the Authorization: Bearer <apiKey> header. We currently don't support other authentication methods. The worker listens on /mcp for the Streamable HTTP transport and /sse for the legacy SSE transport.
You can get your API key from the developer settings in the SumUp Dashboard.
Using from an MCP client
Any client that speaks the Streamable HTTP transport can connect to this server. For example, using mcp-remote:
{
"mcpServers": {
"sumup": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.sumup.com/mcp",
"--headers",
"Authorization: Bearer <your-sumup-api-key>"
]
}
}
}
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Vibetest Use
Automated QA testing for websites to find UI bugs, broken links, and accessibility issues.
MCP Router
A unified gateway for routing requests to multiple Model Context Protocol servers.
MCP Emulator Controller
Control emulators by opening/closing apps, capturing screenshots, and interacting with the screen.
AI Develop Assistant
Assists AI developers with requirement clarification, module design, and technical architecture.
Gemini MCP Tool
A server for integrating with the Google Gemini CLI to perform AI-powered tasks.
Claudeus WordPress MCP
A server for integrating with WordPress sites, enabling content management and interaction via the Model Context Protocol.
Command-Line MCP Server
A secure MCP server for executing terminal commands with controlled directory access and command permissions.
Authless Remote MCP Server
A remote MCP server deployable on Cloudflare Workers that does not require authentication.
Shell Executor
Execute shell commands safely on a remote server.
WinCC Unified MCP XT
An MCP server for interfacing with SIEMENS WinCC Unified SCADA systems via their GraphQL API.