Content Tools
finalverse.org
An MCP server for searching a music-score corpus and analyzing scores for key, meter, form, instrumentation, harmony, singability, difficulty, and licensing permissions.
ENDPOINT 1
https://finalverse.org/mcp
MCP server metadata
- Name
- song-web
- Version
- 0.1.0
Song Web exposes the world's editable music as typed tools. Read /.well-known/song-agent.json for rights and limits. propose_change creates proposals for human review — it never publishes.
Known tools 12
search_scoresSearch the Song corpus by what the music does, not only by its title.
Inferred read-onlyanalyze_passageRun the full deterministic analysis over a score you supply inline — key, meter, form, instrumentation, ranges, texture, harmony, and difficulty.
Inferred read-onlycheck_singabilityAlign a lyric line against a melody and report where it will not sing: syllable count mismatches, stress conflicts, unmarked melismas, and syllables landing on notes too short to articulate.
Inferred read-onlyperform_scoreResolve a score into what it actually sounds like: timed events with ties merged, dynamics carried forward, articulation applied and tempo changes integrated.
Inferred read-onlyexport_scoreGet a score as a file another program can open — MusicXML for notation software (MuseScore, Dorico, Sibelius, Finale) or MIDI for a DAW.
Inferred read-onlypropose_offerPropose commercial terms for a score — which uses are permitted, at what price.
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.song-web]
url = "https://finalverse.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"song-web": {
"type": "http",
"url": "https://finalverse.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: song-web
Remote MCP URL: https://finalverse.org/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": {
"song-web": {
"url": "https://finalverse.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"song-web": {
"type": "http",
"url": "https://finalverse.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "song-web",
"transport": "streamable-http",
"url": "https://finalverse.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.