← aimeetup.co
INDIVIDUAL MCP TOOL
find_upcoming_meetups
List AI meetups starting soon, nearest first in time.
LIVE ENDPOINT
https://aimeetup.co/mcp
Connect to this endpoint to inspect the live schema for find_upcoming_meetups and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ai-meetup]
url = "https://aimeetup.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-meetup": {
"type": "http",
"url": "https://aimeetup.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-meetup
Remote MCP URL: https://aimeetup.co/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ai-meetup": {
"url": "https://aimeetup.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-meetup": {
"type": "http",
"url": "https://aimeetup.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-meetup",
"transport": "streamable-http",
"url": "https://aimeetup.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_local_context— Return the geography this AI Meetup host represents.search_meetups— Search published AI meetups by keyword, location, date range and format.find_nearby_meetups— Find AI meetups within a radius of a coordinate pair, sorted by distance.get_meetup— Fetch one published AI meetup by its slug, including venue, timing, organizer name and the canonical event URL.search_locations— Find US cities, counties and states covered by AI Meetup, with their local site URLs.get_location— Describe one location: Census population, coordinates, how much AI activity it has, and the nearby communities to try if it is quiet.search_ai_topics— Search AI Meetup's topic hubs and published guides — AI agents, automation, business, ethics, governance, education and more — and return their canonical URLs.get_organizer— Look up a meetup organizer's public profile and the published meetups they run.