Skip to main content
Glama
paybyrd

claude-mcp-server

by paybyrd

Paybyrd AI 代理工具包

用于将 Paybyrd 的支付处理功能与 OpenAI 和 Anthropic Claude 等 AI 模型相集成的工具包。

概述

该工具包使AI助手能够通过Paybyrd API执行支付操作:

  • 为客户创建付款链接

  • 处理退款

  • 检索订单信息

该工具包采用模块化架构,支持不同的AI平台。

Related MCP server: Promokit Prestashop MCP Server

存储库结构

这个 monorepo 被组织成以下包:

  • 核心@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

执照

麻省理工学院

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

Maintenance

Maintainers
Response time
Release cycle
Releases (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 Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server utilizing Claude AI for generating intelligent queries and offering documentation assistance based on API documentation analysis.
    14
    3
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server designed to integrate with Claude Desktop, allowing users to interact with Prestashop e-commerce platforms through natural language interfaces.
    10
    2
    ISC
  • A
    license
    B
    quality
    D
    maintenance
    An MCP (Model Context Protocol) server that connects AI assistants like Claude directly to your Razorpay account.
    14
    33
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    A Model Context Protocol server that lets Claude manage keyCRM catalogue, stock, orders, customers, pipelines, and more via natural language.
    3

View all related MCP servers

Related MCP Connectors

  • A paid remote MCP for Pydantic AI structured output, built to return verdicts, receipts, usage logs,

  • Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.

  • Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.

View all MCP Connectors

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

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