Tunetank MCP Server provides an easy way for AI assistants to find royalty-free music and sound effects for various media. With a focus on intuitive searching by mood, genre, and length, it allows users to access a vast catalog of audio resources. Completely free and public, it simplifies the integration of audio assets into creative projects.
Tunetank MCP Server offers an innovative way to access the extensive Tunetank music and sound effects catalog through the Model Context Protocol (MCP). This server enables various AI assistants, such as Claude, ChatGPT, and Cursor, to efficiently locate royalty-free tracks or sound effects suitable for any multimedia project, including videos, advertisements, podcasts, or streams.
https://mcp.tunetank.comsearch_music: Searches for music tracks based on various parameters like name, artist, genre, mood, theme, duration, and tolerance.search_sfx: Finds sound effects based on category and desired duration.list_genres, list_moods, list_themes, and list_playlists: Provides lists of all available music genres, moods, themes, and curated playlists.To find tracks or sound effects, the following JSON-RPC calls can be made:
Example 1: Search for an energetic rock track around 60 seconds.
{
"name": "search_music",
"arguments": { "genre": "rock", "mood": "energetic", "duration": 60, "tolerance": 10, "limit": 5 }
}
Example 2: Locate a short whoosh sound effect under 2 seconds.
{
"name": "search_sfx",
"arguments": { "query": "whoosh", "duration": 1.5, "tolerance": 1.5 }
}
To interact with the server, execute the following command to list available tools:
curl -s https://mcp.tunetank.com \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
All provided music and sound effects are sourced from Tunetank, which offers royalty-free audio tailored for content creators. The MCP server serves as a discovery channel, returning previews and track links for users to explore and utilize the audio on the Tunetank website. For all licensing, especially for commercial use, visit Tunetank's licensing section to ensure compliance.
For inquiries or assistance, reach out at support@tunetank.com.
No comments yet.
Sign in to be the first to comment.