Back to Home
bcihanc icon

msu-mcp

Verified Safe

by bcihanc

Overview

Provides an MCP (Model Context Protocol) server for AI models to query payment transactions and customer details from the MSU (MerchantSafe Unipay) payment gateway.

Installation

Run Command
npx -y github:bcihanc/msu-mcp

Environment Variables

  • MSU_MERCHANT
  • MSU_MERCHANT_USER
  • MSU_MERCHANT_PASSWORD

Security Notes

The server handles sensitive payment gateway credentials (MSU_MERCHANT, MSU_MERCHANT_USER, MSU_MERCHANT_PASSWORD) by requiring them as environment variables, which is a good practice for secret management. It communicates with the MSU API over HTTPS via standard fetch requests. No 'eval' or other obviously dangerous code patterns are present. Input validation uses maxLength for some parameters, but specific format validation (e.g., date formats) is implicitly left to the upstream MSU API. Overall, the code itself appears secure, relying on secure configuration for credentials.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens15000
Stars0
Forks0
Last Update2025-11-24

Tags

payment gatewaytransaction querycustomer dataMCP protocolTOON format