Back to Home
MOK-5-ha icon

MayaMCP

Verified Safe

by MOK-5-ha

Overview

An AI Bartending Agent featuring a multi-turn conversational ordering system, RAG, tool calling, and text-to-speech capabilities.

Installation

Run Command
mayamcp

Environment Variables

  • GEMINI_API_KEY
  • CARTESIA_API_KEY

Security Notes

API keys are loaded from environment variables (.env file) and are not hardcoded. User input processing primarily relies on an LLM with predefined tools, which inherently limits direct code injection risks compared to `eval` or direct shell execution. The system downloads an avatar image via `requests.get`, which includes error handling. The `MemvidRetriever` uses `json.loads` on content it previously encoded, minimizing the risk of arbitrary code execution through JSON deserialization. No instances of `eval` or direct `subprocess.run` with untrusted input were identified.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-12

Tags

AI BartenderConversational AIRAGGradioTool CallingText-to-Speech