Back to Home
lamdt1 icon

mcp-servers

by lamdt1

Overview

An MCP server that provides tools for AI agents to interact with a music API (ZingMp3) to search for songs, fetch lyrics, streams, and artist/album information.

Installation

Run Command
npm run dev --

Environment Variables

  • MP3_API_BASE_URL

Security Notes

CRITICAL: The `Mp3ApiClient` (src/mp3ApiClient.ts) has hardcoded `SECRET_KEY` and `API_KEY` values. These keys are directly exposed in the source code, posing a severe security risk if they are used for authentication or authorization with the upstream API. Additionally, the `Mp3ApiClient` relies on scraping cookies from `zingmp3.vn` to make API requests, a fragile and potentially unauthorized method that could break or lead to legal issues. The server's stated configuration for `MP3_API_BASE_URL` is also contradicted by the source code, which hardcodes `https://zingmp3.vn` for API calls, preventing the use of a more stable or self-hosted proxy.

Similar Servers

Stats

Interest Score0
Security Score2
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-13

Tags

mcpmusic-apinodejstoolszingmp3