meetup.com
Meetup is a platform for finding and building local and online communities through groups and events. Organizers use it to run communities and events, while members use it to discover, join, and attend them.
Meetup exposes a GraphQL API at `https://api.meetup.com/gql-ext` authenticated with Meetup-issued OAuth 2 access tokens, plus a public MCP server at `https://chatgpt-app.meetup.com/mcp` over SSE.
- Meetup MCP serverdiscovered
- Meetup GraphQL APIdiscovered
Create or manage an OAuth client from OAuth client registration / OAuth Clients. Meetup says only members with an active Meetup Pro subscription can create new OAuth consumers, and approval is not guaranteed. Register a redirect_uri, then use Meetup's OAuth 2 flows from the authentication docs to obtain an access token sent as Authorization: bearer {ACCESS_TOKEN}. The docs also describe server flow, refresh-token flow, and a JWT flow for server-to-server use.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://meetup.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing