Skip to main content
Glama
603,971 tools. Updated 2026-09-23 16:57

"A server for Python POP and IMAP email handling" matching MCP tools:

  • Initiate POP onboarding by sending a one-time password (OTP) to an email. Returns the OTP for immediate verification and auto-creates an account if the email is new.
    MIT
  • Assign custom IMAP keywords or labels to an email, such as color tags or app labels. Passes the keyword verbatim while rejecting system flags; fails if the server does not accept it.
    MIT
  • Remove a custom IMAP keyword or label from an email by UID, passing the keyword verbatim. Rejects system flags like \Flagged; use dedicated tools for those.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to read, search, compose, and send emails by connecting to any IMAP/SMTP provider. It supports comprehensive mailbox management, including draft handling and message deletion, directly through natural language.
    10
    209 npm
    10
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Project Point One Percent - Agent Pay \[pop-pay] is a payment guardrail and one-time flow protocol specifically designed for Agentic AI (e.g., Claude Code, OpenClaw). It enables agents to handle financial transactions safely without risking unlimited exposure of human-controlled credit cards.
    568 PyPI
    1
    MIT

Matching MCP Connectors

  • Apply a custom IMAP keyword (like a color label or tag) to an email, passing the keyword exactly as given while rejecting system flags like \\Seen or \\Flagged.
    MIT
  • Remove a custom IMAP keyword or label from an email by UID. Passes the keyword verbatim while rejecting system flags, and fails if the server does not allow the change.
    MIT
  • Pop a bubbled email thread to send it back to the Imbox without deletion. Requires the thread's topic ID.
    MIT
  • Retrieve the full content of an email by its IMAP UID, including body text and attachment metadata. Use after listing or searching emails to read specific messages.
    MIT
  • Compose an email and save it to an IMAP folder such as Drafts using only IMAP, no SMTP needed. Store drafts or templates with recipients, subject, body, attachments, and flags.
    BSD 3-Clause
  • Retrieve emails from supported email services (IMAP, MailHog, Mailpit) with filtering options for folder, unread status, sender, and subject.
    MIT
  • Retrieve server details including POP location and CDN information for specified download, upload, and latency URLs. No speed test performed.
    Python
    MIT
  • Delete a label. For ProtonMail, removes the label folder. For IMAP keywords, use remove_label on individual emails.
    LGPL 3.0
    Destructive