← signready.online
INDIVIDUAL MCP TOOL
get-interval
Returns the interval between two notes (name, semitones, quality, number).
LIVE ENDPOINT
https://signready.online/mcp
Connect to this endpoint to inspect the live schema for get-interval and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
get-note-info— Returns name, pitch class, octave, MIDI number, frequency, and accidentals for a note.get-scale— Returns notes, intervals, fitting chord types, and (for diatonic modes) the parent scale.get-chord— Parses a chord symbol and returns root, quality, notes, intervals, extensions, and bass.transpose— Transposes a note, chord, or chord progression by an interval or to a target key.get-key— Returns key signature, scale, diatonic chords with Roman numerals, primary triads, and secondary dominants.analyze-progression— Analyzes a chord progression: returns the key, Roman numerals per chord, and detected cadences.detect-key— Ranks the top 5 candidate keys for a chord progression or note set.transpose-progression— Transposes a chord progression by an interval or to a target tonic (relative to the first chord).