payman_mcp
If you are the rightful owner of payman_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server for integrating Payman AI's payment APIs with AI assistants.
The Payman API MCP Server is designed to integrate seamlessly with Payman AI's payment APIs, allowing AI assistants to perform various payment-related operations through natural language. This server exposes Payman AI's functionalities as tools that can be utilized by LLM applications like Claude. It supports operations such as setting API keys for authentication, creating different types of payees, sending payments, searching for payees, and checking account balances. The server adheres to the Model Context Protocol (MCP) standard, ensuring compatibility with any MCP-compatible client.
Features
- Secure API Authentication: Manage API keys securely within the session.
- Multiple Payee Types: Supports TEST_RAILS, US_ACH, and CRYPTO_ADDRESS payees.
- Payment Operations: Send payments, retrieve balances, and more.
- Search Capabilities: Search payees by various criteria.
- Error Handling: Comprehensive error handling for all API operations.
Tools
set-api-key
Sets the Payman API key for authentication.
create-test-rails-payee
Creates a TEST_RAILS payee for testing.
create-us-ach-payee
Creates a US_ACH payee for bank transfers.
create-crypto-payee
Creates a CRYPTO_ADDRESS payee for cryptocurrency payments.
send-payment
Sends a payment to a payee.
search-payees
Search for payees based on various criteria.
get-balance
Retrieves the current account balance.