Content Tools
mellowmountainradio.com
Provides current radio station information including now playing, listener counts, song history, and local weather/fire restrictions.
ENDPOINT 1
https://mcp.mellowmountainradio.com/mcp
MCP server metadata
- Name
- mellowmountainradio
- Version
- 1.0.0
Known tools 46
get_now_playingReturns the song currently on air: title, artist, album, artwork URL, start time, and stream URL.
Inferred read-onlyget_listener_countReturns the current live listener count across all mounts, plus per-mount breakdown.
Inferred read-onlyget_fire_restrictionsReturns current fire restriction level and fire danger rating for the Sedona / Coconino National Forest area.
Inferred read-onlyget_weatherReturns current conditions and a 7-day forecast for Sedona AZ from Open-Meteo (free, no key required).
Inferred read-onlyget_road_conditionsReturns active road and trail closures for the Sedona / Oak Creek area from the Coconino National Forest alerts page.
Inferred read-onlyget_concertsReturns upcoming concerts and shows sourced from KAZM's data, primarily AZ and regional venues.
Inferred read-onlyget_eventsReturns upcoming local Sedona events including library events and festivals.
Inferred read-onlyget_stream_urlReturns the live audio stream URLs for KAZM (MP3 and AAC mounts) plus the station web player URL.
Inferred read-onlyget_horoscopeReturns daily, weekly, and monthly horoscopes for all signs or a specific sign.
Inferred read-onlyget_schumann_resonanceReturns the current Schumann resonance reading — Earth's electromagnetic pulse measured at the Tomsk observatory.
Inferred read-onlyget_sound_sessionRecommends a KAZM sound healing session — binaural or tonal — based on the listener's goal or current time of day.
Inferred read-onlyget_chakra_guideFull guide to the seven chakras — Sanskrit name, Solfeggio frequency, musical note, color, element, bija mantra, petal count, governing theme, balanced and blocked states, affirmation, crystals, essential oils, yoga pose, and the Sedona vortex tied to each center.
Inferred read-onlyget_chakra_frequenciesReturns the seven Solfeggio chakra frequencies with musical notes, colors, and affirmations.
Inferred read-onlyget_solfeggioReturns the nine-tone Solfeggio frequency scale with each tone's traditional healing properties, note name, and use cases.
Inferred read-onlysearch_song_request_librarySearch KAZM's requestable song library by artist or title keyword.
Inferred read-onlyget_rewindReturns available on-demand rewind blocks — past KAZM broadcasts you can listen to, with dates and stream URLs.
Inferred read-onlyget_emergency_alertsReturns active Emergency Alert System (EAS) alerts for the Sedona area — Yavapai and Coconino counties.
Inferred read-onlyget_local_news_headlinesReturns the latest Sedona and Verde Valley local news headlines.
Inferred read-onlyget_air_qualityReturns current air quality index (AQI) and pollutant readings for Sedona, AZ from Open-Meteo.
Inferred read-onlyget_sports_scoresReturns current and recent scores for Arizona sports teams — Cardinals (NFL), Suns (NBA), D-backs (MLB), Mercury (WNBA), ASU Sun Devils, Arizona Wildcats, NAU Lumberjacks, and UFC events.
Inferred read-onlyget_sun_timesReturns sunrise, sunset, solar noon, day length, golden hours, and astronomical twilight for Sedona from the KAZM transmitter site.
Inferred read-onlyget_moon_phaseReturns tonight's moon phase for Sedona, AZ — illumination percent, phase name, and a 7-day lunar calendar.
Inferred read-onlyget_vortex_guideReturns a guide to Sedona's four famous energy vortex sites — Bell Rock, Cathedral Rock, Airport Mesa, and Boynton Canyon.
Inferred read-onlyget_nws_alertsReturns active National Weather Service alerts for the Sedona / Yavapai County area — watches, warnings, and advisories.
Inferred read-onlyget_oak_creek_levelsReturns current Oak Creek stream level and discharge at the Sedona USGS gauge.
Inferred read-onlyget_artist_infoReturns biography, genre tags, and album discography for the artist currently on KAZM, or any named artist, from MusicBrainz (open music encyclopedia).
Inferred read-onlyget_wildfire_perimetersReturns active wildfire incidents within ~150 miles of Sedona from the National Interagency Fire Center (NIFC).
Inferred read-onlyget_day_in_music_historyReturns notable music events that happened on this day in history — album releases, iconic concerts, chart milestones, artist birthdays — from Wikipedia's On This Day feed.
Inferred read-onlyget_visitor_infoReturns practical visitor information for Sedona, AZ — Red Rock Pass requirements, state park hours and fees, popular attractions, best seasons to visit, and local tips.
Inferred read-onlyget_red_rock_passComplete Red Rock Pass guide for Sedona / Coconino National Forest — all 19 required sites, current fees, accepted passes (America the Beautiful, Senior, Access), where to buy, shuttle info, and Soldier Pass permit details.
Inferred read-onlyget_hiking_trailsSedona hiking trail guide — distance, elevation gain, difficulty, trailhead location, Red Rock Pass requirement, access restrictions (shuttle/permit), and pro tips for 15 of the best trails in Red Rock Country.
Inferred read-onlyget_stargazing_conditionsReturns tonight's stargazing forecast for Sedona, AZ — astronomical darkness window, moon interference, Milky Way galactic core visibility, and best times to shoot the night sky.
Inferred read-onlyget_photography_guideReturns Sedona photography locations with today's real golden hour / blue hour times, current light quality score, and camera settings for each scenario.
Inferred read-onlyget_listener_profileRetrieve a KAZM listener's full profile — by listener_id OR by email address.
Potential side effectsupdate_listener_preferenceUpdate a specific preference for a KAZM listener — language, location, favorite genre, or any custom key.
Potential side effectslog_listener_historyLog a listening event for a KAZM listener — a song that played, a show they tuned into, a request they made.
Inferred read-onlyget_personalized_contentReturns a fully personalized KAZM experience — greeting in the listener's language, recommendations from their history, station brief.
Inferred read-onlysearch_broadcast_transcriptsSearch every word spoken on KAZM's airwaves — weather reports, local news, live talk breaks, and syndicated shows, machine-transcribed from the station's own broadcast tapes.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mellowmountainradio]
url = "https://mcp.mellowmountainradio.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mellowmountainradio": {
"type": "http",
"url": "https://mcp.mellowmountainradio.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mellowmountainradio
Remote MCP URL: https://mcp.mellowmountainradio.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mellowmountainradio": {
"url": "https://mcp.mellowmountainradio.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mellowmountainradio": {
"type": "http",
"url": "https://mcp.mellowmountainradio.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mellowmountainradio",
"transport": "streamable-http",
"url": "https://mcp.mellowmountainradio.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mellowmountainradio.com was fetched 2026-08-25T18:33:27.916Z.
mellowmountainradio.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.