SumUp MCP Server
OfficialSumUp MCP 服务器
SumUp 的 模型上下文协议 (MCP) 服务器,用于大语言模型 (LLM) 与 SumUp API 之间的交互。该 MCP 服务器允许你从 MCP 客户端(例如 Cursor、Claude)连接到 SumUp 服务,并使用自然语言来操作你的 SumUp 账户。
此包作为 Cloudflare Worker 运行,并为 SumUp 提供 MCP 传输服务。
身份验证遵循 MCP OAuth 资源服务器流程:
该 Worker 通过
@hono/mcp发布 OAuth 元数据和受保护的资源元数据。客户端向
/mcp发送Authorization: Bearer <access-token>。持有者令牌 (Bearer tokens) 必须是由
SUMUP_AUTH_HOST签发的 JWT 访问令牌,且对该 Worker 资源 URL 有效。
该 Worker 为 Streamable HTTP 公开 /mcp 路由,为传统的 SSE 传输公开 /sse 路由。两条路由都绑定到 Durable Object,因此 MCP 会话状态可以在同一 Worker 部署内的请求之间保持。
从 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