
SumUp模型上下文协议
STDIOSumUp支付处理和商户账户管理工具
SumUp支付处理和商户账户管理工具
Model Context Protocol (MCP) is a standardized protocol designed to manage context between large language models (LLMs) and external systems.
The SumUp Model Context Protocol (MCP) Server requires Node.js LTS version to run properly.
To run the SumUp Model Context Protocol (MCP) Server using Node.js npx, use the following command:
npx -y @sumup/mcp@latest
Cursor Settings
> MCP
+ Add new Global MCP Server
.cursor/mcp.json
file.{ "mcpServers": { "sumup": { "command": "npx", "args": [ "-y", "@sumup/mcp" ], "env": { "SUMUP_API_KEY": "sup_sk_..." } } } }
See the Cursor documentation for more details. Note: You can also add this to your project specific cursor configuration. (Supported in Cursor 0.46+)
Add the following to your claude_desktop_config.json
file. See the Claude Desktop documentation for more details.
{ "mcpServers": { "sumup": { "command": "npx", "args": [ "-y", "@sumup/mcp" ], "env": { "SUMUP_API_KEY": "sup_sk_..." } } } }