SumUp MCP Server
OfficialSumUp MCP-Server
SumUps Model Context Protocol (MCP)-Server für Interaktionen zwischen Large Language Models (LLMs) und SumUp-APIs. Der MCP-Server ermöglicht es Ihnen, sich von einem MCP-Client (z. B. Cursor, Claude) mit SumUp-Diensten zu verbinden und natürliche Sprache zu verwenden, um mit Ihrem SumUp-Konto zu arbeiten.
Dieses Paket läuft als Cloudflare Worker und stellt den MCP-Transport für SumUp bereit.
Die Authentifizierung folgt dem MCP-OAuth-Ressourcenserver-Flow:
Der Worker veröffentlicht OAuth-Metadaten und geschützte Ressourcen-Metadaten über
@hono/mcp.Clients senden
Authorization: Bearer <access-token>an/mcp.Bearer-Token müssen JWT-Zugriffstoken sein, die von
SUMUP_AUTH_HOSTausgestellt wurden und für die Worker-Ressourcen-URL gültig sind.
Der Worker stellt /mcp für Streamable HTTP und /sse für den Legacy-SSE-Transport bereit. Beide Routen sind an ein Durable Object gebunden, sodass der MCP-Sitzungsstatus über Anfragen innerhalb derselben Worker-Bereitstellung hinweg erhalten bleibt.
Verwendung von einem MCP-Client
Jeder Client, der den Streamable HTTP-Transport unterstützt, kann eine Verbindung zu diesem Server herstellen. Zum Beispiel unter Verwendung von mcp-remote:
{
"mcpServers": {
"sumup": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.sumup.com/mcp",
"--headers",
"Authorization: Bearer <your-access-token>"
]
}
}
}Related MCP server: paystack-mcp-server
Entwicklung
Das Einrichten der Entwicklungsumgebung, lokale Tests und der Workflow für Mitwirkende finden Sie in CONTRIBUTING.md.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Stripe payments for AI agents. Create links, verify, manage customers.
AI access to your Qualy payments back office: contacts, payment requests, and search.
Finland payments for AI agents — cards / Klarna via Stripe. Never holds funds.
Payment infrastructure for AI agents: spending rules, approval flows, single-use virtual cards.
Related MCP Servers
AlicenseNot gradedqualityAmaintenanceEnables AI agents to interact with Juspay's payment processing APIs and merchant dashboard for managing orders, transactions, refunds, customers, gateways, and reporting through natural language.21Apache 2.0
paystack-mcp-serverofficial
AlicenseAqualityBmaintenanceEnables AI assistants to interact with the full range of Paystack APIs, allowing operations like transaction management, customer creation, and payments through natural language.23853MIT- AlicenseBqualityDmaintenanceEnables AI agents to manage Paystack payments, products, customers, and transactions through natural language.2889MIT
- AlicenseNot gradedqualityCmaintenanceEnables natural language interaction with Stripe accounts to query customers, revenue, invoices, subscriptions, disputes, and issue refunds.581MIT
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sumup/sumup-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server