INDIVIDUAL MCP TOOL
get_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.
LIVE ENDPOINT
https://mcp.mellowmountainradio.com/mcp
Connect to this endpoint to inspect the live schema for get_photography_guide and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
get_now_playing— Returns the song currently on air: title, artist, album, artwork URL, start time, and stream URL.get_listener_count— Returns the current live listener count across all mounts, plus per-mount breakdown.search_song_history— Returns the most recently played songs (up to 25).get_fire_restrictions— Returns current fire restriction level and fire danger rating for the Sedona / Coconino National Forest area.get_weather— Returns current conditions and a 7-day forecast for Sedona AZ from Open-Meteo (free, no key required).get_road_conditions— Returns active road and trail closures for the Sedona / Oak Creek area from the Coconino National Forest alerts page.get_concerts— Returns upcoming concerts and shows sourced from KAZM's data, primarily AZ and regional venues.get_events— Returns upcoming local Sedona events including library events and festivals.