Skip to main content
Glama
jaegerpicker

songsterr-mcp

by jaegerpicker

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
songsterr_search_songsA

Search Songsterr for songs by title/artist pattern.

Returns JSON: [{id, title, artist}] — pass id to songsterr_get_tab.

songsterr_get_tabA

Download a song's Guitar Pro source file (cached locally).

Returns JSON: {file, tracks: [{index, name, strings, tuning}]}. Pick a track index for songsterr_transpose.

songsterr_transposeA

Re-finger a track onto a new tuning/string count, preserving pitch.

Set semitone_shift to also change key. Returns ASCII tab, or the path of a written .gp5, plus any playability warnings.

songsterr_list_tuningsA

List available tuning presets and their notes (low->high).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 4 tools

Disambiguation5/5

Each tool serves a distinct purpose: searching songs, retrieving tabs, listing tunings, and transposing. No functional overlap exists.

Naming Consistency4/5

All tools use the 'songsterr_' prefix with snake_case. Most follow verb_noun pattern, but 'transpose' lacks a noun, causing a minor inconsistency.

Tool Count5/5

Four tools appropriately cover the core tasks of a tablature service—searching, retrieving, transposing, and exploring tunings—without being too few or excessive.

Completeness5/5

The tools form a complete workflow: search for songs, retrieve a tab, optionally list tunings, and transpose. No obvious missing operations for the domain.

Maintenance

ActivityStale
ResponsivenessNo issues