Payman AI MCP Server
by hrishi0102
Payman AI MCP Server provides an easy way to access Payman AI's APIs. It allows users to create payees, search payees, send payments, and get balances using prompts.
View on GitHub
Last updated: N/A
Payman AI MCP Server
MCP server that provides easy way to Payman AI's API's and let's users create payees, search payees, send payments and get balances using prompts.
Prerequisites
Installation
-
Clone the repository:
git clone https://github.com/hrishi0102/payman_mcp.git
-
Install dependencies:
npm install # OR yarn install
Building the Project
Build the TypeScript code into JavaScript:
npm run build
# OR
yarn build
Checking Server
Check if the server is properly setup:
node /ABSOLUTE/PATH/TO/PARENT/FOLDER/payman-mcp/build/payman-server.js
If everything is good, you can now add the Payman MCP server to any client.