← finalverse.org

INDIVIDUAL MCP TOOL

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.

finalverse.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://finalverse.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for export_score 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

finalverse.org

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.

Related tools

  • search_scores — Search the Song corpus by what the music does, not only by its title.
  • get_score_context — Fetch a bounded score-context.v1 snapshot for a published score.
  • analyze_passage — Run the full deterministic analysis over a score you supply inline — key, meter, form, instrumentation, ranges, texture, harmony, and difficulty.
  • 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.
  • check_license — Ask what you are permitted to do with a score, and what it costs.
  • propose_change — Record a reviewable proposal against a score.
  • compose_music — Write new music from a chord progression.
  • 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.