# KAZM Mellow Mountain Radio MCP server

KAZM 106.5 FM/780 AM: now playing, weather, fire alerts, road conditions & concerts (Sedona, AZ).

## Links
- Registry page: https://www.getdrio.com/mcp/com-mellowmountainradio-mcp-kazm
- Repository: https://github.com/chelstein/mellowmountainradio
- Website: https://mellowmountainradio.com

## Install
- Endpoint: https://mcp.mellowmountainradio.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.mellowmountainradio.com/mcp

## Tools
- get_now_playing (Now Playing) - Returns the song currently on air: title, artist, album, artwork URL, start time, and stream URL. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_listener_count (Listener Count) - Returns the current live listener count across all mounts, plus per-mount breakdown. Endpoint: https://mcp.mellowmountainradio.com/mcp
- search_song_history (Song History Search) - Returns the most recently played songs (up to 25). Optionally filter by keyword in title or artist. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_fire_restrictions (Fire Restrictions) - Returns current fire restriction level and fire danger rating for the Sedona / Coconino National Forest area. Includes any active Stage 1 or Stage 2 restrictions and Sedona-area alerts. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_weather (Weather Conditions) - Returns current conditions and a 7-day forecast for Sedona AZ from Open-Meteo (free, no key required). Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_road_conditions (Road Conditions) - Returns active road and trail closures for the Sedona / Oak Creek area from the Coconino National Forest alerts page. Also includes highway incidents for SR-89A, SR-179, and I-17 via Road511 when ROAD511_KEY is set. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_concerts (Concerts) - Returns upcoming concerts and shows sourced from KAZM's data, primarily AZ and regional venues. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_events (Local Events) - Returns upcoming local Sedona events including library events and festivals. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_stream_url (Stream URL) - Returns the live audio stream URLs for KAZM (MP3 and AAC mounts) plus the station web player URL. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_show_schedule (Show Schedule) - Returns KAZM's weekly on-air program schedule. Optionally filter by day (weekday, saturday, sunday) or show name keyword. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_horoscope (Daily Horoscope) - Returns daily, weekly, and monthly horoscopes for all signs or a specific sign. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_schumann_resonance (Schumann Resonance) - Returns the current Schumann resonance reading — Earth's electromagnetic pulse measured at the Tomsk observatory. Includes frequency, energy score, activity level, and spectrogram URL. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_sound_session (Sound Session) - Recommends a KAZM sound healing session — binaural or tonal — based on the listener's goal or current time of day. Returns session name, description, frequency, duration, and link. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_chakra_guide (Chakra Guide) - Full 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. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_chakra_frequencies (Chakra Frequencies) - Returns the seven Solfeggio chakra frequencies with musical notes, colors, and affirmations. For the full guide (crystals, oils, poses, Sedona vortex) use get_chakra_guide. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_solfeggio (Solfeggio Frequencies) - Returns the nine-tone Solfeggio frequency scale with each tone's traditional healing properties, note name, and use cases. These frequencies underpin modern sound healing practice. Endpoint: https://mcp.mellowmountainradio.com/mcp
- search_song_request_library (Song Request Library) - Search KAZM's requestable song library by artist or title keyword. Returns matching tracks the DJ can play on request. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_rewind (Audio Rewind) - Returns available on-demand rewind blocks — past KAZM broadcasts you can listen to, with dates and stream URLs. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_jeep_trails (Jeep Trails) - Returns Sedona jeep trail names available on the KAZM trail map. Pass a trail name to get its GPS coordinate path. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_movies (Movie Showtimes) - Returns current movie showings at Sedona-area theaters (Mary D. Fisher Theatre, Harkins Sedona 6, and others). Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_emergency_alerts (Emergency Alerts) - Returns active Emergency Alert System (EAS) alerts for the Sedona area — Yavapai and Coconino counties. Covers weather emergencies, evacuation orders, Amber Alerts, and all FEMA IPAWS-distributed alerts. Data is live from the National Weather Service public API. Endpoint: https://mcp.mellowmountainradio.com/mcp
- submit_song_request (Submit Song Request) - Submit a song request to KAZM 106.5 FM & 780 AM via the station website. Searches the real studio library, then logs the request for the DJ — every request gets read. Provide both song title and artist for best results. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_local_news_headlines (Local News Headlines) - Returns the latest Sedona and Verde Valley local news headlines. Pulls live from the Sedona Red Rock News and Verde Independent RSS feeds. Covers local government, arts, community events, real estate, and Verde Valley news. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_air_quality (Air Quality) - Returns current air quality index (AQI) and pollutant readings for Sedona, AZ from Open-Meteo. Includes US AQI category, PM2.5, PM10, ozone, and UV index. Especially useful during wildfire season for tracking smoke and outdoor safety. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_sports_scores (Sports Scores) - Returns 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. Powered by ESPN. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_sun_times (Sunrise & Sunset Times) - Returns sunrise, sunset, solar noon, day length, golden hours, and astronomical twilight for Sedona from the KAZM transmitter site. Optional date param for any day. Also flags next solstice and equinox. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_moon_phase (Moon Phase) - Returns tonight's moon phase for Sedona, AZ — illumination percent, phase name, and a 7-day lunar calendar. Perfect for stargazing and outdoor planning. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_vortex_guide (Vortex Guide) - Returns a guide to Sedona's four famous energy vortex sites — Bell Rock, Cathedral Rock, Airport Mesa, and Boynton Canyon. Includes directions, hiking info, best visit times, and energy type. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_nws_alerts (NWS Weather Alerts) - Returns active National Weather Service alerts for the Sedona / Yavapai County area — watches, warnings, and advisories. Returns empty when conditions are clear. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_oak_creek_levels (Oak Creek Water Levels) - Returns current Oak Creek stream level and discharge at the Sedona USGS gauge. Useful for creek crossing safety, swimming holes, and recreation planning. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_artist_info (Artist Info) - Returns biography, genre tags, and album discography for the artist currently on KAZM, or any named artist, from MusicBrainz (open music encyclopedia). Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_wildfire_perimeters (Wildfire Perimeters) - Returns active wildfire incidents within ~150 miles of Sedona from the National Interagency Fire Center (NIFC). Especially critical during Arizona fire season (April–July). Returns name, acreage, containment, and distance from Sedona. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_day_in_music_history (Day in Music History) - Returns 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. Great for on-air trivia. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_visitor_info (Visitor Information) - Returns practical visitor information for Sedona, AZ — Red Rock Pass requirements, state park hours and fees, popular attractions, best seasons to visit, and local tips. Perfect for tourist queries. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_red_rock_pass (Red Rock Pass Info) - Complete 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. Answers the most common Sedona visitor question. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_hiking_trails (Hiking Trails) - Sedona 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. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_stargazing_conditions (Stargazing Conditions) - Returns 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. Sedona sits near the Verde Valley Dark Sky corridor. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_photography_guide (Photography Guide) - Returns Sedona photography locations with today's real golden hour / blue hour times, current light quality score, and camera settings for each scenario. Great for landscape and astrophotography planning. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_tarot_card (Tarot Card) - Draws from the full 78-card Rider-Waite tarot deck. Returns the card of the day over Sedona (same for all listeners, turns at midnight MST), a single random draw, or a three-card past/present/future spread. Each card includes upright and reversed meanings, astrological correspondence, and suit element. Endpoint: https://mcp.mellowmountainradio.com/mcp
- register_listener (Register Listener) - Create or update a KAZM listener profile. Returns a listener_id that persists across AI sessions — saves name, location, language, and favorite genres so any future AI session can deliver a fully personalized Mellow Mountain Radio experience without starting from scratch. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_or_create_listener (Get or Create Listener) - The zero-friction entry point for KAZM personalization. Pass whatever you know — listener_id, email, or just a name — and this tool either returns the existing profile or silently creates one in a single call. No separate registration step needed. Call this at the start of every listener session. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_listener_profile (Listener Profile) - Retrieve a KAZM listener's full profile — by listener_id OR by email address. Either identifier works. Use at the start of any session to instantly personalize the experience. If the listener has their KAZM ID saved in Claude custom instructions, use that; otherwise look them up by email. Endpoint: https://mcp.mellowmountainradio.com/mcp
- update_listener_preference (Update Listener Preference) - Update a specific preference for a KAZM listener — language, location, favorite genre, or any custom key. Persists across all future AI sessions. Endpoint: https://mcp.mellowmountainradio.com/mcp
- log_listener_history (Log Listener History) - Log a listening event for a KAZM listener — a song that played, a show they tuned into, a request they made. Builds the history that powers smarter recommendations in every future session. Call this whenever something notable happens in a listener's session. Endpoint: https://mcp.mellowmountainradio.com/mcp
- get_personalized_content (Personalized Content) - Returns a fully personalized KAZM experience — greeting in the listener's language, recommendations from their history, station brief. Accepts listener_id OR email, so no separate registration step is ever needed. Pairs perfectly with get_or_create_listener. Endpoint: https://mcp.mellowmountainradio.com/mcp
- search_broadcast_transcripts - Search 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. The archive begins July 2026 and grows four blocks a day, forever. Commercials and PSAs are never archived. Times are Arizona (Phoenix, UTC-7). Pairs with search_song_history: that tool answers what was PLAYED, this one answers what was SAID. Endpoint: https://mcp.mellowmountainradio.com/mcp

## Resources
- kazm://station/info - Basic KAZM station metadata — name, frequencies, location, and description. MIME type: application/json
- kazm://stream/urls - Direct audio stream URLs for KAZM — MP3 and AAC formats. MIME type: application/json
- kazm://docs - Full documentation for the KAZM MCP server — all 46 tools, their parameters, and example queries. MIME type: text/uri-list

## Prompts
- plan_sedona_trip - Plan Sedona Trip Complete Sedona trip brief — weather, fire conditions, concerts, events, photography golden hours, vortex sites, and visitor tips. Arguments: days
- get_kazm_status - KAZM Status Full KAZM radio status — what's playing, who's listening, what's on next, and artist background.
- check_outdoor_safety - Outdoor Safety Check Full outdoor safety brief for Sedona — fire, weather, air quality, alerts, road conditions, and Oak Creek levels.
- get_stargazing_forecast - Stargazing Forecast Tonight's stargazing forecast for Sedona — darkness window, moon phase, Milky Way visibility, and best sites.
- request_a_song - Request a Song Walk through requesting a song on KAZM — search the library and submit the request. Arguments: song
- check_drive_conditions - Drive Conditions Check Road and weather check before driving to or through Sedona — 89A, Oak Creek Canyon, I-17. Arguments: destination

## Metadata
- Owner: com.mellowmountainradio.mcp
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 23, 2026
- Source: https://registry.modelcontextprotocol.io
