Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

HumMatch

me.hummatch/hummatch

Match singers to songs by vocal range: score fit, karaoke difficulty, and voice type.

Uptime
100.0%
1 direct probes · 30d
Response
1288ms
last probe
Tools
5
callable
Resources
1
readable
Prompts
0
available

Tools · 5

get_vocal_profile

Turn a singer's vocal range into a normalized HumMatch vocal profile: a persistent Vocal ID, voice type, and tone label. Call this first when you know someone's range and want a profile to reuse acros…

recommend_songs

Rank the HumMatch catalog for one singer and return the songs they can actually sing, scored for range fit, karaoke difficulty, and voice-type suitability. Call this when someone asks what they should…

search_songs

Search HumMatch by song title or artist. Use this to resolve a song someone named into the catalog slug that check_song_fit needs, or to look up a song's measured vocal range. Pass rangeLow/rangeHigh …

check_song_fit

Score a specific catalog song against a singer's range and explain why it fits or does not, including a suggested key to transpose to. Call this when someone asks whether they can sing a particular so…

group_song_fit

Given two or more singers' ranges, find the vocal range they share and the songs that sit inside it. Call this for karaoke night with friends, a duet, a choir or worship team, or any "what can we all …

Resources · 1

hummatch-matches-widget

Scored song matches for a singer's vocal range, as cards.

ui://widget/hummatch-matches.html

How to use

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

{
  "mcpServers": {
    "hummatch": {
      "url": "https://hummatch.me/api/mcp",
      "transport": "streamable-http"
    }
  }
}