openapi: 3.0.0
info:
title: Lidarr MCP API
version: 0.1.0
paths:
/mcp/artists:
get:
summary: List artists
post:
summary: Create artist
/mcp/artists/{artist_id}:
get:
summary: Get artist
put:
summary: Update artist
delete:
summary: Delete artist
/mcp/albums:
get:
summary: List albums by artist (query param artistId)
/mcp/tracks:
get:
summary: List tracks by album (query param albumId)
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/axelterrier/lidarr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server