bandcamp-mcp
Related Servers
Alternatives to bandcamp-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables searching and browsing Bandcamp for albums, artists, tracks, and tags, as well as discovering new music by genre and format.3MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to query the MusicBrainz music database for artists, albums, recordings, and labels. It provides tools for advanced searches, detailed metadata retrieval, and accessing cover art information.1713GPL 3.0
- FlicenseBqualityCmaintenanceEnables AI assistants to manage Discogs collections and search live eBay vinyl listings through natural language, handling API calls for collection, wantlist, profile, and marketplace operations.49-
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to search, manage, and analyze personal Discogs music collections with features like mood-based recommendations, advanced search, and collection analytics.4 npmMIT
- AlicenseBqualityCmaintenanceEnables AI agents to access public Spotify data (tracks, albums, artists, playlists, podcasts) without an API key, including lyrics and podcast transcripts with optional login.281,192 PyPI305MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to search, stream, and browse the StarSinger AI music catalog, including tracks, artists, and trending music, with natural language queries and mood or genre filters.45 npm1MIT
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: search, browse by tag, fetch album details, fetch artist/label details, and fetch track details. Descriptions explicitly clarify the resource types and slug conventions, leaving no ambiguity about when to use each.
All tools use a consistent 'bandcamp_' prefix followed by a verb (search, get_album, get_artist, get_track, browse_tag). The pattern is uniform and predictable, with clear snake_case naming throughout.
Five tools is a well-scoped set for a read-only Bandcamp API server. Each tool covers a necessary operation (search, browse, fetch by resource type) without redundancy or bloat.
The toolset fully covers the typical Bandcamp discovery workflow: search, browse by tag, and retrieve details for albums, artists/labels, and tracks. Since this is a read-only server, there are no obvious missing operations.