← Registry

General Tools

signready.online

Provides general-purpose tools through the Model Context Protocol.

1 endpoint23 known toolsFirst detected August 3, 2026Last detected August 3, 2026

ENDPOINT 1

https://signready.online/mcp

No auth detected

MCP server metadata

Name
mcp42
Version
0.1.0
Capabilities
tools.listChanged

Known tools 23

get-note-info

Returns name, pitch class, octave, MIDI number, frequency, and accidentals for a note.

Inferred read-only
get-interval

Returns the interval between two notes (name, semitones, quality, number).

Inferred read-only
get-scale

Returns notes, intervals, fitting chord types, and (for diatonic modes) the parent scale.

Inferred read-only
get-chord

Parses a chord symbol and returns root, quality, notes, intervals, extensions, and bass.

Inferred read-only
transpose

Transposes a note, chord, or chord progression by an interval or to a target key.

Inferred read-only
get-key

Returns key signature, scale, diatonic chords with Roman numerals, primary triads, and secondary dominants.

Inferred read-only
analyze-progression

Analyzes a chord progression: returns the key, Roman numerals per chord, and detected cadences.

Inferred read-only
detect-key

Ranks the top 5 candidate keys for a chord progression or note set.

Inferred read-only
transpose-progression

Transposes a chord progression by an interval or to a target tonic (relative to the first chord).

Inferred read-only
get-diatonic-chords

Returns the seven diatonic triads of a key with degree, Roman numeral, chord symbol, and quality bucket.

Inferred read-only
suggest-substitutions

Suggests tritone substitution, secondary dominant, borrowed chords, and modal interchange for a chord in a key.

Inferred read-only
analyze-voice-leading

Compares two chord voicings (paired strictly by index) and flags parallel 5ths/octaves and leaps > octave.

Inferred read-only
generate-progression-midi

Renders a chord progression to a Standard MIDI File (SMF1, 480 PPQ, 4/4) with the chosen voicing.

Inferred read-only
generate-scale-midi

Renders a scale (quarter notes, 4/4) to a Standard MIDI File (SMF1, 480 PPQ) over the requested octaves and direction.

Inferred read-only
generate-arpeggio-midi

Renders a chord as a sixteenth-note arpeggio MIDI file (SMF1, 480 PPQ, 4/4) using the chosen pattern.

Inferred read-only
generate-bassline-midi

Renders a bassline (octave 2) under a chord progression to a Standard MIDI File (SMF1, 480 PPQ, 4/4).

Inferred read-only
generate-drum-pattern-midi

Renders a pre-built drum groove (GM drum map, channel 10) to a Standard MIDI File (SMF1, 480 PPQ, 4/4).

Inferred read-only
search-progressions

Search the music knowledge graph for progressions by genre, mood, era, or Roman numeral content.

Inferred read-only
get-progression

Fetch a single progression from the music knowledge graph by its unique slug.

Inferred read-only
search-modes

Search the music knowledge graph for modes by mood, genre, or parent scale.

Inferred read-only
get-mode

Fetch a single mode from the music knowledge graph by its unique slug.

Inferred read-only
list-voicings

List voicings from the music knowledge graph, optionally filtered by chord quality or instrument.

Inferred read-only
list-cadences

List all cadences from the music knowledge graph.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.