MayaMCP
Verified Safeby MOK-5-ha
Overview
A conversational AI bartender that combines RAG, function calling, and text-to-speech to create an immersive bar experience, including payment processing.
Installation
mayamcpEnvironment Variables
- GEMINI_API_KEY
- CARTESIA_API_KEY
- GEMINI_MODEL_VERSION
- TEMPERATURE
- MAX_OUTPUT_TOKENS
- PYTHON_ENV
- DEBUG
- MODAL_MEMORY_MB
- MODAL_MAX_CONTAINERS
- STRIPE_SECRET_KEY
- STRIPE_PUBLISHABLE_KEY
Security Notes
Integrates `llm-guard` for prompt injection and toxicity scanning on both input and output. API keys are managed via environment variables (`.env`). Payment integration with Stripe uses `test_mode` by default, preventing accidental real transactions. Concurrency control for session state uses `threading.Lock`. The actual Stripe MCP server calls are currently *stubbed* in `src/payments/stripe_mcp.py`, deferring real network security to a `kiroPowers` tool which is not provided in the source code. Avatar image is downloaded from a URL, presenting a minor external dependency risk.
Similar Servers
MaxKB
MaxKB (Max Knowledge Brain) is an enterprise-grade intelligent agent platform designed to lower the technical barrier and deployment costs of AI implementation, helping businesses quickly integrate mainstream large language models, build proprietary knowledge bases, and offer a progressive upgrade path from RAG to complex workflow automation and advanced agents for various application scenarios like smart customer service and office assistants.
Context-Engine
Self-improving code search and context engine for IDEs and AI agents, providing hybrid semantic/lexical search, symbol graph navigation, and persistent memory.
pa_agent
A conversational AI agent providing retrieval-augmented generation, long/short-term memory, and tool integrations including a CoinMarketCap (MCP) server for financial queries.
RagThisCode
Set up a RAG (Retrieval-Augmented Generation) system to chat with the code of any public or private GitHub repository.