← Back to Plugins
MCP Server MCP

io.github.eCardWidget/ecardwidget-mcp

github By github 👁 1 views ▲ 0 votes

Send eCards, run bulk campaigns, and automate recurring cards from your AI assistant.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "ecardwidget-mcp",
      "version": "0.5.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Scoped eCardWidget API key (Settings → Developers → API Keys). Used as a Bearer token.",
          "isRequired": true,
          "isSecret": true,
          "name": "ECW_API_KEY"
        },
        {
          "description": "Override the API base URL (default https://app.ecardwidget.com). For custom domains / testing.",
          "default": "https://app.ecardwidget.com",
          "name": "ECW_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...