generated: '2026-08-02' method: searched status: published source: https://developer.artlist.io/llms.txt description: >- Artlist publishes a hosted, anonymous MCP server for its developer documentation. It is a docs-search server, not a wrapper over the Enterprise API itself: the single tool searches developer.artlist.io and returns documentation passages with source URLs. The Search and Download APIs themselves remain REST-only and are reached with an OAuth 2.0 client-credentials bearer token. server: name: artlist-developer-docs transport: http url: https://developer.artlist.io/_mcp/server authentication: none (anonymous) advertised_in: - https://developer.artlist.io/llms.txt - https://developer.artlist.io/welcome vendor: Fern (developer.artlist.io is a Fern-hosted docs site) introspection: method: 'POST {"jsonrpc":"2.0","id":1,"method":"tools/list"}' accept: application/json, text/event-stream http_status: 200 content_type: text/event-stream gated: false fetched: '2026-08-02' tools: - name: searchDocs title: Search developer.artlist.io Docs description: >- Search the documentation at https://developer.artlist.io. Returns relevant doc passages with source URLs. read_only: true input_schema: type: object properties: query: type: string description: The search query to run against the docs required: - query additionalProperties: false coverage: tools_published: 1 tools_backed_by_rest_operations: 0 rest_operations_total: 5 notes: - The MCP server exposes documentation search only — no catalog search, no download, no song/artist/album retrieval. Agents that need the catalog must call the REST API directly. - Artlist also advertises the AI-agent conventions on the same docs host, appending `.md` to any page URL for clean markdown and `/llms.txt` to any section URL for a section index.