SumUp MCP Server
OfficialSumUp MCP Server
Сервер Model Context Protocol (MCP) от SumUp для взаимодействия между большими языковыми моделями (LLM) и API SumUp. MCP-сервер позволяет подключаться к сервисам SumUp из MCP-клиента (например, Cursor, Claude) и использовать естественный язык для работы с вашей учетной записью SumUp.
Этот пакет работает как Cloudflare Worker и обеспечивает транспорт MCP для SumUp.
Аутентификация соответствует потоку OAuth resource-server в MCP:
Воркер публикует метаданные OAuth и метаданные защищенных ресурсов через
@hono/mcp.Клиенты отправляют
Authorization: Bearer <access-token>на/mcp.Токены Bearer должны быть JWT-токенами доступа, выданными
SUMUP_AUTH_HOSTи действительными для URL ресурса воркера.
Воркер предоставляет /mcp для Streamable HTTP и /sse для устаревшего транспорта SSE. Оба маршрута привязаны к Durable Object, поэтому состояние сессии MCP сохраняется между запросами в рамках одного развертывания воркера.
Использование из MCP-клиента
Любой клиент, поддерживающий транспорт Streamable HTTP, может подключиться к этому серверу. Например, используя 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
Разработка
Настройка среды разработки, локальное тестирование и рабочий процесс для участников описаны в 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