Payman AI MCP 서버
Payman AI의 API에 대한 쉬운 방법을 제공하고 사용자가 수취인을 생성하고, 수취인을 검색하고, 지불을 보내고, 프롬프트를 사용하여 잔액을 확인할 수 있는 MCP 서버입니다.
필수 조건
설치
저장소를 복제합니다.
지엑스피1
종속성 설치:
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 서버를 추가할 수 있습니다.
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.
Tools
Payman AI의 API에 쉽게 접근할 수 있는 서버로, 사용자가 자연어 프롬프트를 사용하여 수취인을 생성하고, 수취인을 검색하고, 지불을 보내고, 잔액을 확인할 수 있습니다.
Related MCP Servers
- -securityAlicense-qualityThis server implementation allows AI assistants to interact with Asana's API, enabling users to manage tasks, projects, workspaces, and comments through natural language requests.Last updated -28MIT License
- -securityAlicense-qualityA server that provides integration with PayPal's APIs, enabling seamless interaction with payment processing, invoicing, subscription management, and business operations through a standardized interface.Last updated -MIT License
- AsecurityFlicenseAqualityProvides AI assistants like Claude or Cursor with access to Payman AI's documentation, helping developers build integrations more efficiently.Last updated -5
- AsecurityFlicenseAqualityProvides AI assistants with access to Payman's documentation, helping developers build integrations more efficiently through enhanced contextual support.Last updated -5