← Back to Plugins
MCP Server MCP

io.github.shipmail-to/shipmail-mcp

github By github 👁 1 views ▲ 0 votes

Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://shipmail.to/api/mcp",
      "headers": [
        {
          "description": "Bearer <Shipmail API key> (sm_live_...). Create one at https://shipmail.to/docs/quick-start.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "shipmail-mcp",
      "version": "0.7.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Shipmail API key (sm_live_...). Create one at https://shipmail.to/docs/quick-start.",
          "isRequired": true,
          "isSecret": true,
          "name": "SHIPMAIL_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...