← Registry

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.

1 endpoint12 known toolsFirst detected September 18, 2026Last detected September 18, 2026

ENDPOINT 1

https://finalverse.org/mcp

No auth detected

MCP server metadata

Name
song-web
Version
0.1.0
Capabilities
tools
Server instructions

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_scores

Search the Song corpus by what the music does, not only by its title.

Inferred read-only
get_score_context

Fetch a bounded score-context.v1 snapshot for a published score.

Inferred read-only
analyze_passage

Run the full deterministic analysis over a score you supply inline — key, meter, form, instrumentation, ranges, texture, harmony, and difficulty.

Inferred read-only
check_singability

Align 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-only
check_license

Ask what you are permitted to do with a score, and what it costs.

Inferred read-only
propose_change

Record a reviewable proposal against a score.

Inferred read-only
compose_music

Write new music from a chord progression.

Potential side effects
perform_score

Resolve a score into what it actually sounds like: timed events with ties merged, dynamics carried forward, articulation applied and tempo changes integrated.

Inferred read-only
edit_score

Work out exactly what an edit would do, without doing it.

Potential side effects
export_score

Get a score as a file another program can open — MusicXML for notation software (MuseScore, Dorico, Sibelius, Finale) or MIDI for a DAW.

Inferred read-only
propose_publication

Offer music for publication.

Inferred read-only
propose_offer

Propose commercial terms for a score — which uses are permitted, at what price.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.