Skip to main content
Glama
adigold

TrackTag MCP Server

by adigold

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRACKTAG_API_KEYYesYour TrackTag API key. Create one at https://tracktag.me/studio → API & MCP.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
find_audio_filesA

Find audio files on this machine by (partial) name — searches Downloads, Desktop, Music and Documents. Use this to resolve a file path when the user mentions a track by name (e.g. after dragging a file into chat, which does not reveal its local path). Free.

analyze_trackA

Analyze a LOCAL audio file (mp3/wav/flac/aiff/m4a/ogg, up to 15 MB) with TrackTag AI. Returns BPM, key, genres, moods, instruments, energy and 35+ metadata fields. Costs 1 TrackTag credit (model 'core') or 2 ('ultra') from the user's balance; failed analyses are auto-refunded. Needs the file's real path on this machine — if you only know the track's name (e.g. the user dragged a file into chat), call find_audio_files first. For files over 15 MB or already-hosted audio, use analyze_url.

analyze_urlA

Analyze audio from a URL (any public or signed https link, up to 60 MB) with TrackTag AI. Same output and credit cost as analyze_track.

get_creditsA

Get the user's remaining TrackTag credit balance and API limits. Free.

list_recent_jobsA

List the user's recent TrackTag API analyses (id, status, track, credits). Free.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/adigold/tracktag-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server