Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

electron.dance

io.github.ric-lavers/electron-dance

electron.dance MCP server: upcoming gigs, community links, RSVP, and Spotify top tracks.

Uptime
100.0%
3 direct probes · 30d
Response
1096ms
last probe
Tools
4
callable
Resources
2
readable
Prompts
1
available

Tools · 4

list_upcoming_gigs

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…

rsvp_to_gig

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_top_tracks

Get electron.dance's current Spotify top tracks (short term). Requires a bearer token.

get_site_links

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

site-links

Same data as the get_site_links tool, as an attachable resource.

electron-dance://site-links
upcoming-gigs

Same data as the list_upcoming_gigs tool, as an attachable resource.

electron-dance://gigs/upcoming

Prompts · 1

gigs_tonight

Ask what's on tonight at electron.dance, resolved against real upcoming-gig data.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "electron.dance": {
      "url": "https://electron.dance/api/mcp",
      "transport": "streamable-http"
    }
  }
}