Spinitron MCP connector
Updated
Spinitron is a radio automation platform that manages station playlists, DJ schedules, and on-air logging. The Spinitron MCP connector allows AI agents to look up personas, shows, and playlists, and filter them by date ranges to track what aired and when. It also supports logging new spins and retrieving individual playlist, show, or spin records for detailed on-air reporting.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Spinitron MCP connector to perform the following actions:
- Track DJ personas and manage on-air profile details
- Retrieve playlists filtered by date range for reporting and audits
- Look up scheduled shows to coordinate DJ staffing and programming
- Log individual song spins in real time during live broadcasts
- Verify royalty compliance by reviewing spin history for played tracks
- Sync playlist and show schedules with external planning tools
- Retrieve spin records to generate music licensing reports
- Confirm show details to resolve DJ scheduling conflicts quickly
Example prompts
Use the following example prompts to invoke Spinitron MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all DJ personas registered in Spinitron.What playlists aired on Spinitron last weekend?Find the show schedule for this Friday in Spinitron.Log a new spin for the song currently playing in Spinitron.Get the details for persona ID 42 in Spinitron.List all spins logged between 6 AM and noon today in Spinitron.Pull up the playlist from yesterday's morning show in Spinitron.What shows are scheduled for next week in Spinitron?Show me the details for spin ID 1057 in Spinitron.Find the playlist with ID 305 in Spinitron.
Spinitron MCP connector tools
The Spinitron MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| getPersonas | Get Personas |
| getPersonas2 | Get Persona by id |
| getPlaylists | Returns playlists optionally filtered by {start} and/or {end} datetimes |
| getPlaylists2 | Get a Playlist by id |
| getShows | Returns scheduled shows optionally filtered by {start} and/or {end} datetimes |
| getShows2 | Get a Show by id |
| getSpins | Returns spins optionally filtered by {start} and/or {end} datetimes |
| createSpins | Log a Spin |
| getSpins2 | Get a Spin by id |