Payman AI MCP 服务器
MCP 服务器为 Payman AI 的 API 提供了简便的方法,让用户可以创建收款人、搜索收款人、发送付款并使用提示获取余额。
先决条件
Related MCP server: PayPal MCP Server
安装
克隆存储库:
git clone https://github.com/hrishi0102/payman_mcp.git安装依赖项:
npm install # OR yarn install
构建项目
将 TypeScript 代码构建为 JavaScript:
npm run build
# OR
yarn build检查服务器
检查服务器是否正确设置:
node /ABSOLUTE/PATH/TO/PARENT/FOLDER/payman-mcp/build/payman-server.js如果一切顺利,您现在可以将 Payman MCP 服务器添加到任何客户端。
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.