jazz_agent
Provides artist connection data used to link club listings to Spotify artists and enrich playlists.
Builds and reconciles weekly Spotify playlists per club from scraped jazz schedules, matching artists and tracks.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jazz_agentWhich artists did I like at the Village Vanguard last month?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jazz Agent
A single-user tool that reads the schedules of NYC jazz clubs, works out who is playing, and builds a Spotify playlist per club per week so the music arrives without being asked for. It keeps a permanent log of everything it has ever surfaced, and exposes that log to Claude over MCP so you can ask about it and record what you liked while listening.
Two halves, deliberately separate:
A daily batch pipeline (cron) that scrapes, matches, and reconciles playlists.
An always-on MCP server that answers questions about the log and records feedback.
Why it is built this way
Three findings drove the design, and all three contradict the obvious approach:
Spotify deleted the endpoints you would reach for. The November 2024 API changes removed
related-artists,recommendations,audio-features, andaudio-analysisfor any app registered afterwards. There is no acoustic data and no artist-similarity data available. Artist connections come from MusicBrainz and from the club listings themselves; "style" comes from genre tags and your own notes.CSS selectors are the wrong tool for six unmaintained websites. Extraction is done by an LLM over page text, so adding a club is a row in a table, and a venue redesign does not break anything.
Weekly playlists, not nightly. One playlist per club per booking week (Tuesday–Monday) removes an entire class of problem: residencies spanning several nights, the same act playing two sets, and playlists expiring mid-run. The daily run becomes an idempotent convergence loop rather than a creation event.
Related MCP server: Spotify MCP Server
Documentation
Document | What it is for |
The technical specification. Every issue references a section of it. | |
ADRs. Why each choice was made, what was rejected, and the evidence. | |
Schema, indexes, and the queries that make the taste graph useful. | |
Paste into a Claude Project. Runtime contract for the chatbot. | |
Turning a freshly provisioned cloud VPS into a box that's ready to run this. Start here. | |
Registering Spotify and Google OAuth credentials, and running the server. | |
Full deployment reference, backups, and the failure playbook -- how to rebuild the host from scratch. | |
Conventions and invariants for the agent implementing this. | |
The original PRD, verbatim. Superseded in places; see ADRs. |
The PRD is kept unedited as the record of original intent. Where the architecture departs from it, the ADR says so explicitly and names the PRD section it supersedes.
Status
All v1 milestone issues are implemented and tested. Two things remain before this is
actually running in production, both requiring a human: registering a real Google OAuth
client and a real Spotify Developer app (see docs/RUNBOOK.md sections 4-5),
and deploying to a real VPS. The build was tracked as issues under the v1 milestone, each
with acceptance criteria and explicit Blocked by links -- see the closed issues for what
was built and why.
Stack
Python 3.12 with uv, Postgres 17 (tsvector, pg_trgm, pgvector), httpx with
Playwright as a per-club opt-in, Anthropic Claude Haiku for extraction and adjudication,
FastMCP with Google-delegated OAuth, Docker Compose on a small Linux VPS.
Licence
MIT.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceConnects Claude to Spotify for music discovery, playlist creation, and collection analysis through natural language. Enables searching songs, analyzing music diversity, creating playlists, and getting recommendations using Spotify's API.
- FlicenseAqualityDmaintenanceIntegrates Spotify with Claude to enable voice-controlled music playback, playlist management, and personalized recommendations through conversational AI. It provides comprehensive tools for searching tracks, managing liked songs, and analyzing listening habits.151
- AlicenseNot gradedqualityDmaintenanceEnables querying local meeting notes, calendar events, email metadata, and daily digests from Imprint's database via natural language through Claude Desktop and other MCP clients.15MIT
- AlicenseAqualityAmaintenanceConnects Claude to your CellarTracker wine cellar, enabling natural language queries for inventory, drinking recommendations, purchase history, and tasting notes.11795MIT
Related MCP Connectors
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Brian-Egan/jazz_agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server