Content Tools
songstoyoureyes.com
Provides music cues and track information for media production, including runtime matching and version listings.
ENDPOINT 1
https://mcp.songstoyoureyes.com/mcp
MCP server metadata
- Name
- stye_catalog
- Version
- 0.3.0
Find music for a video, film, advert, trailer or podcast from the Songs To Your Eyes catalogue — 18,594 professionally produced cues across cinematic, trailer, underscore, electronic, rock and world, most with stems, alternate mixes and timed cutdowns. Describe the scene or the feeling rather than guessing at keywords: search matches meaning, so 'tense investigative underscore that never resolves' works better than 'tense'. Use stye_search_tracks for a brief, stye_fit_to_duration when the music must hit an exact runtime, stye_get_track for full detail on one cue, and stye_list_versions to see its stems and shorter cuts. Always give the user the listen_url from a result — it opens a page where they can actually hear the track. Previews are watermarked evaluation copies; to license anything, people contact the Songs To Your Eyes team at info@songstoyoureyes.com. Nothing is bought or sold through these tools.
Known tools 4
stye_fit_to_durationFind music that fits an exact runtime — for a cut of known length, like a 30-second advert or a 90-second title sequence.
Inferred read-onlystye_get_trackEverything 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.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for songstoyoureyes.com was fetched 2026-08-10T04:30:40.718Z.
songstoyoureyes.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.