Send eCards, run bulk campaigns, and automate recurring cards from your AI assistant.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Ecardwidget MCP.
ecw_whoamiCallable MCP tool function
ecw_describe_fieldsCallable MCP tool function
ecw_search_ecardsCallable MCP tool function
ecw_get_widget_ecardsCallable MCP tool function
ecw_create_ecardCallable MCP tool function
ecw_list_team_membersCallable MCP tool function
The official Model Context Protocol server for eCardWidget. Let an AI assistant (Claude Desktop, Claude Code, Cursor, β¦) work in your eCardWidget account β search and send eCards, manage your directory, list campaigns/widgets/automations β using an API key you generate and scope yourself.
The assistant can only ever do what your API key permits. On startup the server asks the API what the key is allowed to do and registers only the tools that key is scoped for. All scope enforcement, throttling, and auditing happen server-side.
First, generate a scoped API key in your eCardWidget dashboard: Settings β Developers β API Keys. Grant only the areas you want the assistant to touch. Then pick whichever install fits your client:
Download ecardwidget-mcp.mcpb from the latest release
and open it. Claude Desktop shows an install dialog that asks you for your API key (stored in your OS
keychain) β no config files, no commands.
The server reads the saved key automatically. (npx ecardwidget-mcp logout removes it.)
Restart your client. It connects and shows the tools your key is scoped for. Precedence: an explicit
ECW_API_KEY env var always wins over the saved login credential.
| Variable | Required | Default | Description |
|---|---|---|---|
ECW_API_KEY | yes | β | Your scoped API key (used as a Bearer token). |
ECW_BASE_URL | no | https://app.ecardwidget.com | Override only for a custom domain / testing. |
All tools are namespaced ecw_*; only those your key is scoped for are registered.
ecw_whoami, ecw_describe_fields (what fields you can set on a
widget / eCard / campaign / automation β synced from the OpenAPI spec)ecw_search_ecards, ecw_get_widget_ecards, ecw_create_ecard (image via URL or base64),
ecw_send_ecard, ecw_delete_ecardecw_list_team_members, ecw_find_team_member, ecw_upsert_team_member,
ecw_import_team_members, ecw_deactivate_team_member, ecw_delete_team_memberecw_list_widgets, ecw_create_widget, ecw_duplicate_widget, ecw_delete_widgetecw_list_automations, ecw_create_automation (birthday / anniversary / onboarding)ecw_list_campaigns, ecw_create_campaign (draft), ecw_send_campaignDestructive tools (delete, send campaign) use a two-step confirmation β call once for a preview + a one-time token, then again with the token to execute. Deleting automations/campaigns and sending gift-card campaigns require confirmation in the dashboard.
The server ships prompts β guided, multi-step flow templates your client surfaces as
slash-commands/suggestions: run_campaign, setup_automation, spin_up_widget, import_directory
(each shown only if your key is scoped for it). It also hands the assistant a compact overview of the
object model and the core flows at connect, so it understands how widgets, eCards, campaigns,
automations, and the directory fit together.
Ask naturally, e.g. "Send a birthday eCard from our Thank-You widget to grace@acme.com".
See SECURITY.md. In short: least-privilege scoped keys, server-side enforcement is the real guarantee, destructive actions require a two-step confirmation, and the API key is never logged.
MIT
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ecardwidget-mcp)<a href="https://allmcps.com/mcp/ecardwidget-mcp"><img src="https://allmcps.com/api/badge/ecardwidget-mcp?style=directory" alt="Ecardwidget MCP on AllMCPs" /></a>