▶ SHARDTUNE.SYS — /CONNECT READY
← HOMESTAGE 1 OF 3
★ PLAYER ONE — CONNECT

AUTHORIZE SPOTIFY

Bring your own Spotify app. The Client ID stays on this site; the bearer token below is your credential for the MCP endpoint.

  1. 1REDIRECT URI

    Register the callback

    In your Spotify app's settings, add this Redirect URI:

    https://shardtune.lovable.app/api/public/auth/callback
    → OPEN SPOTIFY DASHBOARD
  2. 2CLIENT ID

    Insert your Client ID

  3. 3MCP CONFIG

    Use the bearer in your MCP client

    ░░░ Awaiting authorization — your bearer will appear here.

    MCP ENDPOINT
    https://shardtune.lovable.app/api/public/mcp
    EXAMPLE CONFIG
    {
      "mcpServers": {
        "shardtune": {
          "url": "https://shardtune.lovable.app/api/public/mcp",
          "headers": {
            "Authorization": "Bearer <your-token>"
          }
        }
      }
    }
▲ ▼ ◀ ▶ B A START