electron.dance
io.github.ric-lavers/electron-danceelectron.dance MCP server: upcoming gigs, community links, RSVP, and Spotify top tracks.
Tools · 4
List upcoming electron.dance gigs, each with its current going/maybe attendance. Use this for 'what's on tonight/this week/this weekend' style questions instead of scraping the website — results are s…
Set attendance status for a gig (going, maybe, or none to clear it), on behalf of the site's configured default user. Requires a bearer token.
Get electron.dance's current Spotify top tracks (short term). Requires a bearer token.
Get electron.dance's public community/social links (WhatsApp, Instagram, SoundCloud, DJ Cards, mixes, Listen/Navidrome, SMS bot, gigs page). Open to anyone.
Resources · 2
Same data as the get_site_links tool, as an attachable resource.
electron-dance://site-links
Same data as the list_upcoming_gigs tool, as an attachable resource.
electron-dance://gigs/upcoming
Prompts · 1
Ask what's on tonight at electron.dance, resolved against real upcoming-gig data.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"electron.dance": {
"url": "https://electron.dance/api/mcp",
"transport": "streamable-http"
}
}
}