payman_mcp

payman_mcp

3

Payman API MCP Server is an implementation allowing AI assistants to interact with Payman AI's payment services. It supports creating payees, sending payments, and checking balances while ensuring secure and seamless integration through MCP standards.

Payman API MCP Server

The Payman API MCP Server offers seamless integration with Payman AI's payment APIs, allowing AI assistants to handle payee creation, payments, and balance inquiries via natural language. It complies with the MCP standard and supports the following features:

  • Secure API Authentication
  • Multiple Payee Types (TEST_RAILS, US_ACH, CRYPTO_ADDRESS)
  • Flexible Payment Operations
  • Advanced Search Capabilities
  • Robust Error Handling
  • Support for Secure Transports (stdio and SSE)

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn
  • A Payman AI API key

Installation

Use Smithery to install the server for Claude Desktop or clone the repository and install dependencies manually.

Configuration

No configuration files needed; API keys are set at runtime.

Usage Guide

Set API keys, create payees, send payments, search for payees, and check balances using provided tools.

Security Considerations

API keys are stored in memory and not persisted to disk. All requests use authorization headers.