Sonic MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SONIC_API_TOKEN | Yes | Your JWT authentication token | |
| SONIC_API_BASE_URL | No | API base URL | https://localhost:5001/api |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_eventsC | Retrieve events with optional filtering by owner, search terms, or include related data |
| get_eventC | Get a specific event by ID |
| create_eventC | Create a new event |
| update_eventB | Update an existing event |
| delete_eventC | Delete an event by ID |
| get_venuesC | Retrieve venues with optional filtering |
| get_venueA | Get a specific venue by ID |
| create_venueC | Create a new venue |
| update_venueC | Update an existing venue |
| delete_venueB | Delete a venue by ID |
| get_songsC | Retrieve songs with optional filtering |
| get_songA | Get a specific song by ID |
| create_songC | Create a new song |
| update_songC | Update an existing song |
| delete_songB | Delete a song by ID |
| get_usersA | Retrieve users with optional filtering (admin only) |
| get_userB | Get a specific user by ID |
| get_current_userA | Get the current authenticated user profile |
| update_userC | Update user profile information |
| search_spotifyB | Search for tracks on Spotify |
| get_spotify_tokenB | Get current Spotify access token status |
| search_placesB | Search for places using Google Maps API |
| get_place_detailsC | Get detailed information about a specific place |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/McScribble/sonic-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server