← duplispot.com

INDIVIDUAL MCP TOOL

discover_by_genre

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

duplispot.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for discover_by_genre and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

duplispot.com

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.

Related tools

  • lookup_track — Look up rich metadata for a music track: title, artists, album, release date, record label, ISRC code, duration, and Spotify link.
  • lookup_playlist — Get a summary of a public Spotify playlist: name, owner, description, track count, and follower count.
  • search_playlists — Search public Spotify playlists by keyword and get a ranked list of matches with name, owner, track count, description, and Spotify link.
  • 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.