@mseep/payman_nlp_mcp
v1.0.0
Published
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.
Readme
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.gitInstall dependencies:
npm install # OR yarn install
Building the Project
Build the TypeScript code into JavaScript:
npm run build
# OR
yarn buildChecking Server
Check if the server is properly setup:
node /ABSOLUTE/PATH/TO/PARENT/FOLDER/payman-mcp/build/payman-server.jsIf everything is good, you can now add the Payman MCP server to any client.
