Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Artyfile Music Licensing

com.artyfile/music-licensing

Search & license real-orchestra music from your agent: EUR 29.90 one-time, WAV + certificate.

Uptime
100.0%
1 direct probes · 30d
Response
240ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

search_tracks

Search the Artyfile catalog of licensable music — real recordings by real orchestras and musicians (never AI-generated). Returns ranked tracks with prices; each result id is the productId create_check…

get_track

Full details for one track by productId or slug: metadata, prices, licence scope, preview URL, human product page.

get_license_terms

Machine-readable summary of the Artyfile licence tiers: Basic (€29.90 one-time, worldwide perpetual sync licence) and Limited Edition (€69.90 per 1% numbered master share incl. revenue participation).…

create_checkout

Create a checkout for one track. Returns a Stripe hosted-payment URL that the USER must open and approve in a browser (EU PSD2 — payment is never completed by the agent) plus the order publicId for po…

get_order_status

Poll an order by publicId. Once status is "paid" the payload carries downloadUrl (44.1 kHz WAV), invoiceUrl and certificateUrl (PDFs). Poll roughly every 15 seconds; a pending order older than 1 hour …

get_download_link

Download + document URLs for a PAID order: the WAV download (link re-issuable anytime, no cookies needed), the PDF invoice and the PDF licence/ownership certificate.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "artyfile_music_licensing": {
      "url": "https://artyfile.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}