← placepack.top

INDIVIDUAL MCP TOOL

placepack_create_image

Validate one size spec and return an embeddable PlacePack image URL, filename, Markdown, and HTML.

placepack.topnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

placepack.top

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.placepack]
url = "https://placepack.top/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "placepack": {
      "type": "http",
      "url": "https://placepack.top/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: placepack
Remote MCP URL: https://placepack.top/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "placepack": {
      "url": "https://placepack.top/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "placepack": {
      "type": "http",
      "url": "https://placepack.top/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "placepack",
  "transport": "streamable-http",
  "url": "https://placepack.top/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • placepack_list_presets — Return named PlacePack size presets with labels, specs, and default formats.
  • placepack_create_pack — Validate multiple size specs or one preset and return a manifest of generated PlacePack image URLs.