Skip to main content
Glama
sumup

SumUp MCP Server

Official
by sumup

SumUp MCP 서버

Documentation License

대규모 언어 모델(LLM)과 SumUp API 간의 상호작용을 위한 SumUp의 Model Context Protocol (MCP) 서버입니다. 이 MCP 서버를 사용하면 MCP 클라이언트(예: Cursor, Claude)에서 SumUp 서비스에 연결하고 자연어를 사용하여 SumUp 계정을 관리할 수 있습니다.

이 패키지는 Cloudflare Worker로 실행되며 SumUp을 위한 MCP 전송을 제공합니다.

인증은 MCP OAuth 리소스 서버 흐름을 따릅니다:

  • 워커는 @hono/mcp를 통해 OAuth 메타데이터와 보호된 리소스 메타데이터를 게시합니다.

  • 클라이언트는 /mcpAuthorization: Bearer <access-token>을 보냅니다.

  • Bearer 토큰은 SUMUP_AUTH_HOST에서 발행된 JWT 액세스 토큰이어야 하며 워커 리소스 URL에 대해 유효해야 합니다.

워커는 Streamable HTTP를 위해 /mcp를, 레거시 SSE 전송을 위해 /sse를 노출합니다. 두 경로 모두 Durable Object에 고정되어 있어 동일한 워커 배포 내의 요청 전반에서 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에 있습니다.

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

0Releases (12mo)
Commit activity

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables 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.
    21
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI assistants to interact with the full range of Paystack APIs, allowing operations like transaction management, customer creation, and payments through natural language.
    2
    38
    53
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables natural language interaction with Stripe accounts to query customers, revenue, invoices, subscriptions, disputes, and issue refunds.
    58
    1
    MIT

View all related MCP servers

Latest Blog Posts

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