Payman AI MCP Server provides a bridge to Payman AI's payment processing API, enabling AI assistants to create payees, search existing payees, send payments, and check balances through natural language prompts. Built with TypeScript using the Model Context Protocol SDK, it authenticates with the Payman API using API keys and exposes four specialized tools that handle the core payment operations. The server runs on stdio transport, making it compatible with Claude Desktop and Cursor, and is particularly useful for developers who want to integrate payment functionality into their AI assistant workflows without switching context to a separate payment interface.
hrishi0102