Skip to content
Back to search
100
MCP live v0.2.0 streamable-http

THIRI Chord Intelligence

ai.thiri/chord-intelligence

Deterministic music theory for agents: analyze, voice, reharmonize, conduct — computed, not guessed

Uptime
4.5%
44 probes
Response
368ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

analyze_chord

Parse a chord into root, quality, intervals, and (with a key) roman numeral + function.

resolve_chord

Resolve a chord to spelled notes, frequencies, MIDI, and recommended scales.

generate_voicing

Instrument-ready voicing in a style; pass previousNotes for a voice-leading score.

reharmonize

Reharmonize a progression. Techniques: tritone_sub, ii_v_insertion, modal_interchange, diminished_passing, secondary_dominant, chain_of_dominants, coltrane_changes, backdoor (or auto).

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "thiri_chord_intelligence": {
      "url": "https://mcp.thiri.ai/mcp",
      "transport": "streamable-http"
    }
  }
}