← Registry

AI & Machine Learning

aimeetup.co

An MCP server for discovering and searching AI meetups by location, date, and keyword, providing event details like venue, organizer, and canonical URLs.

1 endpoint9 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://aimeetup.co/mcp

No auth detected

MCP server metadata

Name
AI Meetup
Version
1.0.0
Capabilities
toolsresourcesprompts

Known tools 9

get_local_context

Return the geography this AI Meetup host represents.

Inferred read-only
search_meetups

Search published AI meetups by keyword, location, date range and format.

Inferred read-only
find_upcoming_meetups

List AI meetups starting soon, nearest first in time.

Inferred read-only
find_nearby_meetups

Find AI meetups within a radius of a coordinate pair, sorted by distance.

Inferred read-only
get_meetup

Fetch one published AI meetup by its slug, including venue, timing, organizer name and the canonical event URL.

Inferred read-only
search_locations

Find US cities, counties and states covered by AI Meetup, with their local site URLs.

Inferred read-only
get_location

Describe one location: Census population, coordinates, how much AI activity it has, and the nearby communities to try if it is quiet.

Inferred read-only
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.

Inferred read-only
get_organizer

Look up a meetup organizer's public profile and the published meetups they run.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.