Powerful Model Context Protocol server for seamless payment processing, customer management, and transaction handling integration.
The Model Context Protocol (MCP) is an open standard that enables AI models to securely connect to external data sources and tools. It provides a unified way for AI applications to interact with various services, databases, and APIs while maintaining security and proper access controls.
MCP servers act as bridges between AI models and external systems, allowing models to:
The Mayar MCP Server specifically provides AI models with comprehensive access to payment processing, customer management, and transaction data through a secure, standardized interface.
To connect Mayar MCP Server to an MCP client application such as Claude Desktop, Cursor, or others, add the following configuration in Settings > Developer > Edit Config in your app. Replace your-api-key as needed.
{ "mcpServers": { "mayar": { "command": "npx", "args": [ "-y", "mcp-remote", "https://mcp.mayar.id/sse", "--header", "Authorization:${API_KEY}" ], "env": { "API_KEY": "your-api-key" } } } }
You can obtain your Mayar API Key in Mayar Dashboard > Integration > Api Keys.