Payman API MCP Server
@hrishi0102
About Payman API MCP Server
Create payees, send payments, search payees and get balance using payman mcp server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"payman_mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@hrishi0102/payman_mcp",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Payman API MCP Server?
An MCP server that integrates Payman AI’s payment APIs, enabling AI assistants to create payees, send payments, search payees, and check balances through natural language.
How to use Payman API MCP Server?
Install via npm, build the TypeScript code, then run in stdio mode for desktop clients or SSE mode for web integration. Set your Payman API key at runtime using the set-api-key tool before using other tools.
Key features of Payman API MCP Server
- Secure API key management (in‑memory only)
- Supports TEST_RAILS, US_ACH, and CRYPTO_ADDRESS payees
- Send payments with custom amounts and memos
- Search payees by name, contact, or account details
- Works over stdio and SSE transports
Use cases of Payman API MCP Server
- AI assistant initiates US ACH bank transfers to vendors
- Test payment workflows with TEST_RAILS payees
- Send cryptocurrency payments via CRYPTO_ADDRESS payees
- Query account balances and search existing payees
FAQ from Payman API MCP Server
How do I set my API key?
Use the set-api-key tool with your Payman AI API key – no configuration file required.
Does the server store my API key on disk?
No, the API key is held in memory only for the duration of the session and is not persisted.
What transport modes are available?
The server supports both stdio (for desktop MCP clients) and SSE (Server‑Sent Events, for web integration).
What are the prerequisites to run the server?
Node.js v14 or higher, npm/yarn, and a Payman AI API key.
Can I create different types of payees?
Yes: TEST_RAILS for testing, US_ACH for US bank transfers, and CRYPTO_ADDRESS for cryptocurrency transactions.
Frequently asked questions
How do I set my API key?
Use the `set-api-key` tool with your Payman AI API key – no configuration file required.
Does the server store my API key on disk?
No, the API key is held in memory only for the duration of the session and is not persisted.
What transport modes are available?
The server supports both stdio (for desktop MCP clients) and SSE (Server‑Sent Events, for web integration).
What are the prerequisites to run the server?
Node.js v14 or higher, npm/yarn, and a Payman AI API key.
Can I create different types of payees?
Yes: TEST_RAILS for testing, US_ACH for US bank transfers, and CRYPTO_ADDRESS for cryptocurrency transactions.
Basic information
More Developer Tools MCP servers
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Comments