← songstoyoureyes.com
INDIVIDUAL MCP TOOL
stye_list_versions
Show every form a cue can be delivered in.
LIVE ENDPOINT
https://mcp.songstoyoureyes.com/mcp
Connect to this endpoint to inspect the live schema for stye_list_versions 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.stye_catalog]
url = "https://mcp.songstoyoureyes.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stye_catalog": {
"type": "http",
"url": "https://mcp.songstoyoureyes.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stye_catalog
Remote MCP URL: https://mcp.songstoyoureyes.com/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": {
"stye_catalog": {
"url": "https://mcp.songstoyoureyes.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stye_catalog": {
"type": "http",
"url": "https://mcp.songstoyoureyes.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stye_catalog",
"transport": "streamable-http",
"url": "https://mcp.songstoyoureyes.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
stye_search_tracks— No description published.stye_fit_to_duration— Find music that fits an exact runtime — for a cut of known length, like a 30-second advert or a 90-second title sequence.stye_get_track— Everything about one cue: what it sounds like and suits, its tempo, key, length and instrumentation, every version that exists of it (stems, shorter cuts, alternate mixes), and a link to hear it.