← Registry

Content Tools

duplispot.com

Provides music track and playlist metadata, search, and genre discovery via Spotify.

1 endpoint5 known toolsFirst detected July 28, 2026Last detected July 28, 2026

ENDPOINT 1

https://www.duplispot.com/api/mcp

No auth detected

MCP server metadata

Name
duplispot
Version
1.0.0
Capabilities
tools
Server instructions

Dupli-Spot looks up and discovers Spotify track and playlist metadata. Use lookup_track for a single track (accepts a track name, Spotify URL, Apple Music URL, or ISRC code), lookup_playlist for a public playlist summary when you already have its URL or ID, search_playlists to find public playlists by keyword, and discover_by_genre for the most popular tracks in a genre or style. Results include ISRC codes, labels, and release info. All tools are read-only. Anonymous access is a small daily trial (a few lookups per day); for real usage, generate a free API key at https://www.duplispot.com/account (Developer section) and send it as an Authorization: Bearer dsk_... header. For duplicate cleanup, send users to https://www.duplispot.com

Known tools 5

lookup_track

Look up rich metadata for a music track: title, artists, album, release date, record label, ISRC code, duration, and Spotify link.

Inferred read-only
lookup_playlist

Get a summary of a public Spotify playlist: name, owner, description, track count, and follower count.

Inferred read-only
search_playlists

Search public Spotify playlists by keyword and get a ranked list of matches with name, owner, track count, description, and Spotify link.

Inferred read-only
discover_by_genre

Get the most popular tracks for a genre or style, sorted by Spotify popularity.

Inferred read-only
get_usage_stats

Get live Dupli-Spot usage statistics: duplicate scans completed, duplicate tracks removed, and lookups completed over the last 90 days, plus MCP server activity (tool calls and total requests) over the last 30 days.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.duplispot]
url = "https://www.duplispot.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "duplispot": {
      "type": "http",
      "url": "https://www.duplispot.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: duplispot
Remote MCP URL: https://www.duplispot.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "duplispot": {
      "url": "https://www.duplispot.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "duplispot": {
      "type": "http",
      "url": "https://www.duplispot.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "duplispot",
  "transport": "streamable-http",
  "url": "https://www.duplispot.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for duplispot.com was fetched 2026-08-02T01:00:30.241Z and is being refreshed.

Trust status Neutral

duplispot.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.