Skip to main content
ClaudeWave
chelstein avatar
chelstein

mellowmountainradio

Ver en GitHub

Official website and digital platform for KAZM 106.5 FM & 780 AM — Mellow Mountain Radio in Sedona, Arizona.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/chelstein/mellowmountainradio
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mellowmountainradio": {
      "command": "node",
      "args": ["/path/to/mellowmountainradio/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/chelstein/mellowmountainradio and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# mellowmountainradio

Official website and MCP server for **KAZM 106.5 FM & 780 AM, Mellow Mountain Radio** in Sedona, Arizona.

## MCP Server

KAZM runs a live **Model Context Protocol (MCP) server** with 20 real-time tools for any MCP-compatible AI assistant (Claude, Cursor, Windsurf, etc.).

```json
{
  "mcpServers": {
    "kazm": {
      "url": "https://mcp.mellowmountainradio.com/mcp"
    }
  }
}
```

Transport: **Streamable HTTP** · No auth required · Docs: https://mcp.mellowmountainradio.com/docs

## Tools

| Tool | Description |
|---|---|
| `get_now_playing` | Song currently on air — title, artist, album, artwork, stream URL |
| `get_listener_count` | Live listener count across all mounts |
| `search_song_history` | Recently played songs with optional keyword filter |
| `get_fire_restrictions` | Current fire restriction stage for Sedona / Coconino National Forest |
| `get_weather` | Current conditions and 7-day forecast for Sedona, AZ |
| `get_road_conditions` | Active road closures and AZ511 highway incidents |
| `get_concerts` | Upcoming concerts — filter by state |
| `get_events` | Library events and local Sedona festivals |
| `get_stream_url` | Live audio stream URLs (MP3 and AAC) |
| `get_show_schedule` | KAZM weekly on-air program schedule |
| `get_horoscope` | Daily, weekly, or monthly horoscope for any zodiac sign |
| `get_schumann_resonance` | Earth's electromagnetic pulse from the Tomsk observatory |
| `search_song_request_library` | Search KAZM's requestable song catalog |
| `get_rewind` | Available on-demand past broadcasts with stream URLs |
| `get_jeep_trails` | Sedona jeep trail list and GPS coordinate paths |
| `get_movies` | Current movie showings at Sedona-area theaters |
| `get_emergency_alerts` | Live EAS alerts for Yavapai and Coconino counties |
| `submit_song_request` | Submit a song request directly to the KAZM studio |
| `get_local_news_headlines` | Latest Sedona & Verde Valley news headlines |
| `get_air_quality` | US AQI, PM2.5, PM10, ozone, and UV index for Sedona |

See [`mcp-server/README.md`](mcp-server/README.md) for full setup and environment variable docs.

---

## Website

A fast, self-contained static site (HTML, CSS, vanilla JS) built around the
station's warm broadcast / yacht-rock identity. No build step.

### Run locally

Open `index.html` directly, or serve the folder:

```bash
python3 -m http.server 8000
# then visit http://localhost:8000
```

### Structure

```
index.html              # the homepage
styles.css              # design system + all sections (light + dark mode)
main.js                 # nav, live stream player, now-playing, scroll reveals
assets/brand/           # primary logo (color / white / navy, svg + png)
assets/campaigns/       # campaign logo variants (neon, retro 780, firepit, yoga, broadcast)
.do/app.yaml            # DigitalOcean App Platform static-site spec
*.eps /*.pdf /*.svg     # original brand kit (source files)
```

### Deploy (DigitalOcean App Platform)

This deploys as a **static site** with no build command. The spec lives in
`.do/app.yaml`. Create the app once:

```bash
doctl apps create --spec .do/app.yaml
```

After that, pushes to the deploy branch (`main`) redeploy automatically.
In the App Platform UI you can also point a new Static Site at this repo,
set the source directory to `/`, and leave the build command empty.

### Brand

- Navy `#223d6e` and terracotta `#a95750` on warm cream.
- Display type: Bricolage Grotesque. Body: Inter Tight.
- One accent color, one radius system, dark mode via `prefers-color-scheme`.

### What still needs real data

The homepage is wired for live content but ships with clearly-labeled samples:

- **Now Playing** rotates sample tracks. Point `updateNowPlaying()` in `main.js`
  at your Live365 metadata feed (station `a56104`).
- **Sports** matchups and **adventure** conditions are placeholders for your feeds.
- **News / Weather** tiles use brand-color art; drop in real photos when ready.
- The **Listen Live** button streams `https://streaming.live365.com/a56104`.

Lo que la gente pregunta sobre mellowmountainradio

¿Qué es chelstein/mellowmountainradio?

+

chelstein/mellowmountainradio es mcp servers para el ecosistema de Claude AI. Official website and digital platform for KAZM 106.5 FM & 780 AM — Mellow Mountain Radio in Sedona, Arizona. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala mellowmountainradio?

+

Puedes instalar mellowmountainradio clonando el repositorio (https://github.com/chelstein/mellowmountainradio) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar chelstein/mellowmountainradio?

+

chelstein/mellowmountainradio aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene chelstein/mellowmountainradio?

+

chelstein/mellowmountainradio es mantenido por chelstein. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a mellowmountainradio?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mellowmountainradio en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: chelstein/mellowmountainradio
[![Featured on ClaudeWave](https://claudewave.com/api/badge/chelstein-mellowmountainradio)](https://claudewave.com/repo/chelstein-mellowmountainradio)
<a href="https://claudewave.com/repo/chelstein-mellowmountainradio"><img src="https://claudewave.com/api/badge/chelstein-mellowmountainradio" alt="Featured on ClaudeWave: chelstein/mellowmountainradio" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mellowmountainradio