PitchHut logo
Tunetank MCP Server
Royalty-free music and SFX catalog for AI assistants.
Pitch

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.

Description

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.

Key Features

  • Music Search: Locate music tracks by mood, genre, theme, artist, name, and target length with adjustable tolerance.
  • Sound Effects Search: Quickly find sound effects based on categories and duration.
  • Curated Browsing: Explore music genres, moods, themes, and curated playlists for a more guided experience.
  • Preview Links: Every search result provides an audio preview URL and a direct link to the canonical track page on Tunetank.
  • Accessibility: Completely free to use without the need for an API key, authentication, or rate limits. The server is publicly accessible in a read-only format.

Server Details

  • Endpoint: https://mcp.tunetank.com
  • Transport: Streamable HTTP (JSON-RPC 2.0)
  • Authorization: None required (public, read-only)
  • Cost: Free

Available Tools

  1. search_music: Searches for music tracks based on various parameters like name, artist, genre, mood, theme, duration, and tolerance.
  2. search_sfx: Finds sound effects based on category and desired duration.
  3. list_genres, list_moods, list_themes, and list_playlists: Provides lists of all available music genres, moods, themes, and curated playlists.

Example Queries

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 }
}

Direct Interaction Example

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"}'

About Tunetank

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.

0 comments

No comments yet.

Sign in to be the first to comment.