← Back to Payloads
Community2026-04-27

Luma Event Manager: Never Miss a Relevant Conference Again

Luma's event API covers 100K+ tech conferences, meetups, and hackathons globally. This skill turns it into an agent-accessible tool — discover events by topic or location, track speakers, RSVP programmatically, and build event feeds for your community.
Quick Access
Install command
$ mrt install luma
Browse related skills
Luma Event Manager: Never Miss a Relevant Conference Again

TL;DR

Luma Event Manager gives your agent access to Luma's event database — 100K+ conferences, meetups, and hackathons worldwide. Search by topic, location, date, or keyword; get speaker lineups; track attendance; and RSVP programmatically.

The 10-Second Pitch

  • **100K+ events** — global coverage of tech conferences, hackathons, and meetups
  • **Topic and location search** — filter by keyword, city, country, and date range
  • **Speaker intelligence** — pull speaker lineups and compare against your interest graph
  • **RSVP automation** — register for events programmatically where Luma's API supports it
  • **Event tracking** — build a watchlist of events with reminders
  • **Community pipeline** — feed event discoveries into a Discord or Slack channel

Setup in 2 Steps

1. **Install:**

mrt install luma-event-manager

2. **Configure your interests:**

~/.luma-mcp/config.yaml

interests:

  • AI/ML
  • Systems programming
  • Developer tools

location:

city: San Francisco

radius_km: 100

alerts:

channel: discord

webhook: your_discord_webhook

3. **Query:**

luma search --topic "AI agents" --city "London" --month 2026-06

luma rsvp --event-id luma_12345 --attendee-name "Your Name"

**Prompt to test it:**

Find all AI/ML conferences in the Bay Area happening in Q3 2026 with more than 500 expected attendees, and show me the confirmed keynote speakers.

Building an Event Alert Pipeline

This skill becomes powerful when connected to a community pipeline:

events = luma.search(topics=["AI/ML", "LLMs"], city="London", weeks_ahead=2)

for event in events[:5]:

discord.send(channel="events", message=f"**{event['name']}** — {event['date']}")

Pros / Cons

ProsCons
Massive event database with global coverageAPI rate limits on free tier
RSVP automation saves timeNot all events support programmatic RSVP

Verdict

If you manage a developer community, run a meetup group, or travel to conferences, this skill pays off quickly. The RSVP automation alone saves an hour a month of manual registration.

Good for community manager use casesEvent data freshness varies by region