API Tools
domisol.app
Provides access to DomiSol's public API to fetch scores, usage statistics, and health status.
ENDPOINT 1
https://mcp.domisol.app/mcp
MCP server metadata
- Name
- app.domisol/public
- Version
- 1.0.0
Read-only access to DomiSol scores that authors have published via a share link, plus aggregate usage stats. Call get_score with a share slug (the last path segment of a https://dash.domisol.app/s/{slug} link). Scores use DomiSol's degree/beats model for tonic solfa and jianpu notation.
Known tools 3
get_statsAggregate public usage counts: registered musicians, scores written, and sheets exported.
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.app-domisol-public]
url = "https://mcp.domisol.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"app-domisol-public": {
"type": "http",
"url": "https://mcp.domisol.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: app-domisol-public
Remote MCP URL: https://mcp.domisol.app/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": {
"app-domisol-public": {
"url": "https://mcp.domisol.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"app-domisol-public": {
"type": "http",
"url": "https://mcp.domisol.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "app-domisol-public",
"transport": "streamable-http",
"url": "https://mcp.domisol.app/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.