MCP server exposing 5 tools for genius.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/genius/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_songs — Search Genius for songs by title / artist / lyrics excerpt. Returns top hits with song ID, title, primary artist, full title, URL.get_song — Song metadata: title, primary + featured artists, album, release date, description, hot count, lyrics URL. Lyric text is not in the API — use the URL.get_artist — Artist bio + identifiers.list_artist_songs — Songs by an artist. Sort by popularity or release date.get_annotation — Single annotation (Genius community note) by ID.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/genius/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io