migma.ai
Migma is an AI email platform for generating, previewing, validating, sending, and exporting branded emails, plus managing audiences, campaigns, domains, and webhooks. It also offers agent-oriented access patterns so AI tools and MCP clients can work with a user’s Migma account.
Migma exposes a bearer-authenticated REST API at api.migma.ai, an OAuth- or bearer-authenticated remote MCP server at migma.ai/mcp, and a `migma` CLI that authenticates via interactive login or `MIGMA_API_KEY`.
- Migma MCP Serverdetected
- Migma REST APIdiscovered
- Migma CLIdiscovered
$ migma loginAcquired by the CLI — running migma login opens the auth flow and stores the credential.
For OAuth-capable MCP clients, point the client at https://migma.ai/mcp or discover auth from authorization-server metadata. The client self-registers with Migma using Dynamic Client Registration at POST /oauth2/register, then sends the user through Migma consent; the user only reviews scopes and approves access. No manual client creation in a developer portal is documented; the resulting access_token is a scoped Migma API key.
conventions · 2/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://migma.ai/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://migma.ai/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing