list_artist_songs

Pack: genius · Endpoint: https://gateway.pipeworx.io/genius/mcp

Songs by an artist. Sort by popularity or release date.

Parameters

NameTypeRequiredDescription
artist_idnumberyesGenius artist ID
sortstringnotitle | popularity | release_date_with_null_last
per_pagenumberno1-50 (default 20)
pagenumberno1-based page

Example call

curl -X POST https://gateway.pipeworx.io/genius/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_artist_songs","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "genius": {
      "url": "https://gateway.pipeworx.io/genius/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026