searchCDiscogs MCP ServerFind music releases, artists, labels, and more by querying the Discogs database with filters like genre, year, and format.MIT
resolve_musicArootvine-mcpResolve any song or album to streaming, digital purchase, or physical media links. Results ranked by trust and availability from major platforms.MIT
inventory_exportADiscogs MCP ServerRequest a CSV export of your inventory to manage or back up your collection.MIT
get_inventory_exportsBDiscogs MCP ServerRetrieve a list of recent inventory exports from your Discogs collection to track export history.MIT
delete_user_collection_folderBDiscogs MCP ServerDelete an empty folder from a user's Discogs collection. Provide the username and folder ID.MIT
get_user_collection_valueBDiscogs MCP ServerCalculate the minimum, median, and maximum value of a Discogs user's music collection. Obtain collection valuation statistics.MIT
get_release_community_ratingBDiscogs MCP ServerRetrieve the average community rating and total rating count for a Discogs release using its release ID.MIT
edit_user_collection_folderBDiscogs MCP ServerRename a folder in a user's Discogs collection. Default folders 0 and 1 cannot be renamed.MIT
add_release_to_user_collection_folderBDiscogs MCP ServerAdd a release to a designated folder in a user's Discogs collection. Requires username, folder ID, and release ID.MIT
get_user_wantlistBDiscogs MCP ServerRetrieve the list of releases in a Discogs user's wantlist, with options to paginate and sort results.MIT
get_user_identityBDiscogs MCP ServerRetrieve your Discogs account details, including username and profile information.MIT
delete_release_from_user_collection_folderBDiscogs MCP ServerRemove a release instance from a user's Discogs collection folder. Provide the username, folder ID, release ID, and instance ID to delete.MIT
get_user_submissionsBDiscogs MCP ServerFetch all submissions made by a specific Discogs user using their username.MIT
edit_release_ratingBDiscogs MCP ServerUpdate a rating for a specific release on Discogs for a given user. Provide username, release ID, and rating value.MIT
get_user_profileBDiscogs MCP ServerRetrieve detailed profile information for any Discogs user by providing their username.MIT
get_master_release_versionsCDiscogs MCP ServerRetrieves all release versions for a specified master release from Discogs using the master ID.MIT
delete_release_ratingCDiscogs MCP ServerRemove a user's rating from a Discogs release. Provide the username and release ID to delete the rating.MIT
get_release_rating_by_userCDiscogs MCP ServerRetrieve the rating a specific user assigned to a Discogs release by providing username and release ID.MIT
get_user_collection_folderCDiscogs MCP ServerRetrieve metadata about a specific folder in a Discogs user's collection by providing username and folder ID.MIT
delete_item_in_wantlistCDiscogs MCP ServerRemove a specific release from a Discogs user's wantlist using username and release ID.MIT