Back to Home
Glover69 icon

Mpampa-MCP-Server

Verified Safe

by Glover69

Overview

Enables AI assistants to browse products, retrieve details, and facilitate purchases from Mpampa Cereals through a Model Context Protocol (MCP) server.

Installation

Run Command
bun start

Environment Variables

  • API_BASE_URL
  • SPLIT_CODE_PROD
  • PORT

Security Notes

The server uses environment variables for sensitive configurations like API_BASE_URL and SPLIT_CODE_PROD, which is good practice. The payment flow incorporates a two-step process with Paystack's Charge API and OTP verification, enhancing transaction security. The system correctly initiates payment *before* allowing the order to be completed, preventing AI manipulation of amounts post-charge. CORS is broadly enabled ('*'), which is typical for an MCP endpoint designed for diverse AI client integrations but could be a concern for direct browser access if sensitive operations lack proper authorization. Security heavily relies on the external backend API (`API_BASE_URL`) and Paystack's inherent security measures, which are outside the scope of this audit.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2026-01-05

Tags

AI IntegrationE-commercePayment ProcessingAPIModel Context Protocol