Spinitron MCP connector
Spinitron is a radio station playlist and schedule management platform that tracks DJ shows, spins, and on-air programming. The Spinitron MCP connector allows AI agents to retrieve and filter playlists, shows, and spins by datetime ranges, manage DJ personas, and log new spins to station playlists. It also supports accessing individual records by ID and querying scheduled programming across specified time periods.
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 song plays and DJ performance across multiple radio stations in real time
- Coordinate DJ schedules with playlist rotations to optimize on-air content
- Monitor music spin history to identify trending artists and audience preferences
- Automate playlist creation based on scheduled show times and DJ assignments
- Generate reports on DJ activity, song rotations, and airtime distribution
- Synchronize Spinitron show data with external scheduling and promotion systems
Example prompts
Use the following example prompts to invoke Spinitron MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all playlists created in the last 7 days in Spinitron.Who are all the DJs and personas available in Spinitron.Get the playlist for the morning show scheduled on January 15th in Spinitron.List all songs spun yesterday across all shows in Spinitron.Find the scheduled shows for next week in Spinitron.What songs did DJ Sarah play during her shift last Tuesday in Spinitron?Retrieve the spin history for the track 'Blinding Lights' in Spinitron.Show me all spins logged between 9 AM and 5 PM today in Spinitron.List every persona with their details in Spinitron.Pull the complete playlist details for the afternoon drive show 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 | Retrieves all personas from the Spinitron database. |
| getPersonas2 | Retrieves a specific persona by its identifier. |
| getPlaylists | Retrieves playlists optionally filtered by start and end dates. |
| getPlaylists2 | Retrieves a specific playlist by its identifier. |
| getShows | Retrieves scheduled shows optionally filtered by start and end dates. |
| getShows2 | Retrieves a specific show by its identifier. |
| getSpins | Retrieves spins optionally filtered by start and end dates. |
| createSpins | Records a new spin entry in the Spinitron database. |
| getSpins2 | Retrieves a specific spin by its identifier. |