setlist-fpx
Installation
SKILL.md
setlist.fm via curl + fpx (no MCP)
setlist.fm is hybrid: reads and writes use two different surfaces.
- Reads — a documented public REST API (
api.setlist.fm/rest) keyed by anx-api-keyheader. Plaincurl, no browser, no fpx. - Writes — the only mutation setlist.fm offers is the site's "I was
there" attendance toggle, and it exists only on the logged-in website
(
www.setlist.fm, server-rendered Apache Wicket), not the REST API. There's no login form to script — the credential is your browser's session cookie.fpxlifts that cookie out of your signed-in tab once; every actual request afterward is plaincurlcarrying it. No bridge round-trip per call.
This is the same data/actions the setlist_* MCP tools expose, reached with
curl instead of a running server.