MCP Server
MCP
io.github.eCardWidget/ecardwidget-mcp
Send eCards, run bulk campaigns, and automate recurring cards from your AI assistant.
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
By
Comments
Sign in to leave a comment