🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@sendpookie/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sendpookie/mcp

SendPookie MCP Server — create and manage digital gifts via Claude

latest
Source
npmnpm
Version
2.0.1
Version published
Weekly downloads
26
100%
Maintainers
1
Weekly downloads
 
Created
Source

@sendpookie/mcp

MCP server for SendPookie — create and manage cinematic digital gifts directly from Claude.

What is SendPookie?

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.

Installation

npm install -g @sendpookie/mcp

Or use with npx (no install needed):

npx @sendpookie/mcp

Setup

1. Get an API key

Sign in at sendpookie.com, open Settings → Developer, and generate an API key (pk_live_...).

2. Configure Claude Desktop

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.

3. Configure Claude Code (CLI)

claude mcp add sendpookie \
  -e POOKIE_API_KEY=pk_live_YOUR_KEY_HERE \
  --scope user \
  -- npx -y @sendpookie/mcp

Environment variables

VariableDefaultDescription
POOKIE_API_KEYRequired. Your API key from Settings → Developer
POOKIE_API_URLhttps://us-central1-sendpookie.cloudfunctions.net/api/v1Override for local dev

Available tools (14)

ToolDescription
pookie_createCreate a new gift draft
pookie_listList all your gifts
pookie_getGet a gift with all its slides
pookie_updateUpdate gift metadata
pookie_deletePermanently delete a gift
pookie_publishPublish and get a share link
pookie_unpublishTake a gift offline
pookie_add_slideAdd a slide (hero, letter, photo_wall, chat_replay, …)
pookie_edit_slideEdit an existing slide
pookie_remove_slideRemove a slide
pookie_reorderReorder slides
pookie_insightsView analytics (views, time spent per slide)
pookie_repliesRead replies from the recipient
pookie_upload_urlGet a pre-signed URL for photo/audio uploads

Example conversation

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

Slide types

TypeContent fields
heroheadline, subheadline?, backgroundUrl?
traitstraits: string[]
photo_wallphotos: [{url, caption?}]
chat_replaymessages: [{sender, text, ts?}]
letterbody, signedBy?
voice_noteaudioUrl, transcriptText?
candle_blow(no content — interactive animation)
gift_revealgiftName, giftDescription?, giftImageUrl?
thank_youmessage?, ctaLabel?, ctaUrl?

License

MIT © SendPookie

Keywords

mcp

FAQs

Package last updated on 14 May 2026

Did you know?

Socket

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.

Install

Related posts