AurasPay Merchant MCP for Claude Desktop
com.auraspay/merchant-payments
Review AurasPay merchant payments and prepare payment links with scoped OAuth and human approval.
client:Claude Desktop
transport:streamable-http
Install AurasPay Merchant MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"merchant-payments": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.auraspay.com/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs