TrackTag MCP Server
Related Servers
Alternatives to TrackTag MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to analyze audio files, extracting tempo, key, beat drops, volume surges, high tones, loudness, brightness, and structure, and returning structured JSON and visualizations.2MIT
- AlicenseNot gradedqualityCmaintenanceEnables local, private analysis of YouTube URLs and local audio files to extract BPM, key modulations, vocal presence, transient punch, stereo width, and CLAP vibe embeddings, returning structured sonic signatures for AI agents and CLI users.4MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI to analyze audio files for loudness, voice quality, and more via the AudioLab API, supporting both public URLs and local files.57 npmMIT
- FlicenseNot gradedqualityBmaintenanceConnects AI assistants to a local music library for full-text search and filtering of tracks, albums, artists, genres, composers, and lyrics, plus listening analytics and metadata hygiene audits. Also lets users generate and populate playlists and control playback (play, pause, seek, volume) in a running player instance.-
- FlicenseAqualityDmaintenanceEnables AI models to analyze audio files through numerical fingerprints, pitch tracking, and visual spectrograms without requiring direct audio playback. It provides tools for comparing audio iterations and detecting patterns using token-efficient analysis operations.14-
- AlicenseAqualityCmaintenanceAutonomous music intelligence & A&R qualification engine. Extracts acoustic metadata (BPM, key, mood), scores real-time Spotify streaming traction, and detects AI-generated audio (Suno/Udio).41,061 npmMIT
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: local file search, local file analysis, URL analysis, credit check, and job history. The two analysis tools are differentiated by input type (local path vs URL), avoiding ambiguity.
All tool names follow a consistent verb_noun pattern with lowercase snake_case: find_audio_files, analyze_track, analyze_url, get_credits, list_recent_jobs. No mixing of styles or vague verbs.
Five tools is well-scoped for the server's purpose: it covers file discovery, two analysis entry points, credit monitoring, and job history without unnecessary redundancy.
The core workflows (find, analyze, check credits, list history) are covered. A minor gap is the lack of a way to retrieve full past analysis results beyond the summary in list_recent_jobs, but this is workable.