sumup-mcp
Verified Safeby sumup
Overview
Provides a Model Context Protocol (MCP) server to enable natural language interactions with SumUp APIs via large language models (LLMs).
Installation
npm run devEnvironment Variables
- HOST
- SUMUP_API_HOST
- SUMUP_AUTH_HOST
- OPENAI_APPS_CHALLENGE
Security Notes
The server enforces API key authentication via the Authorization header, returning an unauthorized response if missing. It relies on environment variables (`SUMUP_API_HOST`, `SUMUP_AUTH_HOST`, `HOST`, `OPENAI_APPS_CHALLENGE`) for sensitive configurations, which is good practice. No 'eval' or obvious obfuscation was found in the provided code snippets. CORS is broadly enabled (`Access-Control-Allow-Origin: *`), which is typical for an API designed for broad client integration. The `SECURITY.md` outlines a responsible disclosure process via a private bug bounty program, indicating a focus on security.
Similar Servers
awesome-mcp-servers
A comprehensive directory for discovering various Model Context Protocol (MCP) servers, clients, and frameworks across different domains, facilitating integration with AI assistants.
mcp-image
The MCP server enables AI assistants to generate and edit images using Google's Gemini 3 Pro Image, with intelligent prompt optimization provided by Gemini 2.0 Flash.
Accurate-Cyber-Box-Alpha
Accurate-Cyber-Box is an advanced cybersecurity tool designed for penetration testing, cyber drills, real-time network monitoring, and incident response, integrated with MCP servers and Telegram for enhanced communication and control.
agentic-voice-assistant
An agentic voice-to-voice product discovery assistant performing RAG and web searches over an Amazon product dataset to provide grounded answers.