# com.jojapi/spotify (remote · mcp.jojapi.com)

Spotify: Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.

- Trust score: 57/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-22

## Components

- remote · `mcp.jojapi.com`: 57/100 (this document), [markdown](https://verifymcp.io/servers/com-jojapi-spotify/spotify.md), [page](https://verifymcp.io/servers/com-jojapi-spotify/spotify)

## Channel facts

- Endpoint: `https://mcp.jojapi.com/spotify`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-22.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 37 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 57/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 1797 tokens (~48/item across 37 items; 37 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 83/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 50% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-jojapi-spotify https://mcp.jojapi.com/spotify
```

### Codex

```toml
[mcp_servers.com-jojapi-spotify]
url = "https://mcp.jojapi.com/spotify"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-jojapi-spotify": {
      "type": "remote",
      "url": "https://mcp.jojapi.com/spotify",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-jojapi-spotify --url https://mcp.jojapi.com/spotify --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-jojapi-spotify:
    url: "https://mcp.jojapi.com/spotify"
```

### Other

```json
{
  "mcpServers": {
    "com-jojapi-spotify": {
      "type": "http",
      "url": "https://mcp.jojapi.com/spotify"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-21 (score 57, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-20 (score 56, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-19 (score 56)

First indexed and scored.

## MCP tools (37)

### `get_v1_1_browse_all` (~27 tokens)

Explore

Explore Group: Explore. Billing per call: 1 Credits.

### `get_v1_1_search` (~103 tokens)

Search

Search Group: Explore. Billing per call: 1 Credits.

Input parameters:

- `gl` (string)
- `limit` (string)
- `numberOfTopResults` (string)
- `offset` (string)
- `q` (string): Search query
- `type` (string): `multi` or one of these: - albums - artists - episodes - genres - playlists - podcasts - tracks - users

### `get_v2_album_detailsAndTracks` (~54 tokens)

v2/Album details & tracks

v2/Album details & tracks Group: Albums. Billing per call: 1 Credits.

Input parameters:

- `albumId` (string)
- `limit` (string)
- `offset` (string)

### `get_v2_album_metadata` (~36 tokens)

v2/Album metadata

v2/Album metadata Group: Albums. Billing per call: 1 Credits.

Input parameters:

- `albumId` (string)

### `get_v1_1_album_tracks` (~50 tokens)

Album tracks

Album tracks Group: Albums. Billing per call: 1 Credits.

Input parameters:

- `id` (string): Album ID
- `limit` (string)
- `offset` (string)

### `get_v1_1_album_metadata` (~37 tokens)

Album metadata

Get album metadata Group: Albums. Billing per call: 1 Credits.

Input parameters:

- `id` (string): Album ID

### `get_v1_1_albums` (~44 tokens)

Get albums

Get one or more albums Group: Albums. Billing per call: 1 Credits.

Input parameters:

- `ids` (string): Album IDs (you can use commas)

### `get_v2_artist_overview` (~37 tokens)

v2/Artist overview

v2/Artist overview Group: Artists. Billing per call: 1 Credits.

Input parameters:

- `artistId` (string)

### `get_v2_artist_concerts` (~38 tokens)

v2/Artist concerts

v2/Artist concerts Group: Artists. Billing per call: 1 Credits.

Input parameters:

- `artistId` (string)

### `get_v2_artist_fansFirstPresales` (~43 tokens)

v2/Artist fans-first presales

v2/Artist fans-first presales Group: Artists. Billing per call: 1 Credits.

Input parameters:

- `artistId` (string)

### `get_v1_1_artist_related` (~36 tokens)

Artist related

Artist related Group: Artists. Billing per call: 1 Credits.

Input parameters:

- `id` (string): Artist ID

### `get_v1_1_artist_featuring` (~37 tokens)

Artist featuring

Artist featuring Group: Artists. Billing per call: 1 Credits.

Input parameters:

- `id` (string): Artist ID

### `get_v1_1_artist_discovered_on` (~39 tokens)

Artist discovered on

Artist discovered on Group: Artists. Billing per call: 1 Credits.

Input parameters:

- `id` (string): Artist ID

### `get_v1_1_artist_appears_on` (~40 tokens)

Artist appears on

Artist appears on Group: Artists. Billing per call: 1 Credits.

Input parameters:

- `id` (string): Artist ID

### `get_v1_1_artist_singles` (~51 tokens)

Artist singles

Artist singles Group: Artists. Billing per call: 1 Credits.

Input parameters:

- `id` (string): Artist ID
- `limit` (string)
- `offset` (string)

### `get_v1_1_artist_albums` (~51 tokens)

Artist albums

Artist albums Group: Artists. Billing per call: 1 Credits.

Input parameters:

- `id` (string): Artist ID
- `limit` (string)
- `offset` (string)

### `get_v1_1_artist_discography_overview` (~41 tokens)

Artist discography overview

Artist discography overview Group: Artists. Billing per call: 1 Credits.

Input parameters:

- `id` (string): Artist ID

### `get_v1_1_artist_overview` (~37 tokens)

Artist overview

Artist overview Group: Artists. Billing per call: 1 Credits.

Input parameters:

- `id` (string): Artist ID

### `get_v1_1_artists` (~40 tokens)

Artists

Artists Group: Artists. Billing per call: 1 Credits.

Input parameters:

- `ids` (string): Artist IDs (you can use commas)

### `get_v2_track_details` (~36 tokens)

v2/Track details

v2/Track details Group: Tracks. Billing per call: 1 Credits.

Input parameters:

- `trackId` (string)

### `get_v2_track_metadata` (~36 tokens)

v2/Track metadata

v2/Track metadata Group: Tracks. Billing per call: 1 Credits.

Input parameters:

- `trackId` (string)

### `get_v1_1_track_lyrics` (~37 tokens)

Track lyrics

Track lyrics Group: Tracks. Billing per call: 1 Credits.

Input parameters:

- `id` (string): Track ID

### `get_v1_1_track_credits` (~37 tokens)

Track credits

Track credits Group: Tracks. Billing per call: 1 Credits.

Input parameters:

- `id` (string): Track ID

### `get_v2_playlist_detailsAndItems` (~55 tokens)

v2/Playlist details & items

v2/Playlist details & items Group: Playlists. Billing per call: 1 Credits.

Input parameters:

- `limit` (string)
- `offset` (string)
- `playlistId` (string)

### `get_v1_1_user_followers` (~37 tokens)

User followers

User followers Group: Users. Billing per call: 1 Credits.

Input parameters:

- `id` (string): User ID

### `get_v1_1_user_profile` (~52 tokens)

User profile

User profile Group: Users. Billing per call: 1 Credits.

Input parameters:

- `artistLimit` (string)
- `id` (string): User ID
- `playlistLimit` (string)

### `get_v1_1_genre_view` (~52 tokens)

Genre View

Genre View Group: Genres. Billing per call: 1 Credits.

Input parameters:

- `content_limit` (string)
- `id` (string): Genre ID
- `limit` (string)

### `get_v1_1_concert` (~37 tokens)

Get Concert

Get Concert Group: Concerts. Billing per call: 1 Credits.

Input parameters:

- `id` (string): Concert ID

### `get_v1_1_concerts` (~36 tokens)

Concerts

Concerts Group: Concerts. Billing per call: 1 Credits.

Input parameters:

- `gl` (string)

### `get_v1_1_seed_to_playlist` (~40 tokens)

Get radio playlist

Get radio playlist Group: Extras. Billing per call: 1 Credits.

Input parameters:

- `uri` (string): Artist or song URI

### `get_v1_1_podcast_episodes` (~53 tokens)

Podcast Episodes

Podcast Episodes Group: Podcasts. Billing per call: 1 Credits.

Input parameters:

- `id` (string): Podcast Show ID
- `limit` (string)
- `offset` (string)

### `get_v1_1_episode_sound` (~36 tokens)

Episode Sound

Episode Sound Group: Episodes. Billing per call: 1 Credits.

Input parameters:

- `id` (string): Episode ID

### `get_v1_1_episode` (~35 tokens)

Get Episode

Get Episode Group: Episodes. Billing per call: 1 Credits.

Input parameters:

- `id` (string): Episode ID

### `get_v1_1_tracks` (~45 tokens)

Get tracks

Get tracks Group: Deprecated Endpoints (v1). Billing per call: 1 Credits.

Input parameters:

- `ids` (string): Track IDs (you can use commas)

### `get_v1_1_playlist_tracks` (~55 tokens)

Playlist tracks

Playlist tracks Group: Deprecated Endpoints (v1). Billing per call: 1 Credits.

Input parameters:

- `id` (string): Playlist ID
- `limit` (string)
- `offset` (string)

### `get_v1_1_playlist` (~40 tokens)

Get playlist

Get playlist Group: Deprecated Endpoints (v1). Billing per call: 1 Credits.

Input parameters:

- `id` (string): Playlist ID

### `get_v1_1_recommendations` (~149 tokens)

Track recommendations

Track recommendations Group: Deprecated Endpoints (v1). Billing per call: 1 Credits.

Input parameters:

- `limit` (string): The target size of the list of recommended tracks. Default: 20. Minimum: 1. Maximum: 100.
- `seed_artists` (string): A comma separated list of Spotify IDs for seed artists.
- `seed_genres` (string): A comma separated list of any genres in the set of available genre seeds.
- `seed_tracks` (string): A comma separated list of Spotify IDs for a seed track. Up to 5 seed values may be provided in any combination of seed_artists, seed_tracks and seed_genres.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-jojapi-spotify/spotify#diagnostics

## Score history

- 2026-08-22: 57
- 2026-08-21: 57
- 2026-08-20: 56
- 2026-08-19: 56

## Links

- Remote endpoint: https://mcp.jojapi.com/spotify
- Website: https://jojapi.com/hub/api/spotify
- Changelog RSS feed: https://verifymcp.io/servers/com-jojapi-spotify/spotify.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-jojapi-spotify/spotify.json
- HTML version of this page: https://verifymcp.io/servers/com-jojapi-spotify/spotify
