INDIVIDUAL MCP TOOL
get_upload_link
Use this when the user says their video is ON THEIR COMPUTER rather than at a link — "I have a video on my desktop, find me music and score it".
LIVE ENDPOINT
https://mcp.ainsof.io
Connect to this endpoint to inspect the live schema for get_upload_link 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.ainsof]
url = "https://mcp.ainsof.io"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ainsof": {
"type": "http",
"url": "https://mcp.ainsof.io"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ainsof
Remote MCP URL: https://mcp.ainsof.io
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": {
"ainsof": {
"url": "https://mcp.ainsof.io"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ainsof": {
"type": "http",
"url": "https://mcp.ainsof.io"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ainsof",
"transport": "streamable-http",
"url": "https://mcp.ainsof.io"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_soundtrack— Find music for a video.score_my_video— Put music on a video and hand back the finished file.deliver_score— Hand over the finished score as files, once the user is happy with it.feedback— Send AINSOF what the user thought of an answer — "none of these fit", "the music doesn't land on my cut", "that second one is perfect".analyze_video— Measure a video without touching it: exact length, frame rate, resolution, whether it already has audio, how many shots it contains and how fast it cuts.search_music— Find AINSOF music from a written brief — mood, scene, genre, energy, instruments.search_by_reference— Find AINSOF music that SOUNDS LIKE a reference.listen_link— Get a short-lived URL to hear a track.