{"protocolVersion":"1.0","name":"music-artist-data","description":"Music artist data via MusicBrainz - discographies, genres, and artist profiles for recommendation agents, playlist generators, and music analytics.","url":"https://music-artist-data-production.up.railway.app/","supportedInterfaces":[{"url":"https://music-artist-data-production.up.railway.app/","protocolBinding":"HTTP+JSON"}],"version":"1.0.0","capabilities":{"streaming":false,"pushNotifications":false,"stateTransitionHistory":true},"defaultInputModes":["application/json"],"defaultOutputModes":["application/json","text/plain"],"skills":[{"id":"overview","name":"overview","description":"Free overview - sample artist lookup to try before you buy","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false}},{"id":"lookup","name":"lookup","description":"Look up a specific artist by name - returns top match with basic info","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"artist":{"type":"string","description":"Artist name to search for"}},"required":["artist"],"additionalProperties":false}},{"id":"search","name":"search","description":"Search artists with optional filters - returns multiple matches","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"query":{"type":"string","description":"Search query"},"country":{"description":"2-letter country code filter (US, UK, etc)","type":"string"},"type":{"description":"Artist type filter","type":"string","enum":["Person","Group","Orchestra","Choir"]},"limit":{"default":10,"type":"number","minimum":1,"maximum":25}},"required":["query","limit"],"additionalProperties":false}},{"id":"albums","name":"albums","description":"Get all albums/releases for an artist by MusicBrainz ID","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"artistId":{"type":"string","description":"MusicBrainz artist ID (from lookup/search)"},"type":{"default":"album","type":"string","enum":["album","single","ep","compilation","live","all"]},"limit":{"default":25,"type":"number","minimum":1,"maximum":100}},"required":["artistId","type","limit"],"additionalProperties":false}},{"id":"compare","name":"compare","description":"Compare multiple artists - genres, countries, career spans","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"artists":{"minItems":2,"maxItems":5,"type":"array","items":{"type":"string"},"description":"Artist names to compare"}},"required":["artists"],"additionalProperties":false}},{"id":"report","name":"report","description":"Full artist report - profile, discography, genres, and related artists","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"artist":{"type":"string","description":"Artist name for full report"}},"required":["artist"],"additionalProperties":false}}],"supportsAuthenticatedExtendedCard":false,"entrypoints":{"overview":{"description":"Free overview - sample artist lookup to try before you buy","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false}},"lookup":{"description":"Look up a specific artist by name - returns top match with basic info","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"artist":{"type":"string","description":"Artist name to search for"}},"required":["artist"],"additionalProperties":false}},"search":{"description":"Search artists with optional filters - returns multiple matches","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"query":{"type":"string","description":"Search query"},"country":{"description":"2-letter country code filter (US, UK, etc)","type":"string"},"type":{"description":"Artist type filter","type":"string","enum":["Person","Group","Orchestra","Choir"]},"limit":{"default":10,"type":"number","minimum":1,"maximum":25}},"required":["query","limit"],"additionalProperties":false}},"albums":{"description":"Get all albums/releases for an artist by MusicBrainz ID","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"artistId":{"type":"string","description":"MusicBrainz artist ID (from lookup/search)"},"type":{"default":"album","type":"string","enum":["album","single","ep","compilation","live","all"]},"limit":{"default":25,"type":"number","minimum":1,"maximum":100}},"required":["artistId","type","limit"],"additionalProperties":false}},"compare":{"description":"Compare multiple artists - genres, countries, career spans","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"artists":{"minItems":2,"maxItems":5,"type":"array","items":{"type":"string"},"description":"Artist names to compare"}},"required":["artists"],"additionalProperties":false}},"report":{"description":"Full artist report - profile, discography, genres, and related artists","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"artist":{"type":"string","description":"Artist name for full report"}},"required":["artist"],"additionalProperties":false}}},"payments":[{"method":"x402","payee":"0xE5312919e63109c9dDBa2Ea7cf75EC9B3d5D3A14","network":"base","endpoint":"https://facilitator.daydreams.systems","extensions":{"x402":{"facilitatorUrl":"https://facilitator.daydreams.systems"}}}]}