Skip to main content
Glama

Discogs MCP Server

by cswkim

get_marketplace_listing

Retrieve specific marketplace listings from Discogs using a listing ID and optional currency abbreviation to manage and search music catalog data efficiently.

Instructions

Get a listing from the marketplace

Input Schema

NameRequiredDescriptionDefault
curr_abbrNo
listing_idYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "curr_abbr": { "enum": [ "USD", "GBP", "EUR", "CAD", "AUD", "JPY", "CHF", "MXN", "BRL", "NZD", "SEK", "ZAR" ], "type": "string" }, "listing_id": { "type": "integer" } }, "required": [ "listing_id" ], "type": "object" }
Install Server

You must to connect to the server.

Other Tools from Discogs MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cswkim/discogs-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server