SumUp MCP Server
OfficialServidor MCP de SumUp
Servidor del Protocolo de Contexto de Modelo (MCP) de SumUp para interacciones entre modelos de lenguaje grandes (LLMs) y las APIs de SumUp. El servidor MCP le permite conectarse a los servicios de SumUp desde un cliente MCP (por ejemplo, Cursor, Claude) y utilizar lenguaje natural para trabajar con su cuenta de SumUp.
Este paquete se ejecuta como un Cloudflare Worker y sirve el transporte MCP para SumUp.
La autenticación sigue el flujo de servidor de recursos OAuth de MCP:
El worker publica metadatos de OAuth y metadatos de recursos protegidos a través de
@hono/mcp.Los clientes envían
Authorization: Bearer <access-token>a/mcp.Los tokens de portador (Bearer tokens) deben ser tokens de acceso JWT emitidos por
SUMUP_AUTH_HOSTy válidos para la URL del recurso del worker.
El worker expone /mcp para HTTP transmitible (Streamable HTTP) y /sse para el transporte SSE heredado. Ambas rutas están fijadas a un Durable Object para que el estado de la sesión MCP sobreviva a través de las solicitudes dentro del mismo despliegue de Worker.
Uso desde un cliente MCP
Cualquier cliente que utilice el transporte HTTP transmitible puede conectarse a este servidor. Por ejemplo, utilizando 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
Desarrollo
La configuración de desarrollo, las pruebas locales y el flujo de trabajo de los colaboradores se encuentran en 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