← artyfile.com

INDIVIDUAL MCP TOOL

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.

artyfile.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://artyfile.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_download_link and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests a financial action.

Parent server

artyfile.com

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.artyfile]
url = "https://artyfile.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "artyfile": {
      "type": "http",
      "url": "https://artyfile.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: artyfile
Remote MCP URL: https://artyfile.com/api/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": {
    "artyfile": {
      "url": "https://artyfile.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "artyfile": {
      "type": "http",
      "url": "https://artyfile.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "artyfile",
  "transport": "streamable-http",
  "url": "https://artyfile.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_tracks — Search the Artyfile catalog of licensable music — real recordings by real orchestras and musicians (never AI-generated).
  • 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.
  • create_checkout — Create a checkout for one track.
  • get_order_status — Poll an order by publicId.