my-mcp-server
Verified Safeby appsmartzaiml
Overview
Provides a Model Context Protocol (MCP) interface for AI models to search and discover live radio stations and podcasts from the Radio FM service.
Installation
npm startEnvironment Variables
- PORT
Security Notes
The server uses `cors()` with `Access-Control-Allow-Origin: *` which is common for public APIs and MCP servers, but should be noted. The `RADIOFM_API_BASE` is hardcoded within the source file; changes to this external API URL would require code modification and redeployment. No usage of `eval` or other obvious malicious patterns was found. Input validation for the `query` parameter is present, and `axios` handles parameter encoding, mitigating direct injection risks in the external API call. The output formatting is plain text, preventing XSS in the response content.
Similar Servers
spotify-mcp-server
Enables AI assistants to control Spotify playback and manage playlists via the Model Context Protocol (MCP).
spotify-streamable-mcp-server
Provides an LLM-friendly interface to control Spotify playback, search music, and manage playlists/saved songs, enabling voice control and smart-home automations.
tuisic
A terminal-based online music streaming application that provides an MCP (Model Context Protocol) server for AI integration, allowing AI clients to control music playback and search.
lastfm-mcp
Provides seamless access to Last.fm listening data and music information via AI assistants using the Model Context Protocol.