Pulls event data from hiddenevents.online every 2 hours across 17 cities in the US, Canada, India, and Singapore. Exposes three tools: search_events for full-text queries across names, hosts, and tags with city and date filters, get_upcoming_events for chronological listings, and list_cities for availability checks. The scraper hits non-featured pages and map pins to surface smaller meetups that don't make it to discovery feeds. Data caches in memory, no API key required. Reach for this when you need to surface founder dinners, niche AI meetups, or hackathons that slip through algorithmic curation, or when building networking calendars around specific cities and timeframes.
claude mcp add --transport http events-mcp https://mcp.hiddenevents.online/mcpRun in your terminal. Add --scope user to make it available in every project.
Review the command, arguments, and environment values before installing — MCP servers run with your local permissions.
Verified live against the running server on Jun 10, 2026.
search_eventsSearch for tech events, startup meetups, AI events, and more across cities. Searches event names, hosts, organizers, and tags.5 paramsSearch for tech events, startup meetups, AI events, and more across cities. Searches event names, hosts, organizers, and tags.
citystringbengaluru · singapore · sf · mumbai · new-delhi · bostonlimitnumberquery*stringto_datestringfrom_datestringget_upcoming_eventsGet the next upcoming events in a specific city, sorted by date. Great for finding what's happening soon.3 paramsGet the next upcoming events in a specific city, sorted by date. Great for finding what's happening soon.
city*stringbengaluru · singapore · sf · mumbai · new-delhi · bostonlimitnumberoffsetnumberlist_citiesList all available cities with event counts. Use this to see which cities have events and how many.List all available cities with event counts. Use this to see which cities have events and how many.
No parameters — call it with no arguments.
MCP server for discovering tech events, startup meetups, AI events, hackathons, and more across 17 cities — including hidden events not on featured pages.
Data updates every 2 hours from hiddenevents.online.
US: New York City, San Francisco, Los Angeles, Austin, Seattle, Miami, Boston Canada: Toronto, Vancouver, Montreal India: Bengaluru, Mumbai, New Delhi, Pune, Hyderabad, Chennai Singapore
Add to your claude_desktop_config.json:
{
"mcpServers": {
"events": {
"command": "npx",
"args": ["-y", "events-mcp"]
}
}
}
claude mcp add events -- npx -y events-mcp
Add to MCP settings:
{
"mcpServers": {
"events": {
"command": "npx",
"args": ["-y", "events-mcp"]
}
}
}
| Tool | Description |
|---|---|
search_events | Full-text search across event names, hosts, organizers, and tags. Filter by city, date range. |
get_upcoming_events | Get the next upcoming events in a city, sorted by date. |
list_cities | List all available cities with event counts. |
Find your people
Never miss what matters
Plan your week
Discover hidden gems
Events are scraped from multiple sources every 2 hours — not just featured/curated pages, but also map pins and organizer calendars. This means we surface events that don't appear on Luma's discover page.
The MCP server fetches event data from hiddenevents.online (hosted on GitHub Pages) and caches it in memory. No API key needed. No database. Zero config.
MIT