xiaozhi-mcp
by lehoangnb
Overview
Provides real-time Vietnamese financial data, news, radio, and music streaming via MCP servers for AI integration.
Installation
docker-compose up --buildEnvironment Variables
- MCP_ENDPOINT
- MP3_PROXY_URL
- PROXY_PORT
- MP3_API_URL
- SECRET_KEY
Security Notes
The `calculator.py` script uses `eval(python_expression)` directly on user-provided input. This is a critical remote code execution vulnerability, allowing arbitrary Python code to be executed on the server. Additionally, placeholder `SECRET_KEY=your-esp32-secret-key-2024` in `docker-compose.yaml` implies a secret that should be configured securely and not committed as a placeholder.
Similar Servers
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
my_stock_mcp_server
Provides real-time stock data and analysis tools for AI models by scraping EastMoney.com.
MCP-News-Server
An MCP-based server for aggregating, summarizing, and analyzing news from various Turkish news sources.
asset-price-mcp
Retrieves real-time price information for various assets (precious metals, cryptocurrencies) to be used by large language models.