Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Pincushion

NPM · PINCUSHION-MCP · SCANNED SEP 21

Stakeholders pin feedback on your live app; your AI agent reads the pins via MCP and fixes them.

Available components

0 this week 74 Trust /100
Trust breakdown (7 categories)

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
  • Known CVEs were checked across the 127 of 128 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Dependency health was assessed across the 127 of 128 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency6
Schema Quality & AI Usability79
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 11932 tokens (~178/item across 67 items; 65 tools + 2 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage95
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 86% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 67 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
Install

How do I install the Pincushion MCP server?

Pincushion runs locally as an npm package, launched with npx -y pincushion-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 · pincushion-mcp

# add to Claude Code
claude mcp add jcooley8-pincushion -- npx -y pincushion-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "jcooley8-pincushion": {
      "command": "npx",
      "args": [
        "-y",
        "pincushion-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "jcooley8-pincushion": {
      "command": "npx",
      "args": [
        "-y",
        "pincushion-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add jcooley8-pincushion -- npx -y pincushion-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jcooley8-pincushion": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "pincushion-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jcooley8-pincushion --command npx --arg -y --arg pincushion-mcp
# ~/.hermes/config.yaml
mcp_servers:
  jcooley8-pincushion:
    command: "npx"
    args: ["-y", "pincushion-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "jcooley8-pincushion": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "pincushion-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add jcooley8-pincushion -t stdio -c npx -a -y pincushion-mcp
// mcp.json
{
  "mcpServers": {
    "jcooley8-pincushion": {
      "command": "npx",
      "args": [
        "-y",
        "pincushion-mcp"
      ]
    }
  }
}
Changelog

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.

  • 20 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 19 Sept 26 0
    • Stability: 0.97 → pass security
  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 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.

  • 13 Sept 26 +58
    • Malware scan: unverified → pass security
    • Injection markers: unverified → pass security
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.80 functional
  • 12 Sept 26 0
    • Package version: 1.11.21 → 1.11.22 functional
  • 11 Sept 26 −45
    • Stability: fail → unverified security
    • Tool safety: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Package version: 1.11.19 → 1.11.21 functional
    • Package version: 1.11.19 → 1.11.20 functional
  • 10 Sept 26 −13
    • Malware scan: pass → unverified security
    • CVE-2026-54285 no longer affects this package security
    • Known CVEs: fail → partial security
    • Tool coverage: 93% → 86% functional
    • Schema quality: 10812 → 11932 functional
    • Package version: 1.11.17 → 1.11.19 functional
Diagnostics

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 21 Sept 2026 · Analysed npm/pincushion-mcp@1.11.22

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 127 packages
Packages resolved 127
Stale 31
Tree resolution Partial

The dependency tree was only partially resolved, so these counts may be incomplete.

Background: SBOMs and build attestations, explained →

MCP tools · 65 exposed · ~11,629 tokens

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 →

Tool Tokens
record_pin_verification ~160

Record a caller-reported verification verdict using the compatible legacy workflow. This does not independently prove deployment, check execution, or client acceptance. For pilot projects, submit_verification_report records append-only observations and attach_verification_run obtains separately validated check evidence.

NameTypeReqDescription
annotationIdstringyesThe pin ID being verified
notesstringOptional plain-text verification notes (up to 2KB) explaining the verdict.
statusstringyesCaller-reported verdict only: "verified" reports success, "regressed" reports a problem, "inconclusive" reports uncertainty, and "pending" records an intended recheck. No value proves independent exe…
verifiedAtstringOptional ISO timestamp. Defaults to now.

No output schema declared.

No examples provided.

register_deployment_discovered_pages ~103

Register the exact bounded URL inventory discovered in one local browser context before staging deployment captures. The backend returns accepted pending pages; upload snapshots and record terminal results only for that returned subset, never for a locally guessed URL.

NameTypeReqDescription
deploymentIdstringyesDeployment event ID supplied by get_pending_critiques.
pageUrlsarrayyesExact URLs discovered in the current same-origin browser context. Harmless URL normalization is applied; query variants remain distinct.

No output schema declared.

No examples provided.

remove_collaboration_integration ~94

Remove a Slack, Microsoft Teams, or Discord webhook subscription from a Pincushion project.

NameTypeReqDescription
integrationIdstringExact integration ID from list_collaboration_integrations.
namestringSubscription name to remove with provider. Default: default.
projectIdstringyesThe Pincushion project ID.
providerstringProvider to remove when integrationId is omitted.

No output schema declared.

No examples provided.

remove_member ~54

Remove a collaborator from a Pincushion project. Frees up the seat if they were an editor.

NameTypeReqDescription
emailstringyesEmail of the person to remove
projectIdstringyesThe project ID

No output schema declared.

No examples provided.

resolve_annotation ~100

Mark an annotation as resolved after addressing the feedback. Optionally add a resolution comment explaining what was changed.

NameTypeReqDescription
annotationIdstringyesThe annotation ID (e.g. "ann_abc123")
commentstringOptional comment explaining the resolution (e.g. "Changed label to Recent Orders in wmlHomePage.html line 42")
resolvedBystringName to attribute the resolution to (defaults to "AI Agent")

No output schema declared.

No examples provided.

resolve_quickstart_demo ~94

Finish the quickstart demo loop after editing the demo copy. Confirms the change, returns the bridge to real usage, and cleans up the throwaway .feedback/.quickstart/ files. Does NOT create or resolve any real pin.

NameTypeReqDescription
annotationIdstringyesThe demo pin id you addressed (e.g. ann_demo_cta).
fixDescriptionstringyesOne line describing what you changed.

No output schema declared.

No examples provided.

search_annotations ~34

Full-text search across all annotation comments, selectors, component names, and tags.

NameTypeReqDescription
querystringyesSearch query string

No output schema declared.

No examples provided.

set_agency_coordination_pilot ~90

Pilot: owner-only switch for the private agency coordination increment. It is off by default. Enabling it does not change prices, seats, stakeholder access, public reports, or existing pin workflows.

NameTypeReqDescription
enabledbooleanyesTrue enables the pilot for this project; false disables all agency-side readers/writes.
projectIdstringyesExact Pincushion project ID.

No output schema declared.

No examples provided.

set_agency_pin_labels ~68

Pilot: replace the private agency-label set on one pin. Every label must belong to the same exact project and be active; cross-project and archived labels fail closed.

NameTypeReqDescription
annotationIdstringyes
labelIdsarrayyes
projectIdstringyes

No output schema declared.

No examples provided.

set_slack_preferences ~529

Read or update the caller's Slack DM preferences. Resolves the user via license_key → email, then applies the change across every Slack workspace the email is linked to. Call with no args to see current state. Call with `mute: "1h"` (or "today", "forever", "off") to silence DMs for a window. Call with `eventNewPin: false` (or any event_* flag) to toggle individual event types off. Same surface as the App Home toggles and `/pincushion mute`, accessible from the agent — useful for "mute pin DMs during this refactor" workflows.

NameTypeReqDescription
digestModestringDelivery cadence. "instant" is the default; "hourly" and "daily" are reserved for a future digest implementation.
eventAgentPinCreatedbooleanDM when a QA/browser agent files a pin. Off by default.
eventCreditPackPurchasedbooleanDM when an AI-action credit pack is added to your license. Off by default (owner receipt).
eventEmailPinCreatedbooleanDM when feedback arrives via inbound email. Off by default.
eventFollowUpbooleanDM on replies in threads you authored or commented on.
eventMentionbooleanDM on @-mentions of you.
eventNewPinbooleanDM on new pins.
eventPinDeployedbooleanDM when a fix deploys to production. Off by default.
eventPinImplementedbooleanDM when a fix is committed (before it is live). Off by default.
eventPinReadybooleanDM on pins marked ready for implementation.
eventPinVerifiedbooleanDM when Pincushion AI verifies a fix shipped correctly (the loop-closer). On by default.
eventReportCreatedbooleanDM when a teammate shares a crit report. Off by default.
eventResolvedbooleanDM on resolved pins.
mutestringFriendly mute alias. "off" unmutes.
mutedUntilstring|nullAlternative to `mute`: ISO timestamp until which DMs are silenced, or null to unmute.
quietHoursEndintegerQuiet-hours end hour (0-23) in `timezone`.
quietHoursStartintegerQuiet-hours start hour (0-23) in `timezone`.
timezonestringIANA timezone (e.g. America/Los_Angeles) for quiet hours.

No output schema declared.

No examples provided.

start_deployment_capture_run ~98

Starts one short-lived local frame-refresh run for an exact deployment and returns its opaque proof once. Keep the proof only in process and pass it to authenticated upload_page_snapshot/record_deployment_page_result/complete_deployment_capture_run calls; never put it in capture-snapshot, shell argv, a report, pin, status message, or file.

NameTypeReqDescription
deploymentIdstringyesDeployment ID from get_pending_deployment_frame_refreshes.

No output schema declared.

No examples provided.

start_quickstart_demo ~132

Start the 60-second Pincushion quickstart: returns one sample stakeholder feedback pin (element selector + thread + acceptance criteria) on a bundled demo page that is copied to .feedback/.quickstart/landing.html. Edit ONLY that copy to satisfy the pin, then call resolve_quickstart_demo. Nothing is written to the real project or synced to the cloud. Use this to show a new user the full read-pin -> fix-code -> resolve loop.

NameTypeReqDescription
fullbooleanReturn all 3 demo pins instead of just 1. Default false (one pin, ~60s).

No output schema declared.

No examples provided.

submit_verification_report ~130

Pilot: append a project-scoped caller-reported verification observation. An idempotency key makes retries safe. Reported success is not independent check evidence or client acceptance.

NameTypeReqDescription
annotationIdstringyes
deploymentEventIdstringOptional immutable deployment receipt ID. Never infer this from a deploy URL.
idempotencyKeystringyesStable unique key for this exact report; reuse only for an identical retry.
notesstringPlain-text observations, not a proof of check execution.
projectIdstringyes
statusstringyes

No output schema declared.

No examples provided.

update_critique_context ~399

Lightweight write-only path for the layered critique-context system. Use this from /setup and /refresh-brand after the dev agent has gathered repo signals (README, theme tokens, sample copy, competitor URLs, recent resolved pins) and compiled them into a critique brief. Unlike `configure_project`, this does NOT create a deploy hook, sync members, or validate URLs — it just persists the compiled brief (+ signals + policy) and pushes to cloud. Identify the project by `projectId` or `name`. The compiled `critiqueContext` is what the AI critic actually reads at pin time; `critiqueSignals` + `critiquePolicy` are inputs retained for traceability and the next recompile.

NameTypeReqDescription
critiqueContextstringThe compiled critique brief (max 8192 chars). Markdown encouraged. This is what the AI critic loads at pin time. Pass null to clear and force a recompile on the next run.
critiquePolicystringUser-editable policy override (max 4096 chars). Persists across recompiles so users keep hand-tuned rules. Pass null to clear.
critiqueSignalsobjectRaw signals JSONB. Recommended shape: { framework: e.g. "next-app-router"|"astro"|"static-html", projectType: "marketing"|"app"|"mixed", pages: [{ url, source, slice, headings, ctas, components, body…
namestringThe project display name. Used to look up the project when projectId is not known.
projectIdstringThe project ID to update. Mutually exclusive with `name`.

No output schema declared.

No examples provided.

upload_page_snapshot ~658

Upload a full-page screenshot that turns the public share report into an annotated page: viewers see the real page with numbered pin markers at true positions and click-to-open thread bubbles. Capture the page yourself (kill animations, scroll to force lazy loads, full-page shot, JPEG/WebP ≤5MB), resolve each open pin's element.selector to document-pixel coordinates IN THAT CAPTURE, and pass them as pinPositions. Owner/editor only. One snapshot per (project, page) — re-upload replaces it. pageUrl must match the pins' page_url verbatim.

NameTypeReqDescription
captureContextobjectMetadata for this exact responsive-web capture. Use deviceClass (desktop/tablet/mobile), cssWidth, cssHeight, dpr, orientation, and optional coarse platform/browser. Never label a scaled desktop imag…
captureFingerprintobjectOptional bounded v1 local change evidence derived from semantic structure and decoded screenshot tiles. It never contains pixels or readable page text.
captureProofstringOpaque short-lived capture proof. Required with captureRunId for an initialized deployment frame refresh; never persist, log, or pass it through shell argv.
captureRunIdstringActive capture-run ID from start_deployment_capture_run. Required with an initialized deployment frame refresh.
contentHashstringOptional SHA-256 of the exact JPEG/WebP bytes. The local server verifies it before upload; the backend verifies it again.
contentTypestringDefault image/jpeg. PNG is rejected for page snapshots (size).
deploymentEventIdstringLegacy/internal alias for deploymentId.
deploymentIdstringOptional deployment event ID. When supplied, upload-screenshot stages this immutable capture without moving the canonical report head. Initialized frame refreshes require captureRunId plus capturePro…
heightintegeryesPixel height of the uploaded image (1–60000).
hotspotsarrayOptional hit-regions in THIS image's pixel space, one per real element you can identify (nav item, button, labeled region…). When present, the public report's click-to-pin resolves a zero-install vis…
imageB64stringBase64 image data, if imagePath is not available.
imagePathstringAbsolute path to the JPEG/WebP file on disk (preferred — read server-side, keeps base64 out of the transcript).
pageUrlstringyesExact page_url the pins carry — copy verbatim from get_annotations. The snapshot is keyed by this string.
pinPositionsarrayDocument-pixel coordinates of each pin in THIS image, resolved from element.selector at capture time. Pins omitted here render in the notes list only.
projectIdstringyesThe project ID
widthintegeryesPixel width of the uploaded image (1–4000). Pin coordinates must be in this same space.

No output schema declared.

No examples provided.

Common questions

What is the Pincushion MCP server?

Pincushion is an MCP server listed in the public MCP registry as io.github.jcooley8/pincushion. Stakeholders pin feedback on your live app; your AI agent reads the pins via MCP and fixes them. This page covers its npm package (pincushion-mcp).

Is the Pincushion MCP server safe to use?

Pincushion scores 74 out of 100 on VerifyMCP. 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 Pincushion MCP server expose?

Pincushion exposes 65 tools: get_annotations, search_annotations, get_feedback_summary, get_component_feedback, resolve_annotation, and 60 more. Their descriptions and schemas cost roughly 11,629 tokens of context every time the server is loaded.

Is the Pincushion MCP server still maintained?

Pincushion is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.