SumUp MCP Server
OfficialSumUp MCP 서버
대규모 언어 모델(LLM)과 SumUp API 간의 상호작용을 위한 SumUp의 Model Context Protocol (MCP) 서버입니다. 이 MCP 서버를 사용하면 MCP 클라이언트(예: Cursor, Claude)에서 SumUp 서비스에 연결하고 자연어를 사용하여 SumUp 계정을 관리할 수 있습니다.
이 패키지는 Cloudflare Worker로 실행되며 SumUp을 위한 MCP 전송을 제공합니다.
인증은 MCP OAuth 리소스 서버 흐름을 따릅니다:
워커는
@hono/mcp를 통해 OAuth 메타데이터와 보호된 리소스 메타데이터를 게시합니다.클라이언트는
/mcp로Authorization: Bearer <access-token>을 보냅니다.Bearer 토큰은
SUMUP_AUTH_HOST에서 발행된 JWT 액세스 토큰이어야 하며 워커 리소스 URL에 대해 유효해야 합니다.
워커는 Streamable HTTP를 위해 /mcp를, 레거시 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