eCommerce
artyfile.com
Provides access to Artyfile's licensable music catalog, including track search, details, license terms, and checkout/order management.
ENDPOINT 1
https://artyfile.com/api/mcp
MCP server metadata
- Name
- artyfile
- Version
- 1.1.0
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_tracksSearch the Artyfile catalog of licensable music — real recordings by real orchestras and musicians (never AI-generated).
Inferred read-onlyget_trackFull details for one track by productId or slug: metadata, prices, licence scope, preview URL, human product page.
Inferred read-onlyget_license_termsMachine-readable summary of the Artyfile licence tiers: Basic (€29.
Inferred read-onlyget_download_linkDownload + 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 effectsCONNECT 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.
artyfile.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.