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 プラットフォームに応じて、各パッケージを個別にインストールできます。
例
完全な実装例については、 /examples
ディレクトリを参照してください。
/examples/openai
: OpenAI を使用した実装例/examples/modelcontextprotocol
: モデルコンテキストプロトコルを使用したClaudeによる実装例
利用可能なツール
ツールキットは次の支払い操作を提供します:
- 支払いリンクの作成: 顧客に送信するための支払いリンクを生成します
- 払い戻しの作成: 取引の払い戻しを処理する
- 注文の取得: 既存の注文の詳細を取得します
発達
ライセンス
マサチューセッツ工科大学
This server cannot be installed
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 と対話し、支払いリンクの作成、払い戻しの処理、注文情報の取得を実行できるようにするモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- -securityFlicense-qualityA 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
- -securityAlicense-qualityA 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 -JavaScriptMIT License
- -securityFlicense-qualityA 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
- -securityAlicense-qualityA 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 -TypeScriptApache 2.0