Content Tools
hummatch.me
Provides vocal profiling and song matching services for singers, including song search, fit scoring, and group key detection.
ENDPOINT 1
https://hummatch.me/api/mcp
MCP server metadata
- Name
- hummatch
- Version
- 1.0.0
HumMatch matches singers to songs by vocal range. Start with the singer's lowest and highest comfortable notes. Use recommend_songs to find what suits one voice, group_song_fit for two or more singers, search_songs to look up a specific song, and check_song_fit to score one song for a voice. Every song carries rangeConfidence and rangeSource: a range marked estimated is derived from published sources rather than measured from the recording, so present those scores as guidance rather than fact.
Known tools 5
get_vocal_profileTurn a singer's vocal range into a normalized HumMatch vocal profile: a persistent Vocal ID, voice type, and tone label.
Inferred read-onlyrecommend_songsRank the HumMatch catalog for one singer and return the songs they can actually sing, scored for range fit, karaoke difficulty, and voice-type suitability.
Inferred read-onlycheck_song_fitScore a specific catalog song against a singer's range and explain why it fits or does not, including a suggested key to transpose to.
Inferred read-onlygroup_song_fitGiven two or more singers' ranges, find the vocal range they share and the songs that sit inside it.
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.hummatch]
url = "https://hummatch.me/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hummatch": {
"type": "http",
"url": "https://hummatch.me/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hummatch
Remote MCP URL: https://hummatch.me/api/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": {
"hummatch": {
"url": "https://hummatch.me/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hummatch": {
"type": "http",
"url": "https://hummatch.me/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hummatch",
"transport": "streamable-http",
"url": "https://hummatch.me/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for hummatch.me was fetched 2026-08-05T08:42:09.643Z and is being refreshed.
hummatch.me is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.