Back to the catalog

PlacePack

Generate deterministic placeholder image URLs and packs for docs, staging, testing, and AI agents.

Open source Open in the app JSON README (API)

About

Generate deterministic placeholder image URLs and packs for docs, staging, testing, and AI agents.

Details

Kind
MCP servers
Topic
Developer tools
Publisher
top.placepack
Origin
official
Category
ferramentas
Transport
http
Version
0.1.2
Added
2026-08-29 04:01:56
Updated
2026-08-29 04:01:56
Origin id
top.placepack/placepack

README

# 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:

```bash
npx -y @martintoz/placepack-mcp
```

Hosted remote MCP:

```text
https://placepack.top/mcp
```

Official registry name:

```text
top.placepack/placepack
```

## Example config

```json
{
  "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`

## Links

- 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

More