Mailgent MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mailgent MCP Servercheck my inbox for recent messages and summarize the latest one"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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 earlierTools
Identity
Tool | Description |
| Get identity info — name, email, scopes |
Tool | Description |
| Send email |
| Reply to a message |
| List inbox messages |
| Get a specific message |
| Update message labels |
| Delete a message |
| List conversation threads |
| Get a full thread |
| Delete a thread |
Vault
Tool | Description |
| List stored credentials |
| Get a decrypted credential |
| Generate a TOTP code (response includes |
| Atomically consume one TOTP backup code |
| Store or update a credential (generic — any type) |
| Store an API key (single secret or OAuth client+secret pair) |
| Store a payment card — encrypted at rest, vault does not process payments |
| Store a shipping / mailing address |
| Delete 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
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/loomal-ai/loomal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server