INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://hummatch.me/api/mcp
Connect to this endpoint to inspect the live schema for check_song_fit 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.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.
Related tools
get_vocal_profile— Turn a singer's vocal range into a normalized HumMatch vocal profile: a persistent Vocal ID, voice type, and tone label.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.search_songs— Search HumMatch by song title or artist.group_song_fit— Given two or more singers' ranges, find the vocal range they share and the songs that sit inside it.