# KAZM Mellow Mountain Radio (remote · mcp.mellowmountainradio.com)

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

- Trust score: 76/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.mellowmountainradio.com`: 76/100 (this document), [markdown](https://verifymcp.io/servers/com-mellowmountainradio-mcp-kazm/mcp.md), [page](https://verifymcp.io/servers/com-mellowmountainradio-mcp-kazm/mcp)

## Channel facts

- Endpoint: `https://mcp.mellowmountainradio.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 88/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 3535 tokens (~72/item across 49 items; 46 tools + 3 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (98% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-mellowmountainradio-mcp-kazm https://mcp.mellowmountainradio.com/mcp
```

### Codex

```toml
[mcp_servers.com-mellowmountainradio-mcp-kazm]
url = "https://mcp.mellowmountainradio.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mellowmountainradio-mcp-kazm": {
      "type": "remote",
      "url": "https://mcp.mellowmountainradio.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-mellowmountainradio-mcp-kazm --url https://mcp.mellowmountainradio.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-mellowmountainradio-mcp-kazm:
    url: "https://mcp.mellowmountainradio.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-mellowmountainradio-mcp-kazm": {
      "type": "http",
      "url": "https://mcp.mellowmountainradio.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 75, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 73, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 72, +2)

- [functional] Schema quality: good → excellent

### 2026-07-27 (score 70, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 70)

First indexed and scored.

## MCP tools (46)

### `get_now_playing` (~33 tokens)

Now Playing

Returns the song currently on air: title, artist, album, artwork URL, start time, and stream URL.

Output parameters:

- `album` (string|null)
- `art`
- `artist` (string|null)
- `duration_s` (number|null)
- `elapsed_s` (number|null)
- `started_at` (string|null)
- `stream_url`
- `title` (string|null)

### `get_listener_count` (~25 tokens)

Listener Count

Returns the current live listener count across all mounts, plus per-mount breakdown.

Output parameters:

- `mounts` (array)
- `total` (number)
- `unique` (number)

### `search_song_history` (~45 tokens)

Song History Search

Returns the most recently played songs (up to 25). Optionally filter by keyword in title or artist.

Input parameters:

- `query` (string): Keyword to filter by title or artist

Output parameters:

- `results` (array)

### `get_fire_restrictions` (~49 tokens)

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.

Output parameters:

- `agency` (string|null)
- `danger` (string|null)
- `notes` (string|null)
- `sedona_alerts` (array)
- `source` (string|null)
- `stage` (number|null)
- `updated` (string|null)

### `get_weather` (~33 tokens)

Weather Conditions

Returns current conditions and a 7-day forecast for Sedona AZ from Open-Meteo (free, no key required).

Output parameters:

- `current` (object)
- `current_units` (object)
- `daily` (object)
- `daily_units` (object)
- `elevation` (number)
- `generationtime_ms` (number)
- `hourly` (object)
- `hourly_units` (object)
- `latitude` (number)
- `longitude` (number)
- `timezone` (string)
- `timezone_abbreviation` (string)
- `utc_offset_seconds` (number)

### `get_road_conditions` (~62 tokens)

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.

Output parameters:

- `closures` (array)
- `incidents` (array)
- `sources` (array)
- `updated` (string|null)

### `get_concerts` (~46 tokens)

Concerts

Returns upcoming concerts and shows sourced from KAZM's data, primarily AZ and regional venues.

Input parameters:

- `state` (string): Filter by state abbreviation, e.g. 'AZ'

Output parameters:

- `concerts` (array)
- `count` (number)
- `updated` (string|null)

### `get_events` (~20 tokens)

Local Events

Returns upcoming local Sedona events including library events and festivals.

Output parameters:

- `festivals` (array)
- `library_events` (array)

### `get_stream_url` (~33 tokens)

Stream URL

Returns the live audio stream URLs for KAZM (MP3 and AAC mounts) plus the station web player URL.

Output parameters:

- `streams` (array)
- `web_player` (string)

### `get_show_schedule` (~65 tokens)

Show Schedule

Returns KAZM's weekly on-air program schedule. Optionally filter by day (weekday, saturday, sunday) or show name keyword.

Input parameters:

- `day` (string): Filter to a specific day group
- `query` (string): Keyword to filter by show name or host

Output parameters:

- `schedule` (object)
- `station` (string)
- `timezone` (string)

### `get_horoscope` (~55 tokens)

Daily Horoscope

Returns daily, weekly, and monthly horoscopes for all signs or a specific sign.

Input parameters:

- `period` (string): Which forecast period (default: daily)
- `sign` (string): Zodiac sign (omit for all)

Output parameters:

- `horoscopes` (object)
- `period` (string|null)
- `updated` (string|null)

### `get_schumann_resonance` (~46 tokens)

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.

Output parameters:

- `amplitude` (number)
- `frequency_hz` (number)
- `last_updated` (string)
- `source` (string)
- `status` (string)

### `get_sound_session` (~69 tokens)

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.

Input parameters:

- `goal` (string): Listener's intent — omit to get a time-of-day recommendation

Output parameters:

- `also_available` (array)
- `reason` (string)
- `recommended`

### `get_chakra_guide` (~85 tokens)

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.

Input parameters:

- `chakra` (string): Specific chakra — omit for all seven

Output parameters:

- `chakra_sound_bath` (string)
- `chakras` (array)
- `note` (string)
- `sound_healing_page` (string)

### `get_chakra_frequencies` (~69 tokens)

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.

Input parameters:

- `chakra` (string): Specific chakra — omit for all seven

Output parameters:

- `chakra_sound_bath` (string)
- `chakras` (array)
- `tip` (string)

### `get_solfeggio` (~64 tokens)

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.

Input parameters:

- `hz` (integer): Look up a specific frequency in Hz — e.g. 528

Output parameters:

- `frequencies` (array)
- `note` (string)
- `sound_healing_page` (string)

### `search_song_request_library` (~50 tokens)

Song Request Library

Search KAZM's requestable song library by artist or title keyword. Returns matching tracks the DJ can play on request.

Input parameters:

- `query` (string, required): Artist name or song title to search for

Output parameters:

- `count` (number)
- `query` (string)
- `results` (array)

### `get_rewind` (~32 tokens)

Audio Rewind

Returns available on-demand rewind blocks — past KAZM broadcasts you can listen to, with dates and stream URLs.

Output parameters:

- `blocks` (array)
- `count` (number)

### `get_jeep_trails` (~66 tokens)

Jeep Trails

Returns Sedona jeep trail names available on the KAZM trail map. Pass a trail name to get its GPS coordinate path.

Input parameters:

- `trail` (string): Trail slug, e.g. 'broken-arrow', 'schnebly'. Omit for the full list.

Output parameters:

- `coordinates` (array)
- `map_url` (string)
- `trail` (string)
- `trails` (array)

### `get_movies` (~36 tokens)

Movie Showtimes

Returns current movie showings at Sedona-area theaters (Mary D. Fisher Theatre, Harkins Sedona 6, and others).

Output parameters:

- `showings` (array)
- `updated` (string|null)
- `venues` (array)

### `get_emergency_alerts` (~90 tokens)

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.

Input parameters:

- `severity` (string): Filter to alerts at or above this severity level (Extreme > Severe > Moderate > Minor)

Output parameters:

- `alerts` (array)
- `count` (number)
- `counties` (array)
- `updated` (string|null)

### `submit_song_request` (~139 tokens)

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.

Input parameters:

- `name` (string): Your name and town for the request card, e.g. 'Sarah from Sedona' (optional)
- `note` (string): A dedication or message, e.g. 'Happy birthday Maria!' (optional)
- `query` (string, required): Song title and/or artist name, e.g. 'Sailing Christopher Cross' or 'Truckin Grateful Dead'

Output parameters:

- `matches` (array)
- `message` (string)
- `name` (string)
- `note` (string)
- `submitted` (boolean)
- `success` (boolean)

### `get_local_news_headlines` (~73 tokens)

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.

Input parameters:

- `limit` (integer): Max headlines to return per source (default 8)

Output parameters:

- `errors` (array)
- `feeds` (array)
- `updated` (string|null)

### `get_air_quality` (~65 tokens)

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.

Output parameters:

- `carbon_monoxide` (number|null)
- `category` (string|null)
- `coordinates` (object)
- `dust_ug_m3` (number|null)
- `location` (string)
- `nitrogen_dioxide` (number|null)
- `ozone_ug_m3` (number|null)
- `pm10_ug_m3` (number|null)
- `pm2_5_ug_m3` (number|null)
- `source` (string)
- `updated` (string|null)
- `us_aqi` (number|null)
- `uv_index` (number|null)

### `get_sports_scores` (~78 tokens)

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.

Input parameters:

- `team` (string): Filter by team — omit for all Arizona teams

Output parameters:

- `scores` (object)
- `updated` (string|null)

### `get_sun_times` (~71 tokens)

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.

Input parameters:

- `date` (string): Date in YYYY-MM-DD format — omit for today

Output parameters:

- `astronomical_twilight_begin` (string)
- `astronomical_twilight_end` (string)
- `civil_twilight_begin` (string)
- `civil_twilight_end` (string)
- `date` (string)
- `day_length_seconds` (number)
- `location` (string)
- `nautical_twilight_begin` (string)
- `nautical_twilight_end` (string)
- `next_solstice_or_equinox` (object)
- `solar_noon` (string)
- `source` (string)
- `sunrise` (string)
- `sunset` (string)

### `get_moon_phase` (~58 tokens)

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.

Input parameters:

- `date` (string): Date YYYY-MM-DD (default today)

Output parameters:

- `location` (string)
- `next_7_days` (array)
- `source` (string)
- `today` (object)

### `get_vortex_guide` (~64 tokens)

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.

Input parameters:

- `site` (string): Filter to one vortex site

Output parameters:

- `location` (string)
- `note` (string)
- `vortex_sites`

### `get_nws_alerts` (~43 tokens)

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.

Output parameters:

- `alert_count` (number)
- `alerts` (array)
- `location` (string)
- `source` (string)
- `updated` (string|null)

### `get_oak_creek_levels` (~41 tokens)

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.

Output parameters:

- `discharge_cfs`
- `gage_height_ft`
- `level_label` (string)
- `source` (string)
- `station` (string)
- `station_id` (string)
- `updated` (string|null)

### `get_artist_info` (~60 tokens)

Artist Info

Returns biography, genre tags, and album discography for the artist currently on KAZM, or any named artist, from MusicBrainz (open music encyclopedia).

Input parameters:

- `artist` (string): Artist name — omit to use the current now-playing artist

Output parameters:

- `albums` (array)
- `country` (string|null)
- `disambiguation` (string|null)
- `life_span`
- `musicbrainz_id` (string|null)
- `name` (string|null)
- `searched_for` (string)
- `source` (string)
- `tags` (array)
- `type` (string|null)

### `get_wildfire_perimeters` (~59 tokens)

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.

Output parameters:

- `active_fire_count` (number)
- `fires` (array)
- `search_area` (string)
- `source` (string)
- `updated` (string|null)

### `get_day_in_music_history` (~68 tokens)

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.

Input parameters:

- `date` (string): Date as MM-DD or YYYY-MM-DD — omit for today

Output parameters:

- `date` (string)
- `music_birthdays` (array)
- `music_events` (array)
- `music_passings` (array)
- `source` (string)

### `get_visitor_info` (~62 tokens)

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.

Input parameters:

- `topic` (string): Category of info — omit for all

Output parameters:

- `info` (object)
- `last_verified` (string|null)
- `location` (string)

### `get_red_rock_pass` (~90 tokens)

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.

Input parameters:

- `topic` (string): fees | sites | shuttles | passes | buy | all (default)

Output parameters:

- `fees` (object)
- `kazm_note` (string)
- `passes` (object)
- `shuttles` (object)
- `sites`
- `tips` (array)
- `where_to_buy` (array)

### `get_hiking_trails` (~94 tokens)

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.

Input parameters:

- `difficulty` (string): Filter by difficulty
- `trail` (string): Trail name keyword, e.g. 'devil' or 'cathedral' — omit for all trails

Output parameters:

- `kazm_note` (string)
- `oak_creek_tip` (string)
- `red_rock_pass_required` (boolean|string)
- `shuttle_info` (string)
- `source` (string)
- `total` (number)
- `trails` (array)

### `get_stargazing_conditions` (~73 tokens)

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.

Input parameters:

- `date` (string): Date YYYY-MM-DD (default tonight)

Output parameters:

- `darkness` (object)
- `date` (string)
- `location` (string)
- `milky_way` (object)
- `moon` (object)
- `source` (string)
- `top_sites` (array)

### `get_photography_guide` (~66 tokens)

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.

Input parameters:

- `location` (string): Filter to a single location — omit for all 6

Output parameters:

- `current_light_phase` (string)
- `current_light_score` (number|string)
- `date` (string)
- `location_context` (string)
- `locations`
- `today_times` (object)

### `get_tarot_card` (~152 tokens)

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.

Input parameters:

- `card_name` (string): Look up a specific card by name, e.g. 'The Tower' or 'Ten of Cups'. Returns full upright and reversed meanings.
- `spread` (string): daily = today's card of the day (deterministic, Sedona date); single = one random card; three = past/present/future. Defaults to daily.

Output parameters:

- `astro` (string)
- `card` (string)
- `cards` (array)
- `date` (string)
- `glyph` (string)
- `note` (string)
- `reversed` (string)
- `spread` (string)
- `tag` (string)
- `tarot_page` (string)
- `upright` (string)

### `register_listener` (~161 tokens)

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.

Input parameters:

- `email` (string): Email address (optional — used to find existing profile)
- `genres` (array): Favorite music genres, e.g. ['classic rock','jazz','blues']
- `language` (string): Preferred language for KAZM content: en/de/es/fr/pt/ja (default en)
- `location` (string): City and country, e.g. 'Berlin, Germany' or 'Los Angeles, CA'
- `name` (string, required): Listener's name or nickname

Output parameters:

- `genres` (array)
- `language` (string)
- `listener_id` (string)
- `location` (string|null)
- `message` (string)
- `name` (string)
- `status` (string)

### `get_or_create_listener` (~182 tokens)

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.

Input parameters:

- `email` (string): Listener's email address — used to find or link their profile
- `genres` (array): Favorite music genres — set on creation or update
- `language` (string): Preferred language — set on creation, or updates existing profile
- `listener_id` (string): The listener's unique KAZM ID if already known (from custom instructions or previous session)
- `location` (string): City and country — set on creation or update
- `name` (string): Listener's name — used when creating a new profile

Output parameters:

- `genres` (array)
- `language` (string)
- `listener_id` (string)
- `location` (string|null)
- `name` (string)
- `personalization_tip` (string)
- `preferences` (object)
- `recent_history` (array)
- `save_hint` (string)
- `status` (string)

### `get_listener_profile` (~114 tokens)

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.

Input parameters:

- `email` (string): Email address — alternative to listener_id. Use if the listener's email is known.
- `listener_id` (string): The listener's unique ID (from register_listener or saved in custom instructions)

Output parameters:

- `genres` (array)
- `id` (string)
- `language` (string)
- `last_seen` (string|null)
- `location` (string|null)
- `member_since` (string|null)
- `name` (string)
- `personalization_tip` (string)
- `preferences` (object)
- `recent_history` (array)
- `total_sessions` (number)

### `update_listener_preference` (~97 tokens)

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.

Input parameters:

- `key` (string, required): Preference key: 'language', 'location', 'genres' (comma-separated), 'favorite_show', or any custom key
- `listener_id` (string, required): The listener's unique ID
- `value` (string, required): New value for the preference

Output parameters:

- `listener_id` (string)
- `ok` (boolean)
- `updated` (object)
- `updated_at` (string)

### `log_listener_history` (~137 tokens)

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.

Input parameters:

- `artist` (string): Artist name (for songs)
- `event_type` (string, required): Type of event
- `listener_id` (string, required): The listener's unique ID
- `notes` (string): Extra context: 'loved it', 'skipped after 10s', 'requested via AI', etc.
- `title` (string): Song title or show name

Output parameters:

- `logged` (object)
- `ok` (boolean)
- `total_events` (number)

### `get_personalized_content` (~112 tokens)

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.

Input parameters:

- `content_type` (string): greeting = localized welcome only; recommendations = based on history; full = everything (default)
- `email` (string): Email address — alternative to listener_id
- `listener_id` (string): The listener's unique ID

Output parameters:

- `greeting` (string)
- `listener` (object)
- `recommendations` (array)
- `session_tip` (string)

### `search_broadcast_transcripts` (~224 tokens)

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.

Input parameters:

- `date` (string): Limit to one broadcast day, YYYY-MM-DD
- `limit` (number): Max matches to return (default 25, max 100)
- `query` (string, required): Words to search for in the spoken-word archive, e.g. 'fire restrictions' or 'doctor'
- `types` (string): Comma-separated segment types to search: talk (KAZM's own voice — weather, news, breaks), show (syndicated programming), live (live broadcasts), music (words captured over songs). Default 'talk,show,…

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-mellowmountainradio-mcp-kazm/mcp#diagnostics

## Score history

- 2026-08-03: 76
- 2026-08-02: 76
- 2026-08-01: 75
- 2026-07-31: 75
- 2026-07-30: 73
- 2026-07-28: 72
- 2026-07-27: 70
- 2026-07-26: 70

## Links

- Remote endpoint: https://mcp.mellowmountainradio.com/mcp
- Repository: https://github.com/chelstein/mellowmountainradio
- Website: https://mellowmountainradio.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-mellowmountainradio-mcp-kazm/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-mellowmountainradio-mcp-kazm/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-mellowmountainradio-mcp-kazm/mcp
