General Tools
signready.online
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://signready.online/mcp
MCP server metadata
- Name
- mcp42
- Version
- 0.1.0
Known tools 23
get-note-infoReturns name, pitch class, octave, MIDI number, frequency, and accidentals for a note.
Inferred read-onlyget-intervalReturns the interval between two notes (name, semitones, quality, number).
Inferred read-onlyget-scaleReturns notes, intervals, fitting chord types, and (for diatonic modes) the parent scale.
Inferred read-onlyget-chordParses a chord symbol and returns root, quality, notes, intervals, extensions, and bass.
Inferred read-onlytransposeTransposes a note, chord, or chord progression by an interval or to a target key.
Inferred read-onlyget-keyReturns key signature, scale, diatonic chords with Roman numerals, primary triads, and secondary dominants.
Inferred read-onlyanalyze-progressionAnalyzes a chord progression: returns the key, Roman numerals per chord, and detected cadences.
Inferred read-onlytranspose-progressionTransposes a chord progression by an interval or to a target tonic (relative to the first chord).
Inferred read-onlyget-diatonic-chordsReturns the seven diatonic triads of a key with degree, Roman numeral, chord symbol, and quality bucket.
Inferred read-onlysuggest-substitutionsSuggests tritone substitution, secondary dominant, borrowed chords, and modal interchange for a chord in a key.
Inferred read-onlyanalyze-voice-leadingCompares two chord voicings (paired strictly by index) and flags parallel 5ths/octaves and leaps > octave.
Inferred read-onlygenerate-progression-midiRenders a chord progression to a Standard MIDI File (SMF1, 480 PPQ, 4/4) with the chosen voicing.
Inferred read-onlygenerate-scale-midiRenders a scale (quarter notes, 4/4) to a Standard MIDI File (SMF1, 480 PPQ) over the requested octaves and direction.
Inferred read-onlygenerate-arpeggio-midiRenders a chord as a sixteenth-note arpeggio MIDI file (SMF1, 480 PPQ, 4/4) using the chosen pattern.
Inferred read-onlygenerate-bassline-midiRenders a bassline (octave 2) under a chord progression to a Standard MIDI File (SMF1, 480 PPQ, 4/4).
Inferred read-onlygenerate-drum-pattern-midiRenders a pre-built drum groove (GM drum map, channel 10) to a Standard MIDI File (SMF1, 480 PPQ, 4/4).
Inferred read-onlysearch-progressionsSearch the music knowledge graph for progressions by genre, mood, era, or Roman numeral content.
Inferred read-onlyget-progressionFetch a single progression from the music knowledge graph by its unique slug.
Inferred read-onlysearch-modesSearch the music knowledge graph for modes by mood, genre, or parent scale.
Inferred read-onlylist-voicingsList voicings from the music knowledge graph, optionally filtered by chord quality or instrument.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcp42]
url = "https://signready.online/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp42": {
"type": "http",
"url": "https://signready.online/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp42
Remote MCP URL: https://signready.online/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcp42": {
"url": "https://signready.online/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp42": {
"type": "http",
"url": "https://signready.online/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp42",
"transport": "streamable-http",
"url": "https://signready.online/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.