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
Ghost MCP
An MCP server for the Ghost blogging platform with Server-Sent Events (SSE) transport support.
Unimus MCP Server
A read-only server for the Unimus network configuration management system.
XCF Xcode MCP Server
A Swift-based MCP server that integrates with Xcode to enhance AI development workflows.
Hive MCP Server
Provides real-time crypto and Web3 intelligence using the Hive Intelligence API.
markmap-http-mcp
An MCP server for converting Markdown to interactive mind maps with export support (PNG/JPG/SVG). Server runs as HTTP service.
Figma
Interact with the Figma API to access and manage design files and resources.
MCP Server Starter
A TypeScript starter project for building Model Context Protocol (MCP) servers with Bun.
Enrichr MCP Server
Performs gene set enrichment analysis using the Enrichr API, supporting all available gene set libraries.
Sequential Thinking Multi-Agent System (MAS)
An MCP agent that utilizes a Multi-Agent System (MAS) for sequential thinking and problem-solving.
MCPR
Expose R functions through the Model Context Protocol (MCP) for seamless integration with AI assistants.