Back to Home
sumup icon

sumup-mcp

Verified Safe

by sumup

Overview

Provides a Model Context Protocol (MCP) server to enable natural language interactions with SumUp APIs via large language models (LLMs).

Installation

Run Command
npm run dev

Environment 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

Stats

Interest Score13
Security Score9
Cost ClassMedium
Avg Tokens500
Stars2
Forks0
Last Update2025-12-20

Tags

SumUpMCPLLMPaymentsCloudflare Worker