{
  "name": "duplispot",
  "title": "Dupli-Spot",
  "description": "Look up and discover Spotify track and playlist metadata — titles, artists, albums, ISRC codes, record labels, release dates — plus keyword playlist search and genre discovery, from any MCP client. Read-only. Anonymous access is a small daily trial; sign in for a free personal API key with full rate limits.",
  "endpoint": "https://www.duplispot.com/api/mcp",
  "transport": "streamable-http",
  "authentication": {
    "type": "none",
    "optional": {
      "type": "bearer",
      "header": "Authorization",
      "format": "Bearer dsk_...",
      "description": "Anonymous access is limited to a small daily trial. Generate a free personal API key at https://www.duplispot.com/account (Developer section) for full rate limits and credit-metered usage."
    }
  },
  "capabilities": ["tools"],
  "tools": [
    { "name": "lookup_track", "description": "Track metadata by name, Spotify URL, Apple Music URL, or ISRC code" },
    { "name": "lookup_playlist", "description": "Public Spotify playlist summary by URL or ID" },
    { "name": "search_playlists", "description": "Find public Spotify playlists by keyword" },
    { "name": "discover_by_genre", "description": "Most popular tracks for a genre or style" },
    { "name": "get_usage_stats", "description": "Dupli-Spot usage stats: app activity from the last 90 days plus MCP server activity from the last 30" }
  ],
  "documentation": "https://www.duplispot.com/llms.txt",
  "contact": "mcp-duplispot@soundniccolo.com"
}
