{
  "name": "spotify-rapidapi-mcp",
  "version": "1.0.0",
  "description": "Governed Spotify RapidAPI MCP wrapper over RapidAPI.",
  "endpoints": {
    "mcp": "/mcp",
    "sse": "/sse"
  },
  "auth": {
    "configured": true,
    "transport": "Authorization: Bearer <SPOTIFY_MCP_API_KEY> or X-API-Key"
  },
  "provider": {
    "rapidapi_key_configured": true,
    "rapidapi_host": "spotify23.p.rapidapi.com",
    "base_url": "https://spotify23.p.rapidapi.com",
    "mcp_upstream_url": "https://mcp.rapidapi.com",
    "timeout_ms": 30000,
    "max_response_bytes": 524288
  },
  "telemetry": {
    "d1_configured": false,
    "braintrust_configured": true,
    "braintrust_enabled": true,
    "braintrust_project_name": "CREATE SOMETHING",
    "braintrust_project_id_configured": true
  },
  "tools": [
    "Artist_discography_overview",
    "Track_recommendations",
    "Get_Episode",
    "Playlist_tracks",
    "Artist_featuring",
    "Artist_overview",
    "Track_credits",
    "Get_Concert",
    "User_profile",
    "Artist_discovered_on",
    "Track_lyrics",
    "Search",
    "Concerts",
    "Get_artists",
    "Explore",
    "Podcast_Episodes",
    "Episode_Sound",
    "User_followers",
    "Get_tracks",
    "Get_albums",
    "Album_tracks",
    "Genre_View",
    "Artist_related",
    "Artist_albums",
    "Album_metadata",
    "Get_radio_playlist",
    "Artist_appears_on",
    "Get_playlist",
    "Artist_singles"
  ]
}