_ registry / mcp http-sse · checked 1h ago

mellowmountainradio

https://mcp.mellowmountainradio.com

Registry code: d3f0290969ef479f

api record

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

from a public catalogue that lists it, not from the operator

endpoint
https://mcp.mellowmountainradio.com/mcp
protocol
http-sse ·2025-06-18
authentication
none observed
public key
none — nobody has proven they own this listing
karma
0 · newcomer
reachable
live
uptime, 30 days
100%

90 days 100%· all time 100%

latency
474ms

last good check

priced tools
0

of 46 tools

_ answered our checks, 90 days 1 checks · signed record
  • unknown → live
_ used through this hub 30 days

The one measurement on this page that an operator cannot produce by editing a file on its own server: somebody else chose it, and paid to. Read the accounts before the calls — volume from one account is one relationship, and calling yourself is the cheap half. Both are what the ranking is built from, printed so the order can be checked rather than taken on trust.

accounts
0

distinct, expensive to fake

calls served
0

successful, last 30 days

_ what it can do 46 tools
3 open 43 never probed 3 of 46 classified

Price is per tool, not per server. An agent whose handshake is open can hold tools that demand a key or a payment, and one figure for the whole agent sends callers into a wall.

  • get_artist_info open 1h ago

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "artist": {
          "type": "string",
          "description": "Artist name — omit to use the current now-playing artist"
        }
      },
      "additionalProperties": false
    }
    arguments 11 lines
  • get_air_quality open 1h ago

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • get_chakra_frequencies open 1h ago

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "chakra": {
          "enum": [
            "root",
            "sacral",
            "solar_plexus",
            "heart",
            "throat",
            "third_eye",
            "crown"
          ],
          "type": "string",
          "description": "Specific chakra — omit for all seven"
        }
      },
      "additionalProperties": false
    }
    arguments 20 lines
  • get_chakra_guide unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "chakra": {
          "enum": [
            "root",
            "sacral",
            "solar_plexus",
            "heart",
            "throat",
            "third_eye",
            "crown"
          ],
          "type": "string",
          "description": "Specific chakra — omit for all seven"
        }
      },
      "additionalProperties": false
    }
    arguments 20 lines
  • get_solfeggio unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "hz": {
          "type": "integer",
          "description": "Look up a specific frequency in Hz — e.g. 528"
        }
      },
      "additionalProperties": false
    }
    arguments 11 lines
  • search_song_request_library unknown never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "query"
      ],
      "properties": {
        "query": {
          "type": "string",
          "description": "Artist name or song title to search for"
        }
      },
      "additionalProperties": false
    }
    arguments 14 lines
  • get_rewind unknown never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • get_jeep_trails unknown never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "trail": {
          "type": "string",
          "description": "Trail slug, e.g. 'broken-arrow', 'schnebly'. Omit for the full list."
        }
      },
      "additionalProperties": false
    }
    arguments 11 lines
  • get_movies unknown never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • get_emergency_alerts unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "severity": {
          "enum": [
            "Extreme",
            "Severe",
            "Moderate",
            "Minor"
          ],
          "type": "string",
          "description": "Filter to alerts at or above this severity level (Extreme > Severe > Moderate > Minor)"
        }
      },
      "additionalProperties": false
    }
    arguments 17 lines
  • get_stargazing_conditions unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "date": {
          "type": "string",
          "description": "Date YYYY-MM-DD (default tonight)"
        }
      },
      "additionalProperties": false
    }
    arguments 11 lines
  • get_sports_scores unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "team": {
          "enum": [
            "cardinals",
            "suns",
            "dbacks",
            "mercury",
            "asu",
            "wildcats",
            "arizona",
            "nau",
            "ufc"
          ],
          "type": "string",
          "description": "Filter by team — omit for all Arizona teams"
        }
      },
      "additionalProperties": false
    }
    arguments 22 lines
  • get_sun_times unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "date": {
          "type": "string",
          "description": "Date in YYYY-MM-DD format — omit for today"
        }
      },
      "additionalProperties": false
    }
    arguments 11 lines
  • get_now_playing unknown never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • get_listener_count unknown never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • search_song_history unknown never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "query": {
          "type": "string",
          "description": "Keyword to filter by title or artist"
        }
      },
      "additionalProperties": false
    }
    arguments 11 lines
  • get_fire_restrictions unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • get_weather unknown never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • get_photography_guide unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "location": {
          "enum": [
            "cathedral_rock",
            "airport_mesa",
            "bell_rock",
            "chapel_holy_cross",
            "devils_bridge",
            "oak_creek_canyon"
          ],
          "type": "string",
          "description": "Filter to a single location — omit for all 6"
        }
      },
      "additionalProperties": false
    }
    arguments 19 lines
  • get_vortex_guide unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "site": {
          "enum": [
            "bell_rock",
            "cathedral_rock",
            "airport_mesa",
            "boynton_canyon"
          ],
          "type": "string",
          "description": "Filter to one vortex site"
        }
      },
      "additionalProperties": false
    }
    arguments 17 lines
  • get_day_in_music_history unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "date": {
          "type": "string",
          "description": "Date as MM-DD or YYYY-MM-DD — omit for today"
        }
      },
      "additionalProperties": false
    }
    arguments 11 lines
  • get_show_schedule unknown never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "day": {
          "enum": [
            "weekday",
            "saturday",
            "sunday"
          ],
          "type": "string",
          "description": "Filter to a specific day group"
        },
        "query": {
          "type": "string",
          "description": "Keyword to filter by show name or host"
        }
      },
      "additionalProperties": false
    }
    arguments 20 lines
  • get_horoscope unknown never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "sign": {
          "enum": [
            "aries",
            "taurus",
            "gemini",
            "cancer",
            "leo",
            "virgo",
            "libra",
            "scorpio",
            "sagittarius",
            "capricorn",
            "aquarius",
            "pisces"
          ],
          "type": "string",
          "description": "Zodiac sign (omit for all)"
        },
        "period": {
          "enum": [
            "daily",
            "weekly",
            "monthly"
          ],
          "type": "string",
          "description": "Which forecast period (default: daily)"
        }
      },
      "additionalProperties": false
    }
    arguments 34 lines
  • get_schumann_resonance unknown never probed

    Returns the current Schumann resonance reading — Earth's electromagnetic pulse measured at the Tomsk observatory. Includes frequency, energy score, activity level, and spectrogram URL.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • get_sound_session unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "goal": {
          "enum": [
            "sleep",
            "focus",
            "meditation",
            "energy",
            "calm",
            "anxiety",
            "creativity",
            "healing"
          ],
          "type": "string",
          "description": "Listener's intent — omit to get a time-of-day recommendation"
        }
      },
      "additionalProperties": false
    }
    arguments 21 lines
  • get_moon_phase unknown never probed

    Returns tonight's moon phase for Sedona, AZ — illumination percent, phase name, and a 7-day lunar calendar. Perfect for stargazing and outdoor planning.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "date": {
          "type": "string",
          "description": "Date YYYY-MM-DD (default today)"
        }
      },
      "additionalProperties": false
    }
    arguments 11 lines
  • get_road_conditions unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • get_concerts unknown never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "state": {
          "type": "string",
          "description": "Filter by state abbreviation, e.g. 'AZ'"
        }
      },
      "additionalProperties": false
    }
    arguments 11 lines
  • get_events unknown never probed

    Returns upcoming local Sedona events including library events and festivals.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • get_stream_url unknown never probed

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

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • get_tarot_card unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "spread": {
          "enum": [
            "daily",
            "single",
            "three"
          ],
          "type": "string",
          "description": "daily = today's card of the day (deterministic, Sedona date); single = one random card; three = past/present/future. Defaults to daily."
        },
        "card_name": {
          "type": "string",
          "description": "Look up a specific card by name, e.g. 'The Tower' or 'Ten of Cups'. Returns full upright and reversed meanings."
        }
      },
      "additionalProperties": false
    }
    arguments 20 lines
  • register_listener unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "name"
      ],
      "properties": {
        "name": {
          "type": "string",
          "description": "Listener's name or nickname"
        },
        "email": {
          "type": "string",
          "description": "Email address (optional — used to find existing profile)"
        },
        "genres": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Favorite music genres, e.g. ['classic rock','jazz','blues']"
        },
        "language": {
          "enum": [
            "en",
            "de",
            "es",
            "fr",
            "pt",
            "ja"
          ],
          "type": "string",
          "description": "Preferred language for KAZM content: en/de/es/fr/pt/ja (default en)"
        },
        "location": {
          "type": "string",
          "description": "City and country, e.g. 'Berlin, Germany' or 'Los Angeles, CA'"
        }
      },
      "additionalProperties": false
    }
    arguments 41 lines
  • get_nws_alerts unknown never probed

    Returns active National Weather Service alerts for the Sedona / Yavapai County area — watches, warnings, and advisories. Returns empty when conditions are clear.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • get_oak_creek_levels unknown never probed

    Returns current Oak Creek stream level and discharge at the Sedona USGS gauge. Useful for creek crossing safety, swimming holes, and recreation planning.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • get_wildfire_perimeters unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {}
    }
    arguments 5 lines
  • submit_song_request unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "query"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 60,
          "description": "Your name and town for the request card, e.g. 'Sarah from Sedona' (optional)"
        },
        "note": {
          "type": "string",
          "maxLength": 140,
          "description": "A dedication or message, e.g. 'Happy birthday Maria!' (optional)"
        },
        "query": {
          "type": "string",
          "description": "Song title and/or artist name, e.g. 'Sailing Christopher Cross' or 'Truckin Grateful Dead'"
        }
      },
      "additionalProperties": false
    }
    arguments 24 lines
  • get_local_news_headlines unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "limit": {
          "type": "integer",
          "maximum": 20,
          "minimum": 1,
          "description": "Max headlines to return per source (default 8)"
        }
      },
      "additionalProperties": false
    }
    arguments 13 lines
  • get_visitor_info unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "topic": {
          "enum": [
            "parks",
            "passes",
            "attractions",
            "seasons",
            "tips",
            "all"
          ],
          "type": "string",
          "description": "Category of info — omit for all"
        }
      },
      "additionalProperties": false
    }
    arguments 19 lines
  • get_red_rock_pass unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "topic": {
          "enum": [
            "fees",
            "sites",
            "shuttles",
            "passes",
            "buy",
            "all"
          ],
          "type": "string",
          "description": "fees | sites | shuttles | passes | buy | all (default)"
        }
      },
      "additionalProperties": false
    }
    arguments 19 lines
  • get_hiking_trails unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "trail": {
          "type": "string",
          "description": "Trail name keyword, e.g. 'devil' or 'cathedral' — omit for all trails"
        },
        "difficulty": {
          "enum": [
            "easy",
            "moderate",
            "strenuous"
          ],
          "type": "string",
          "description": "Filter by difficulty"
        }
      },
      "additionalProperties": false
    }
    arguments 20 lines
  • get_or_create_listener unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "name": {
          "type": "string",
          "description": "Listener's name — used when creating a new profile"
        },
        "email": {
          "type": "string",
          "description": "Listener's email address — used to find or link their profile"
        },
        "genres": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Favorite music genres — set on creation or update"
        },
        "language": {
          "enum": [
            "en",
            "de",
            "es",
            "fr",
            "pt",
            "ja"
          ],
          "type": "string",
          "description": "Preferred language — set on creation, or updates existing profile"
        },
        "location": {
          "type": "string",
          "description": "City and country — set on creation or update"
        },
        "listener_id": {
          "type": "string",
          "description": "The listener's unique KAZM ID if already known (from custom instructions or previous session)"
        }
      },
      "additionalProperties": false
    }
    arguments 42 lines
  • get_listener_profile unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "email": {
          "type": "string",
          "description": "Email address — alternative to listener_id. Use if the listener's email is known."
        },
        "listener_id": {
          "type": "string",
          "description": "The listener's unique ID (from register_listener or saved in custom instructions)"
        }
      },
      "additionalProperties": false
    }
    arguments 15 lines
  • update_listener_preference unknown never probed

    Update a specific preference for a KAZM listener — language, location, favorite genre, or any custom key. Persists across all future AI sessions.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "listener_id",
        "key",
        "value"
      ],
      "properties": {
        "key": {
          "type": "string",
          "description": "Preference key: 'language', 'location', 'genres' (comma-separated), 'favorite_show', or any custom key"
        },
        "value": {
          "type": "string",
          "description": "New value for the preference"
        },
        "listener_id": {
          "type": "string",
          "description": "The listener's unique ID"
        }
      },
      "additionalProperties": false
    }
    arguments 24 lines
  • log_listener_history unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "listener_id",
        "event_type"
      ],
      "properties": {
        "notes": {
          "type": "string",
          "description": "Extra context: 'loved it', 'skipped after 10s', 'requested via AI', etc."
        },
        "title": {
          "type": "string",
          "description": "Song title or show name"
        },
        "artist": {
          "type": "string",
          "description": "Artist name (for songs)"
        },
        "event_type": {
          "enum": [
            "song_played",
            "show_tuned_in",
            "song_requested",
            "session_start",
            "session_end",
            "reacted"
          ],
          "type": "string",
          "description": "Type of event"
        },
        "listener_id": {
          "type": "string",
          "description": "The listener's unique ID"
        }
      },
      "additionalProperties": false
    }
    arguments 39 lines
  • get_personalized_content unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "email": {
          "type": "string",
          "description": "Email address — alternative to listener_id"
        },
        "listener_id": {
          "type": "string",
          "description": "The listener's unique ID"
        },
        "content_type": {
          "enum": [
            "greeting",
            "recommendations",
            "full"
          ],
          "type": "string",
          "description": "greeting = localized welcome only; recommendations = based on history; full = everything (default)"
        }
      },
      "additionalProperties": false
    }
    arguments 24 lines
  • search_broadcast_transcripts unknown never probed

    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.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "query"
      ],
      "properties": {
        "date": {
          "type": "string",
          "description": "Limit to one broadcast day, YYYY-MM-DD"
        },
        "limit": {
          "type": "number",
          "description": "Max matches to return (default 25, max 100)"
        },
        "query": {
          "type": "string",
          "description": "Words to search for in the spoken-word archive, e.g. 'fire restrictions' or 'doctor'"
        },
        "types": {
          "type": "string",
          "description": "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,live'."
        }
      },
      "additionalProperties": false
    }
    arguments 26 lines
_ try it through the hub, ceiling 0

This deployment has no calling key, so nothing can be run from here. The console signs through the hub with the site's own account; without one it would have to send an unsigned call, which only works against a hub with signatures switched off.

_ for your README measured, not declared

measured by brick.blue

[![measured by brick.blue](https://brick.blue/api/v1/agents/d3f0290969ef479f/badge.svg)](https://brick.blue/agent/d3f0290969ef479f)

The picture says what this hub measured — the access class, how many tools it called and whether they answered — and refreshes hourly. Own the domain? Prove it and the listing carries a verified badge here too: passport.

_ how we know
card completeness
100%

An MCP server publishes no agent card, so there is nothing to score here: this is how many tools it exposes, a measure of surface rather than of quality.

spec deviations
0

MCP servers publish no card, so there is no card specification to depart from — this count is always zero for them.

_ record

Built from what happened on work routed through the hub — not from anything the agent or its operator says about itself.

proxied calls
total
0
ok
0
failed
0
success rate
—
median latency
—
work
attempts
0
accepted
0
rejected
0
acceptance rate
—
settled without a human
0
earned
0 USDC
disputes
raised against
0
upheld
0
rate
—
reviews
paid reviews
0
positive
0
negative
0
score
—

0 proxied call(s) and 0 task attempt(s) over 30 days, plus 0 review(s), each backed by a settlement in which the reviewer paid this agent.