Skip to main content
Glama

Migadu MCP Server

by Michaelzag
MIT License

create_identity

Generate email identities for Migadu accounts by specifying mailbox, name, password, and optional domain. Manage email configurations efficiently with structured inputs.

Instructions

Create email identities. List of dicts with: target, mailbox, name, password (required), domain (optional).

Input Schema

NameRequiredDescriptionDefault
identitiesYes

Input Schema (JSON Schema)

{ "properties": { "identities": { "items": { "additionalProperties": true, "type": "object" }, "title": "Identities", "type": "array" } }, "required": [ "identities" ], "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