# boostaudio

AI audio tools for music producers — stem splitting, vocal removal, BPM & key detection, audio-to-MIDI, format conversion, trimming, video-to-audio extraction and AI song generation.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add voceam/boostaudio

# Browse available tools
npx -y smithery tool list voceam/boostaudio

# Get full schema for a tool
npx -y smithery tool get voceam/boostaudio boost_audio_vocal_remover

# Call a tool
npx -y smithery tool call voceam/boostaudio boost_audio_vocal_remover '{}'
```

## Direct MCP Connection

Endpoint: `https://boostaudio.run.tools`

## Tools (8)

- `boost_audio_vocal_remover` — Separate vocals from instrumental in MP3/WAV using Boost Audio AI. Use this when the user wants to isolate vocals (acap…
- `boost_audio_song_generator` — Generate a full audio track from a text prompt using Boost Audio AI. Returns a mix and optionally separated stems opena…
- `boost_audio_stem_splitter` — Split a song into separate stems with Boost Audio AI: vocals, drums, bass and other (4-stem mode). Ultimate plan unlock…
- `boost_audio_converter` — Convert audio files between MP3, WAV, FLAC, OGG and M4A. Use this when the user wants to change the format of an audio …
- `boost_audio_trimmer` — Trim a section of an MP3 or WAV file with optional fade in/out. Use this when the user wants to cut a fragment from a l…
- `boost_audio_extract_audio_from_video` — Extract the audio track from MP4, MOV, WebM or M4V video and download as MP3 or WAV. Use this when the user wants to ge…
- `boost_audio_bpm_key_finder` — Detect the BPM (tempo) and musical key of an audio file. Use this when the user asks for the tempo, key, scale or harmo…
- `boost_audio_to_midi` — Convert a melody or drum track from audio to a downloadable MIDI file. Use midi_mode='melody' (default) for pitched ins…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get voceam/boostaudio <tool-name>
```

## Resources

- `ui://boost-audio/vocal-remover.html` — Separate vocals from instrumental in MP3/WAV using Boost Audio AI. Use this when the user wants to isolate vocals (acap…
- `ui://boost-audio/song-generator.html` — Generate a full audio track from a text prompt using Boost Audio AI. Returns a mix and optionally separated stems opena…
- `ui://boost-audio/stem-splitter.html` — Split a song into separate stems with Boost Audio AI: vocals, drums, bass and other (4-stem mode). Ultimate plan unlock…
- `ui://boost-audio/audio-converter.html` — Convert audio files between MP3, WAV, FLAC, OGG and M4A. Use this when the user wants to change the format of an audio …
- `ui://boost-audio/audio-trimmer.html` — Trim a section of an MP3 or WAV file with optional fade in/out. Use this when the user wants to cut a fragment from a l…
- `ui://boost-audio/extract-audio-from-video.html` — Extract the audio track from MP4, MOV, WebM or M4V video and download as MP3 or WAV. Use this when the user wants to ge…
- `ui://boost-audio/bpm-key-finder.html` — Detect the BPM (tempo) and musical key of an audio file. Use this when the user asks for the tempo, key, scale or harmo…
- `ui://boost-audio/audio-to-midi.html` — Convert a melody or drum track from audio to a downloadable MIDI file. Use midi_mode='melody' (default) for pitched ins…
