← Registry

eCommerce

artyfile.com

Provides access to Artyfile's licensable music catalog, including track search, details, license terms, and checkout/order management.

1 endpoint6 known toolsFirst detected August 5, 2026Last detected September 5, 2026

ENDPOINT 1

https://artyfile.com/api/mcp

No auth detected

MCP server metadata

Name
artyfile
Version
1.1.0
Capabilities
tools.listChanged
Server instructions

Artyfile music licensing for AI agents: search real-orchestra tracks, check licence terms, create a checkout (a human approves the Stripe payment page), poll the order, then deliver the WAV + invoice + certificate to your user. Tracks with licenseScope "master_only" (Cover Editions) carry no sync licence — never select them for media projects.

Known tools 6

search_tracks

Search the Artyfile catalog of licensable music — real recordings by real orchestras and musicians (never AI-generated).

Inferred read-only
get_track

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

Inferred read-only
get_license_terms

Machine-readable summary of the Artyfile licence tiers: Basic (€29.

Inferred read-only
create_checkout

Create a checkout for one track.

Potential side effects
get_order_status

Poll an order by publicId.

Inferred read-only
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.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for artyfile.com was fetched 2026-08-08T20:24:59.951Z and is being refreshed.

Trust status Trusted

artyfile.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.