McScribble/sonic-mcp-server
If you are the rightful owner of sonic-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Sonic MCP Server is a Model Context Protocol server that facilitates AI agents' interaction with the Sonic API for managing events, venues, songs, and users.
Tools
Functions exposed to the LLM to take actions
get_events
List events with filtering and pagination
get_event
Get specific event details
create_event
Create new event
update_event
Modify existing event
delete_event
Remove event
get_venues
List venues with search
get_venue
Get venue details
create_venue
Add new venue
update_venue
Modify venue info
delete_venue
Remove venue
get_songs
List music library
get_song
Get song details
create_song
Add song to library
update_song
Update song info
delete_song
Remove song
get_users
List users (admin)
get_user
Get user profile
get_current_user
Get your profile
update_user
Update user info
search_spotify
Search Spotify catalog
get_spotify_token
Check Spotify auth
search_places
Find locations
get_place_details
Get place info
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client