Skip to main content
Glama
551,101 tools. Updated 2026-09-12 03:32

"Meetup" matching MCP tools:

  • Create an email address on your domain and get IMAP/SMTP login credentials for any email client. Generate a strong password automatically if none is provided.
    MIT
  • Set an HTTPS webhook URL for a mailbox to receive POST requests on every new inbound message, so agents avoid polling. A signing secret enables HMAC-SHA256 payload verification.
    MIT
  • Remove an email in two stages: move it to Trash first, then permanently delete it after user confirmation.
    MIT
  • Check current billing tier, limits, and real usage for domains, emails, and storage before bulk operations to avoid hitting limits mid-batch.
    MIT
  • Create a new API key and receive the full key only once. Display it immediately so users can save it to an environment variable or another tool's configuration.
    MIT
  • Immediately revoke an API key to cut off access for any script, server, or job using it. This action is permanent, so confirm the key is no longer needed before calling.
    MIT

Matching MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Plans meetups with driving-time-balanced area suggestions and place recommendations using Kakao Local and Mobility APIs.
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    An MCP server for automating Meetup event tracking with an AI agent. It equips the agent with tools to browse Meetup.com, detect new events since the last known record, and return structured event data.
    8
    1
    MIT

Matching MCP Connectors

  • Score a meetup topic, place a speaker on the right stage, price community reach. ELC data.

  • MektupOAuth

    Fully-managed email as MCP tools - register domains, real mailboxes, send and receive mail.

  • Delete a domain and automatically remove every mailbox and message under it. Use when you need to permanently remove a domain and all its email data.
    MIT
  • Download an attachment from an email message by providing the message ID and attachment index. Returns base64-encoded content; decode it to access the raw file when the actual data is required.
    MIT
  • List API keys on your account to view their prefixes and statuses, helping you manage active credentials without exposing full keys.
    MIT
  • Delete a mailbox to immediately stop incoming mail delivery; existing messages in the mail store remain untouched.
    MIT
  • Register a domain with Mektup to receive the exact DNS records (MX, SPF, DMARC, DKIM) and setup recommendations needed to configure email sending.
    MIT
  • Retrieve a complete email message with its body and attachment metadata, and mark it as read in one call.
    MIT
  • Verify your authentication status by retrieving the current account identity. Use this tool as a health check to confirm valid credentials.
    MIT
  • Retrieve all domains registered to your Mektup account to review and manage your email setup.
    MIT
  • Check a domain's live MX records against Mektup's expected values and mark the domain as verified when they match. Use after adding DNS records and allowing propagation time.
    MIT
  • Reset a mailbox's IMAP/SMTP-AUTH password when credentials are lost. Generate a new one or provide your own; it becomes active on next login and is displayed only once.
    MIT
  • Retrieve a mailbox's configured webhook URL to verify its incoming event endpoint. The signing secret is never returned, keeping it secure.
    MIT
  • Remove a custom email folder without losing its messages; mail automatically returns to the Inbox or Sent view.
    MIT
  • Retrieve account-level email contacts aggregated from every mailbox you own. Shows everyone you email from any mailbox, regardless of which address you use.
    MIT
  • Send a real email message from a verified domain or provisioned mailbox, with HTML or plain-text body, attachments, reply-to, and optional draft cleanup after successful delivery.
    MIT