Skip to main content
Glama

Migadu MCP Server

by Michaelzag
MIT License

list_identities

Retrieve email identity details for a mailbox, including statistics and samples, using the MCP server designed for managing Migadu email hosting services.

Instructions

List email identities for mailbox. Returns summary with statistics and samples.

Input Schema

NameRequiredDescriptionDefault
domainNo
mailboxYes

Input Schema (JSON Schema)

{ "properties": { "domain": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Domain" }, "mailbox": { "title": "Mailbox", "type": "string" } }, "required": [ "mailbox" ], "type": "object" }

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/Michaelzag/migadu-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server