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

@martintoz/placepack-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@martintoz/placepack-mcp

MCP server for generating deterministic PlacePack placeholder image URLs and packs.

latest
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

PlacePack MCP

PlacePack MCP gives AI agents deterministic placeholder image URLs and pack manifests for docs, staging, QA, Storybook, and automation workflows.

Quick start

Local stdio package:

npx -y @martintoz/placepack-mcp

Hosted remote MCP:

https://placepack.top/mcp

Official registry name:

top.placepack/placepack

Example config

{
  "mcpServers": {
    "placepack": {
      "command": "npx",
      "args": ["-y", "@martintoz/placepack-mcp"]
    }
  }
}

What it does

Tools:

  • placepack_list_presets
  • placepack_create_image
  • placepack_create_pack

Resources:

  • placepack://presets
  • placepack://openapi

Example outputs

Single image:

  • hero:1600x900.png
  • og:1200x630.png
  • 800x600.svg
  • thumb:420x247@2x.png

Preset packs:

  • og
  • developers
  • automation
  • favicon

Where to use it

  • Codex
  • Claude Desktop or Claude-compatible MCP clients
  • Cursor and other MCP-compatible editors
  • local agent workflows via npx
  • hosted remote MCP clients via https://placepack.top/mcp
  • npm: https://www.npmjs.com/package/@martintoz/placepack-mcp
  • API docs: https://placepack.top/api-docs
  • official registry: https://registry.modelcontextprotocol.io/servers/top.placepack/placepack
  • remote MCP endpoint: https://placepack.top/mcp

Keywords

mcp

FAQs

Package last updated on 13 Jul 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