Pricing Note: MCP access may have different pricing than direct API access. Check app.trackyard.com/api-keys for current pricing details.
How It Works
Instead of calling the Trackyard API manually, you describe what you need in natural language to your AI agent: You: “Find me upbeat music for a 30-second Instagram Reel about travel” Claude (via MCP):- Searches Trackyard’s catalog
- Presents top results
- Downloads the track when you confirm
- Trims it to exactly 30 seconds
Why Use MCP Instead of the REST API?
- MCP Server (Conversational)
- REST API (Programmatic)
Best for: Non-technical users, quick one-off searches, exploratory workflowsHow it works:
- Talk to Claude/Cursor in plain English
- The AI calls the Trackyard API for you
- You confirm selections and the AI downloads tracks
Supported AI Agents
Claude (Desktop)
Anthropic’s Claude desktop app with MCP support built-in.
Cursor
AI-powered code editor with MCP integration.
OpenClaw
AI assistant platform with native MCP support.
Custom Agents
Any agent that implements the MCP standard.
What You Can Do With MCP
Search by natural language
Search by natural language
Example:“Find me chill lo-fi music for a coding stream”What happens: The AI searches Trackyard, interprets your intent, and presents relevant tracks.
Download with smart trimming
Download with smart trimming
Example:“Download that second track as a 30-second clip”What happens: The AI calls
/download-track with duration_seconds: 30 and saves the file locally.Align hit points
Align hit points
Example:“Trim it to 22 seconds with the big hit at 12 seconds”What happens: The AI uses
hit_point_seconds: 12 to align the musical peak.Batch operations
Batch operations
Example:“Find 5 different tracks for travel videos and download 15-second clips of each”What happens: The AI searches once, then downloads 5 custom clips.
When to Use MCP vs. API
Use MCP when:- You want conversational music discovery
- You’re doing one-off searches (not automation)
- You prefer natural language over code
- You’re using Claude, Cursor, or another MCP-compatible agent
- You’re building automation or pipelines
- You need to process hundreds/thousands of requests
- You’re integrating into your own application
- You want full programmatic control