MCP Hub
Back to servers

Mailgent MCP Server

Provides identity infrastructure for AI agents to manage email communications, including sending, replying, and organizing messages. It also includes a secure vault for managing credentials and generating TOTP codes.

glama
Updated
Apr 6, 2026

loomal-mcp

Identity infrastructure for AI agents — email, credentials, and TOTP in one place.

Quick Start

{
  "mcpServers": {
    "loomal": {
      "command": "npx",
      "args": ["-y", "loomal-mcp"],
      "env": {
        "LOOMAL_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Get your API key from console.loomal.ai.

Examples

> Send an onboarding email to the new client
> Check my inbox and reply to the latest message
> Store my Stripe API key in the vault
> Get the TOTP code for my AWS account
> Delete the test thread I created earlier

Tools

Identity

ToolDescription
mail.whoamiGet identity info — name, email, scopes

Email

ToolDescription
mail.sendSend email
mail.replyReply to a message
mail.list_messagesList inbox messages
mail.get_messageGet a specific message
mail.update_labelsUpdate message labels
mail.delete_messageDelete a message
mail.list_threadsList conversation threads
mail.get_threadGet a full thread
mail.delete_threadDelete a thread

Vault

ToolDescription
vault.listList stored credentials
vault.getGet a decrypted credential
vault.totpGenerate a TOTP code
vault.storeStore or update a credential
vault.deleteDelete a credential

Multiple Identities

Each identity is its own MCP server instance:

{
  "mcpServers": {
    "sales-agent": {
      "command": "npx",
      "args": ["-y", "loomal-mcp"],
      "env": { "LOOMAL_API_KEY": "loid-sales-key" }
    },
    "support-agent": {
      "command": "npx",
      "args": ["-y", "loomal-mcp"],
      "env": { "LOOMAL_API_KEY": "loid-support-key" }
    }
  }
}

Docs

docs.loomal.ai

License

MIT

Reviews

No reviews yet

Sign in to write a review