Skip to main content
Glama

claude-mcp-server

by paybyrd

Paybyrd AI 에이전트 툴킷

Paybyrd의 결제 처리 기능을 OpenAI 및 Anthropic Claude와 같은 AI 모델과 통합하기 위한 툴킷입니다.

개요

이 툴킷을 사용하면 AI 도우미가 Paybyrd API를 통해 결제 작업을 수행할 수 있습니다.

  • 고객을 위한 결제 링크 생성
  • 환불 처리
  • 주문 정보 검색

이 툴킷은 다양한 AI 플랫폼을 지원하는 모듈식 아키텍처를 사용합니다.

저장소 구조

이 모노레포는 다음 패키지로 구성됩니다.

  • 핵심 ( @paybyrd/ai-agent-toolkit ): 핵심 기능 및 공유 도구
  • 클로드 ( @paybyrd/ai-agent-claude ): 모델 컨텍스트 프로토콜을 사용한 인간 중심적 클로드 통합
  • openai ( @paybyrd/ai-agent-openai ): 함수 호출을 통한 OpenAI 통합

빠른 시작

필수 조건

  • Node.js 18 이상
  • Paybyrd API 키
  • OpenAI API 키(OpenAI 통합용) 또는 Anthropic API 키(Claude 통합용)

설치

각 패키지는 사용하는 AI 플랫폼에 따라 별도로 설치할 수 있습니다.

지엑스피1

예시

전체 구현 예는 /examples 디렉토리에서 확인하세요.

  • /examples/openai : OpenAI를 사용한 구현 예시
  • /examples/modelcontextprotocol : Claude를 사용하여 Model Context Protocol을 구현한 예

사용 가능한 도구

이 툴킷은 다음과 같은 결제 작업을 제공합니다.

  • 결제 링크 생성 : 고객에게 보낼 결제 링크를 생성합니다.
  • 환불 생성 : 거래에 대한 환불을 처리합니다.
  • 주문 검색 : 기존 주문에 대한 세부 정보를 가져옵니다.

개발

# Install dependencies npm install # Build all packages npm run build # Run tests npm test

특허

MIT

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Claude AI가 Paybyrd의 결제 처리 API와 상호 작용하여 결제 링크를 만들고, 환불을 처리하고, 주문 정보를 검색할 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.

  1. 개요
    1. 저장소 구조
      1. 빠른 시작
        1. 필수 조건
        2. 설치
      2. 예시
        1. 사용 가능한 도구
          1. 개발
            1. 특허

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                A server implementing the Model Context Protocol to make and query payments through Worldpay APIs, enabling payment processing, payment queries, and checkout form generation.
                Last updated -
                TypeScript
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that enables Claude to interact with the ConnectWise Manage API to perform operations like retrieving, creating, updating, and deleting tickets, companies, contacts, and other entities.
                Last updated -
                JavaScript
                MIT License
                • Apple
              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that enables AI assistants to access Flow blockchain data and perform operations such as checking balances, resolving domains, executing scripts, and submitting transactions.
                Last updated -
                JavaScript
                • Linux
                • Apple
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that provides comprehensive integration with PayPal's APIs, enabling seamless interaction with payment processing, invoicing, subscription management, and business operations through a standardized interface.
                Last updated -
                TypeScript
                Apache 2.0

              View all related MCP servers

              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/paybyrd/ai-agent-toolkit-js'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server