← Back to search

discogs-mcp-server

GitHub Actions Scanned 10d ago

MCP server for Discogs

C
72.7 / 100

Versions

0.5.7latest
May 26, 2026
0.5.6
Mar 9, 2026
0.5.5
Feb 20, 2026
0.5.4
Feb 9, 2026
0.5.3
Feb 2, 2026
+ show 10 moreshow less
0.5.2
Jan 19, 2026
0.5.1
Jan 5, 2026
0.5.0
Dec 8, 2025
0.4.3
Sep 27, 2025
0.4.2
Jul 16, 2025
0.4.1
Jun 16, 2025
0.4.0
May 27, 2025
0.3.0
May 14, 2025
0.2.0
Apr 19, 2025
0.1.0
Apr 13, 2025
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 53

get_release
annotations: none low

Get a release

delete_release_rating
annotations: none low

Deletes the release's rating for a given user

get_release_rating_by_user
annotations: none low

Retrieves the release's rating for a given user

edit_release_rating
annotations: none low

Updates the release's rating for a given user

get_release_community_rating
annotations: none low

Retrieves the release community rating average and count

get_master_release
annotations: none low

Get a master release

get_artist
annotations: none low

Get an artist

get_artist_releases
annotations: none low

Get an artist's releases

get_label
annotations: none low

Get a label

get_label_releases
annotations: none low

Returns a list of Releases associated with the label

search
annotations: none low

Issue a search query to the Discogs database

get_master_release_versions
annotations: none low

Retrieves a list of all Releases that are versions of this master

get_user_lists
annotations: none low

Get a user's lists

get_list
annotations: none low

Get a list by ID

fetch_image
annotations: none low

Fetch an image by URL

get_user_collection_folders
annotations: none low

Retrieve a list of folders in a user's collection

get_user_collection_folder
annotations: none low

Retrieve metadata about a folder in a user's collection

create_user_collection_folder
annotations: none low

Create a new folder in a user's collection

edit_user_collection_folder
annotations: none low

Edit a folder's metadata. Folders 0 and 1 cannot be renamed.

delete_user_collection_folder
annotations: none low

Delete a folder from a user's collection. A folder must be empty before it can be deleted.

get_user_collection_items
annotations: none low

Retrieve a list of items in a user's collection

add_release_to_user_collection_folder
annotations: none low

Add a release to a folder in a user's collection. The folder_id must be non-zero.

delete_release_from_user_collection_folder
annotations: none low

Remove an instance of a release from a user's collection folder. The folder_id must be non-zero.

find_release_in_user_collection
annotations: none low

Find a release in a user's collection

get_user_collection_custom_fields
annotations: none low

Retrieve a list of user-defined collection notes fields. These fields are available on every release in the collection.

rate_release_in_user_collection
annotations: none low

Rate a release in a user's collection. The folder_id must be non-zero.

move_release_in_user_collection
annotations: none low

Move a release in a user's collection to another folder

get_user_collection_value
annotations: none low

Returns the minimum, median, and maximum value of a user's collection

edit_user_collection_custom_field_value
annotations: none low

Edit a custom field value for a release in a user's collection

inventory_export
annotations: none low

Request an export of your inventory as a CSV

get_inventory_exports
annotations: none low

Get a list of all recent exports of your inventory

get_inventory_export
annotations: none low

Get details about an inventory export

download_inventory_export
annotations: none low

Download an inventory export as a CSV

create_marketplace_listing
annotations: none low

Create a new marketplace listing

get_marketplace_listing
annotations: none low

Get a listing from the marketplace

delete_marketplace_listing
annotations: none low

Delete a marketplace listing

update_marketplace_listing
annotations: none low

Update a marketplace listing

get_marketplace_order
annotations: none low

Get a marketplace order

edit_marketplace_order
annotations: none low

Edit a marketplace order

get_marketplace_orders
annotations: none low

Get a list of marketplace orders

get_marketplace_order_messages
annotations: none low

Get a list of an order's messages

create_marketplace_order_message
annotations: none low

Adds a new message to the order's message log

get_marketplace_release_stats
annotations: none low

Retrieve marketplace statistics for the provided Release ID

get_user_inventory
annotations: none low

Returns the list of listings in a user's inventory

get_user_identity
annotations: none low

Retrieve basic information about the authenticated user

get_user_profile
annotations: none low

Retrieve a user by username

edit_user_profile
annotations: none low

Edit a user's profile data

get_user_submissions
annotations: none low

Retrieve a user's submissions by username

get_user_contributions
annotations: none low

Retrieve a user's contributions by username

get_user_wantlist
annotations: none low

Returns the list of releases in a user's wantlist

add_to_wantlist
annotations: none low

Add a release to a user's wantlist

edit_item_in_wantlist
annotations: none low

Edit a release in a user's wantlist

delete_item_in_wantlist
annotations: none low

Delete a release from a user's wantlist

Permissions 3

network medium
Server uses network capabilities via: fetch()
filesystem low
Server uses filesystem capabilities via: fs sync ops
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 120

low
Tool 'get_list' has no annotations annotation_checker · 100%
low
Tool 'fetch_image' has no annotations annotation_checker · 100%
low
Tool 'get_user_collection_folders' has no annotations annotation_checker · 100%
low
Tool 'get_user_collection_folder' has no annotations annotation_checker · 100%
low
Tool 'get_release' has no annotations annotation_checker · 100%
low
Tool 'get_release_rating_by_user' has no annotations annotation_checker · 100%
low
Tool 'edit_release_rating' has no annotations annotation_checker · 100%
low
Tool 'delete_release_rating' has no annotations annotation_checker · 100%
low
Tool 'get_release_community_rating' has no annotations annotation_checker · 100%
low
Tool 'get_master_release' has no annotations annotation_checker · 100%
low
Tool 'get_artist' has no annotations annotation_checker · 100%
low
Tool 'get_artist_releases' has no annotations annotation_checker · 100%
low
Tool 'get_label' has no annotations annotation_checker · 100%
low
Tool 'get_label_releases' has no annotations annotation_checker · 100%
low
Tool 'search' has no annotations annotation_checker · 100%
low
Tool 'get_master_release_versions' has no annotations annotation_checker · 100%
low
Tool 'get_user_lists' has no annotations annotation_checker · 100%
low
Tool 'create_user_collection_folder' has no annotations annotation_checker · 100%
low
Tool 'edit_user_collection_folder' has no annotations annotation_checker · 100%
low
Tool 'delete_user_collection_folder' has no annotations annotation_checker · 100%
low
Tool 'get_user_collection_items' has no annotations annotation_checker · 100%
low
Tool 'add_release_to_user_collection_folder' has no annotations annotation_checker · 100%
low
Tool 'delete_release_from_user_collection_folder' has no annotations annotation_checker · 100%
low
Tool 'find_release_in_user_collection' has no annotations annotation_checker · 100%
low
Tool 'get_user_collection_custom_fields' has no annotations annotation_checker · 100%
low
Tool 'rate_release_in_user_collection' has no annotations annotation_checker · 100%
low
Tool 'move_release_in_user_collection' has no annotations annotation_checker · 100%
low
Tool 'get_user_collection_value' has no annotations annotation_checker · 100%
low
Tool 'edit_user_collection_custom_field_value' has no annotations annotation_checker · 100%
low
Tool 'inventory_export' has no annotations annotation_checker · 100%
low
Tool 'get_inventory_exports' has no annotations annotation_checker · 100%
low
Tool 'get_inventory_export' has no annotations annotation_checker · 100%
low
Tool 'download_inventory_export' has no annotations annotation_checker · 100%
low
Tool 'create_marketplace_listing' has no annotations annotation_checker · 100%
low
Tool 'get_marketplace_listing' has no annotations annotation_checker · 100%
low
Tool 'delete_marketplace_listing' has no annotations annotation_checker · 100%
low
Tool 'update_marketplace_listing' has no annotations annotation_checker · 100%
low
Tool 'get_marketplace_order' has no annotations annotation_checker · 100%
low
Tool 'edit_marketplace_order' has no annotations annotation_checker · 100%
low
Tool 'get_marketplace_orders' has no annotations annotation_checker · 100%
low
Tool 'get_marketplace_order_messages' has no annotations annotation_checker · 100%
low
Tool 'create_marketplace_order_message' has no annotations annotation_checker · 100%
low
Tool 'get_marketplace_release_stats' has no annotations annotation_checker · 100%
low
Tool 'get_user_inventory' has no annotations annotation_checker · 100%
low
Tool 'get_user_identity' has no annotations annotation_checker · 100%
low
Tool 'get_user_profile' has no annotations annotation_checker · 100%
low
Tool 'edit_user_profile' has no annotations annotation_checker · 100%
low
Tool 'get_user_submissions' has no annotations annotation_checker · 100%
low
Tool 'get_user_contributions' has no annotations annotation_checker · 100%
low
Tool 'get_user_wantlist' has no annotations annotation_checker · 100%
low
Tool 'add_to_wantlist' has no annotations annotation_checker · 100%
low
Tool 'edit_item_in_wantlist' has no annotations annotation_checker · 100%
low
Tool 'delete_item_in_wantlist' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.0 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.0 (GHSA-8r9q-7v3j-jr4g) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.12.0 (GHSA-w48q-cv73-mx4w) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@4.0.4 (GHSA-5xrq-8626-4rwp) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: get_release manifest_parser · 75%
info
Tool: get_release_rating_by_user manifest_parser · 75%
info
Tool: edit_release_rating manifest_parser · 75%
info
Tool: delete_release_rating manifest_parser · 75%
info
Tool: get_release_community_rating manifest_parser · 75%
info
Tool: get_master_release manifest_parser · 75%
info
Tool: get_artist manifest_parser · 75%
info
Tool: get_artist_releases manifest_parser · 75%
info
Tool: get_label manifest_parser · 75%
info
Tool: get_label_releases manifest_parser · 75%
info
Tool: search manifest_parser · 75%
info
Tool: get_master_release_versions manifest_parser · 75%
info
Tool: get_user_lists manifest_parser · 75%
info
Tool: get_list manifest_parser · 75%
info
Tool: fetch_image manifest_parser · 75%
info
Tool: get_user_collection_folders manifest_parser · 75%
info
Tool: get_user_collection_folder manifest_parser · 75%
info
Tool: create_user_collection_folder manifest_parser · 75%
info
Tool: edit_user_collection_folder manifest_parser · 75%
info
Tool: delete_user_collection_folder manifest_parser · 75%
info
Tool: get_user_collection_items manifest_parser · 75%
info
Tool: add_release_to_user_collection_folder manifest_parser · 75%
info
Tool: delete_release_from_user_collection_folder manifest_parser · 75%
info
Tool: find_release_in_user_collection manifest_parser · 75%
info
Tool: get_user_collection_custom_fields manifest_parser · 75%
info
Tool: rate_release_in_user_collection manifest_parser · 75%
info
Tool: move_release_in_user_collection manifest_parser · 75%
info
Tool: get_user_collection_value manifest_parser · 75%
info
Tool: edit_user_collection_custom_field_value manifest_parser · 75%
info
Tool: inventory_export manifest_parser · 75%
info
Tool: get_inventory_exports manifest_parser · 75%
info
Tool: get_inventory_export manifest_parser · 75%
info
Tool: download_inventory_export manifest_parser · 75%
info
Tool: create_marketplace_listing manifest_parser · 75%
info
Tool: get_marketplace_listing manifest_parser · 75%
info
Tool: delete_marketplace_listing manifest_parser · 75%
info
Tool: update_marketplace_listing manifest_parser · 75%
info
Tool: get_marketplace_order manifest_parser · 75%
info
Tool: edit_marketplace_order manifest_parser · 75%
info
Tool: get_marketplace_orders manifest_parser · 75%
info
Tool: get_marketplace_order_messages manifest_parser · 75%
info
Tool: create_marketplace_order_message manifest_parser · 75%
info
Tool: get_marketplace_release_stats manifest_parser · 75%
info
Tool: get_user_inventory manifest_parser · 75%
info
Tool: get_user_identity manifest_parser · 75%
info
Tool: get_user_profile manifest_parser · 75%
info
Tool: edit_user_profile manifest_parser · 75%
info
Tool: get_user_submissions manifest_parser · 75%
info
Tool: get_user_contributions manifest_parser · 75%
info
Tool: get_user_wantlist manifest_parser · 75%
info
Tool: add_to_wantlist manifest_parser · 75%
info
Tool: edit_item_in_wantlist manifest_parser · 75%
info
Tool: delete_item_in_wantlist manifest_parser · 75%
info
Transport: streamable-http manifest_parser · 80%
info
Required env vars (7) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: filesystem access detected permission_analyzer · 90%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 23 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%