io.github.git-akki/sendpookie
NPM · @SENDPOOKIE/MCP · SCANNED SEP 20
Create and send cinematic digital gifts for birthdays and anniversaries via Claude.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 128 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability82
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 1349 tokens (~96/item across 14 items; 14 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
- Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage92
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 76% of tool parameters carry a description.Partial
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "pookie_delete" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.git-akki/sendpookie MCP server?
io.github.git-akki/sendpookie runs locally as an npm package, launched with npx -y @sendpookie/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @sendpookie/mcp
claude mcp add git-akki-sendpookie -- npx -y @sendpookie/mcp
{
"mcpServers": {
"git-akki-sendpookie": {
"command": "npx",
"args": [
"-y",
"@sendpookie/mcp"
]
}
}
} {
"servers": {
"git-akki-sendpookie": {
"command": "npx",
"args": [
"-y",
"@sendpookie/mcp"
]
}
}
} codex mcp add git-akki-sendpookie -- npx -y @sendpookie/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"git-akki-sendpookie": {
"type": "local",
"command": [
"npx",
"-y",
"@sendpookie/mcp"
],
"enabled": true
}
}
} openclaw mcp add git-akki-sendpookie --command npx --arg -y --arg @sendpookie/mcp
mcp_servers:
git-akki-sendpookie:
command: "npx"
args: ["-y", "@sendpookie/mcp"] {
"McpServers": {
"git-akki-sendpookie": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@sendpookie/mcp"
]
}
}
} assistant mcp add git-akki-sendpookie -t stdio -c npx -a -y @sendpookie/mcp
{
"mcpServers": {
"git-akki-sendpookie": {
"command": "npx",
"args": [
"-y",
"@sendpookie/mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −3
- Stability: pass → 0.80 functional
- 16 Sept 26 +1
- Stability: 0.97 → pass security
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 10 Sept 26 −3
- Stability: pass → 0.80 functional
- 9 Sept 26 +1
- Stability: 0.97 → pass security
- 7 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed npm/@sendpookie/mcp@2.0.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 95 packages
| Packages resolved | 95 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
pookie_add_slide ~306
Add a new slide to a gift. The slide is appended after existing slides. Slide types and the content each expects: - hero: { headline, subheadline?, backgroundUrl? } — Opening title card. - traits: { traits: string[] } — A list of personality traits or things you love about the recipient. - photo_wall: { photos: Array<{ url, caption? }> } — A collage of photos with optional captions. - chat_replay: { messages: Array<{ sender, text, ts? }> } — Replays a chat conversation, typewriter style. - letter: { body, signedBy? } — A heartfelt letter rendered in a nice font. - voice_note: { audioUrl, transcriptText? } — Plays a recorded voice message; transcript optional. - candle_blow: {} — Interactive birthday-candle animation the recipient blows out. - gift_reveal: { giftName, giftDescription?, giftImageUrl? } — Reveals a physical or virtual gift. - thank_you: { message?, ctaLabel?, ctaUrl? } — Closing slide with optional reply CTA.
| Name | Type | Req | Description |
|---|---|---|---|
| content | object | – | Slide-specific content payload. See tool description for shape per slideType. |
| giftId | string | yes | The Firestore document ID of the gift. |
| interactions | object | – | Optional interaction configuration for the slide (e.g. reaction buttons). |
| slideType | string | yes | The type of slide to add. |
No output schema declared.
No examples provided.
pookie_create ~162
Create a new digital gift (Pookie). Returns the gift object including its id and slug. Required: recipientName. Optional: occasion (e.g. birthday, anniversary, graduation), vibe (e.g. romantic, funny, heartfelt), template, tier.
| Name | Type | Req | Description |
|---|---|---|---|
| occasion | string | – | The occasion for the gift, e.g. birthday, anniversary, graduation, just-because. |
| recipientName | string | yes | The name of the person receiving the gift. |
| template | string | – | The visual template ID to use for this gift. |
| tier | string | – | The tier level of the gift, e.g. free, premium. |
| vibe | string | – | The emotional tone of the gift, e.g. romantic, funny, heartfelt, playful. |
No output schema declared.
No examples provided.
pookie_delete ~51
Permanently delete a gift and all its slides. This action is irreversible. Use only when the user explicitly confirms deletion.
| Name | Type | Req | Description |
|---|---|---|---|
| giftId | string | yes | The Firestore document ID of the gift to delete. |
No output schema declared.
No examples provided.
pookie_edit_slide ~88
Update the content, interactions, or slideType of an existing slide. Only the fields you provide are changed.
| Name | Type | Req | Description |
|---|---|---|---|
| content | object | – | – |
| giftId | string | yes | The Firestore document ID of the gift. |
| interactions | object | – | – |
| slideId | string | yes | The Firestore document ID of the slide to edit. |
| slideType | string | – | – |
No output schema declared.
No examples provided.
pookie_get ~53
Get a single gift by its id, including all its slides in sort order. Use this to inspect a gift before editing or sharing it.
| Name | Type | Req | Description |
|---|---|---|---|
| giftId | string | yes | The Firestore document ID of the gift. |
No output schema declared.
No examples provided.
pookie_insights ~54
Get analytics for a published gift: total view count, page views, unique viewers, first viewed timestamp, and average time spent per slide.
| Name | Type | Req | Description |
|---|---|---|---|
| giftId | string | yes | The Firestore document ID of the gift. |
No output schema declared.
No examples provided.
pookie_list ~42
List all gifts created by the authenticated user, ordered newest first. Returns up to 50 gifts with their id, recipientName, status, slug, and timestamps.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
pookie_publish ~72
Publish a gift so the recipient can view it. Returns a shareUrl (e.g. https://sendpookie.com/g/<slug>) and publishedAt timestamp. The gift status changes from 'draft' to 'published'.
| Name | Type | Req | Description |
|---|---|---|---|
| giftId | string | yes | The Firestore document ID of the gift to publish. |
No output schema declared.
No examples provided.
pookie_remove_slide ~64
Remove a slide from a gift by its slideId. The remaining slides keep their existing sort order.
| Name | Type | Req | Description |
|---|---|---|---|
| giftId | string | yes | The Firestore document ID of the gift. |
| slideId | string | yes | The Firestore document ID of the slide to remove. |
No output schema declared.
No examples provided.
pookie_reorder ~87
Reorder all slides in a gift by providing the full ordered array of slide IDs. Every slide in the gift must be included; their sortOrder is reassigned to match the array index.
| Name | Type | Req | Description |
|---|---|---|---|
| giftId | string | yes | The Firestore document ID of the gift. |
| slideIds | array | yes | All slide IDs in the desired display order, index 0 = first slide. |
No output schema declared.
No examples provided.
pookie_replies ~46
Fetch thank-you replies left by the recipient on a gift's thank_you slide, ordered newest first.
| Name | Type | Req | Description |
|---|---|---|---|
| giftId | string | yes | The Firestore document ID of the gift. |
No output schema declared.
No examples provided.
pookie_unpublish ~62
Unpublish a previously-published gift, taking it offline and setting its status back to 'draft'. The shareUrl will stop working until the gift is published again.
| Name | Type | Req | Description |
|---|---|---|---|
| giftId | string | yes | The Firestore document ID of the gift to unpublish. |
No output schema declared.
No examples provided.
pookie_update ~95
Update metadata fields of an existing draft gift. Updatable fields: recipientName, occasion, vibe, template, tier. At least one field must be supplied.
| Name | Type | Req | Description |
|---|---|---|---|
| giftId | string | yes | The Firestore document ID of the gift to update. |
| occasion | string | – | – |
| recipientName | string | – | – |
| template | string | – | – |
| tier | string | – | – |
| vibe | string | – | – |
No output schema declared.
No examples provided.
pookie_upload_url ~167
Get a pre-signed Google Cloud Storage upload URL so the client can upload a file directly without routing through the API. Returns uploadUrl (PUT to this), publicUrl (permanent read URL after upload), storage path, and expiry seconds (900). Allowed file types: image/jpeg, image/png, image/webp, image/gif, audio/webm, audio/mp4, audio/mpeg. Max 10 MB.
| Name | Type | Req | Description |
|---|---|---|---|
| fileName | string | – | Original file name (optional, used to generate storage path). |
| fileSize | number | – | File size in bytes (optional, validated against 10 MB limit). |
| fileType | string | yes | MIME type of the file being uploaded. |
| giftId | string | yes | The gift this file will be attached to. |
No output schema declared.
No examples provided.
What is the io.github.git-akki/sendpookie MCP server?
io.github.git-akki/sendpookie is an MCP server listed in the public MCP registry as io.github.git-akki/sendpookie. Create and send cinematic digital gifts for birthdays and anniversaries via Claude. This page covers its npm package (@sendpookie/mcp).
Is the io.github.git-akki/sendpookie MCP server safe to use?
io.github.git-akki/sendpookie scores 76 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.git-akki/sendpookie MCP server expose?
io.github.git-akki/sendpookie exposes 14 tools: pookie_create, pookie_list, pookie_get, pookie_update, pookie_delete, and 9 more. Their descriptions and schemas cost roughly 1,349 tokens of context every time the server is loaded.
Is the io.github.git-akki/sendpookie MCP server still maintained?
io.github.git-akki/sendpookie is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.git-akki/sendpookie MCP server under?
io.github.git-akki/sendpookie declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.