
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@sendpookie/mcp
Advanced tools
MCP server for SendPookie — create and manage cinematic digital gifts directly from Claude.
SendPookie lets you build multi-slide celebration experiences for birthdays, anniversaries, graduations, and more. Share a link with your person; they watch slides, react, and reply. Built for moments that deserve more than a text message.
npm install -g @sendpookie/mcp
Or use with npx (no install needed):
npx @sendpookie/mcp
Sign in at sendpookie.com, open Settings → Developer, and generate an API key (pk_live_...).
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"sendpookie": {
"command": "npx",
"args": ["-y", "@sendpookie/mcp"],
"env": {
"POOKIE_API_KEY": "pk_live_YOUR_KEY_HERE"
}
}
}
}
Restart Claude Desktop. You'll see SendPookie in the integrations list.
claude mcp add sendpookie \
-e POOKIE_API_KEY=pk_live_YOUR_KEY_HERE \
--scope user \
-- npx -y @sendpookie/mcp
| Variable | Default | Description |
|---|---|---|
POOKIE_API_KEY | — | Required. Your API key from Settings → Developer |
POOKIE_API_URL | https://us-central1-sendpookie.cloudfunctions.net/api/v1 | Override for local dev |
| Tool | Description |
|---|---|
pookie_create | Create a new gift draft |
pookie_list | List all your gifts |
pookie_get | Get a gift with all its slides |
pookie_update | Update gift metadata |
pookie_delete | Permanently delete a gift |
pookie_publish | Publish and get a share link |
pookie_unpublish | Take a gift offline |
pookie_add_slide | Add a slide (hero, letter, photo_wall, chat_replay, …) |
pookie_edit_slide | Edit an existing slide |
pookie_remove_slide | Remove a slide |
pookie_reorder | Reorder slides |
pookie_insights | View analytics (views, time spent per slide) |
pookie_replies | Read replies from the recipient |
pookie_upload_url | Get a pre-signed URL for photo/audio uploads |
You: Create a birthday gift for Priya with a romantic vibe. Add a hero slide saying "Happy Birthday Priya 🎂" and a letter slide telling her how much she means to me. Publish it.
Claude: I'll create that right now… ✅ Gift created · Gift ID:
abc123✅ Hero slide added ✅ Letter slide added ✅ Published · Share link: https://sendpookie.com/g/priya-bday-2026
| Type | Content fields |
|---|---|
hero | headline, subheadline?, backgroundUrl? |
traits | traits: string[] |
photo_wall | photos: [{url, caption?}] |
chat_replay | messages: [{sender, text, ts?}] |
letter | body, signedBy? |
voice_note | audioUrl, transcriptText? |
candle_blow | (no content — interactive animation) |
gift_reveal | giftName, giftDescription?, giftImageUrl? |
thank_you | message?, ctaLabel?, ctaUrl? |
MIT © SendPookie
FAQs
SendPookie MCP Server — create and manage digital gifts via Claude
The npm package @sendpookie/mcp receives a total of 20 weekly downloads. As such, @sendpookie/mcp popularity was classified as not popular.
We found that @sendpookie/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.