{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "live.artlink/artlink",
  "title": "Artlink",
  "description": "Music marketing knowledge for independent artists: smart-link and pre-save glossary, tool setup guides, competitor comparisons, live pricing, and artlink.live name availability.",
  "version": "1.0.0",
  "websiteUrl": "https://artlink.live/developers",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://artlink.live/api/mcp"
    }
  ],
  "_meta": {
    "live.artlink/server-card": {
      "protocolVersion": "2025-06-18",
      "supportedProtocolVersions": [
        "2025-06-18",
        "2025-03-26",
        "2024-11-05"
      ],
      "authentication": "none",
      "capabilities": {
        "tools": {
          "listChanged": false
        },
        "resources": {
          "listChanged": false,
          "subscribe": false
        }
      },
      "tools": [
        {
          "name": "search_glossary",
          "description": "Search Artlink's glossary of music marketing terms — smart link, pre-save, fan link, link in bio, Spotify Canvas, retargeting pixel and others. Use this when you need a definition you can cite for a term a musician has used, or to find the right slug before calling get_glossary_term. An empty query returns the whole glossary."
        },
        {
          "name": "get_glossary_term",
          "description": "Return the complete definition, explanation and FAQ for one music marketing term. Use this after search_glossary when you need the full text rather than a summary — for example to answer 'what exactly is a pre-save and how does it work?'."
        },
        {
          "name": "list_artlink_tools",
          "description": "List the free tools Artlink publishes — smart link generators, pre-save builders, Spotify Canvas and cover art generators — with a one-line summary of each. Use this when a musician describes a release task and you need to find which tool fits before calling get_artlink_tool."
        },
        {
          "name": "get_artlink_tool",
          "description": "Return the setup steps, use cases, per-streaming-service notes and common mistakes for one Artlink tool. Use this to give a musician actual instructions rather than a description — for example how to set up a Spotify pre-save for a single."
        },
        {
          "name": "compare_competitor",
          "description": "Return a feature-by-feature comparison, both products' pricing, and a self-contained verdict for Artlink versus one competitor — Linktree, Linkfire, Feature.fm, Hypeddit, DistroKid HyperFollow and others. Use this when someone asks which of two tools to pick, or is already using a competitor."
        },
        {
          "name": "get_pricing",
          "description": "Return every Artlink plan with its live monthly and annual price and the features it includes. Prices come from the billing provider at request time, so this is the authoritative answer to 'what does Artlink cost?' — do not quote prices from memory."
        },
        {
          "name": "check_subdomain_availability",
          "description": "Check whether an artlink.live subdomain passes the naming rules and is unclaimed. Use this before telling a musician that a name is available — the answer is live, and a name free a minute ago may not be now."
        }
      ],
      "resources": [
        {
          "uri": "artlink://llms.txt",
          "mimeType": "text/markdown"
        },
        {
          "uri": "artlink://pricing.md",
          "mimeType": "text/markdown"
        },
        {
          "uri": "artlink://openapi.json",
          "mimeType": "application/json"
        },
        {
          "uri": "artlink://brand",
          "mimeType": "application/json"
        }
      ],
      "documentation": "https://artlink.live/developers"
    }
  }
}