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リソースサーバーフローに従います:
Workerは
@hono/mcpを介してOAuthメタデータおよび保護されたリソースメタデータを公開します。クライアントは
/mcpに対してAuthorization: Bearer <access-token>を送信します。ベアラートークンは
SUMUP_AUTH_HOSTによって発行されたJWTアクセストークンであり、WorkerリソースURLに対して有効である必要があります。
WorkerはStreamable HTTP用に/mcpを、レガシーなSSEトランスポート用に/sseを公開します。どちらのルートもDurable Objectに固定されているため、同じWorkerデプロイメント内のリクエスト間で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