claude-mcp-server

by paybyrd
Verified

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.

Integrations

  • Provides a Node.js library for integrating Paybyrd payment services with AI models through various interfaces.

  • Distributes the Paybyrd Agent Toolkit as an npm package that can be installed via npm install @paybyrd/ai-agent-toolkit.

  • Integrates Paybyrd's payment processing API with OpenAI models through function calling, allowing creation of payment links, processing refunds, and retrieving order information.

Paybyrd AIエージェントツールキット

Paybyrd の支払い処理機能を OpenAI や Anthropic Claude などの AI モデルと統合するためのツールキット。

概要

このツールキットにより、AI アシスタントは Paybyrd API を通じて支払い操作を実行できるようになります。

  • 顧客の支払いリンクを作成する
  • 払い戻し手続き
  • 注文情報を取得する

このツールキットは、さまざまな AI プラットフォームをサポートするモジュール式アーキテクチャを使用します。

リポジトリ構造

このモノレポは、次のパッケージに編成されています。

  • core ( @paybyrd/ai-agent-toolkit ): コア機能と共有ツール
  • claude ( @paybyrd/ai-agent-claude ): モデルコンテキストプロトコルを使用した人類学的クロード統合
  • openai ( @paybyrd/ai-agent-openai ): 関数呼び出しによる OpenAI 統合

クイックスタート

前提条件

  • Node.js 18以上
  • Paybyrd APIキー
  • OpenAI API キー(OpenAI 統合用)または Anthropic API キー(Claude 統合用)

インストール

使用している AI プラットフォームに応じて、各パッケージを個別にインストールできます。

# For the core functionality npm install @paybyrd/ai-agent-toolkit # For Claude integration npm install @paybyrd/ai-agent-claude # For OpenAI integration npm install @paybyrd/ai-agent-openai

完全な実装例については、 /examplesディレクトリを参照してください。

  • /examples/openai : OpenAI を使用した実装例
  • /examples/modelcontextprotocol : モデルコンテキストプロトコルを使用したClaudeによる実装例

利用可能なツール

ツールキットは次の支払い操作を提供します:

  • 支払いリンクの作成: 顧客に送信するための支払いリンクを生成します
  • 払い戻しの作成: 取引の払い戻しを処理する
  • 注文の取得: 既存の注文の詳細を取得します

発達

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

ライセンス

マサチューセッツ工科大学

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

Claude AI が Paybyrd の支払い処理 API と対話し、支払いリンクの作成、払い戻しの処理、注文情報の取得を実行できるようにするモデル コンテキスト プロトコル サーバー。

  1. Overview
    1. Repository Structure
      1. Quick Start
        1. Prerequisites
        2. Installation
      2. Examples
        1. Available Tools
          1. Development
            1. License

              Appeared in Searches

              ID: 7eny1cvtdx