Skip to main content
Glama

claude-mcp-server

by paybyrd

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

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. インストール
        1. 利用可能なツール
          1. 発達
            1. ライセンス

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                A comprehensive suite of Model Context Protocol servers designed to extend AI agent Claude's capabilities with integrations for knowledge management, reasoning, advanced search, news access, and workspace tools.
                Last updated -
                5
                TypeScript
                • Apple
              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that allows Claude to make API requests on your behalf, providing tools for testing various APIs including HTTP requests and OpenAI integrations without sharing your API keys in the chat.
                Last updated -
                Python
                • Linux
                • Apple
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that connects AI assistants like Claude to Moneybird accounting software, enabling management of contacts, financial data, products, and business operations through natural language.
                Last updated -
                671
                13
                JavaScript
                MIT License
                • Apple
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that enables Claude to interact directly with Contentful CMS, allowing the AI to fetch content types and entries from a Contentful space.
                Last updated -
                2
                TypeScript
                MIT License

              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