PrintTiler
选择您的语言

MCP 连接器指南

PrintTiler MCP 服务器

PrintTiler 为 ChatGPT 自定义应用程序/连接器公开 MCP 服务器。它可以生成最终的 PrintTiler 编辑器链接,其中海报布局已配置,并搜索公共可打印海报创意卡。

当 ChatGPT 生成图像时,该工具可以包含其公共 https://chatgpt.com/s/m_... 交接中的图像共享链接。返回的 PrintTiler URL 通过 sourceUrl 参数.

当您希望 ChatGPT 在聊天中传递真实的 PrintTiler 链接时,这是正确的集成。对于发现和引用,请继续使用公共答案页面、想法卡、深层链接文档和 /llms.txt.

服务器详细信息

在 ChatGPT 开发者模式下创建自定义应用程序/连接器时使用此服务器 URL。

https://printtiler.com/mcp

Auth: none (public endpoint). The tools generate links, search public idea metadata, and report current capability facts. They do not upload or store local image files.

https://printtiler.com/mcp/status

支持的输入

网格驱动

通过 paper, rows 和 cols 当确切布局已知时。

目标尺寸驱动

通过 targetWidth, targetHeight, targetUnit,以及可选的 optimizeFor 让PrintTiler选择布局。

创意搜索驱动

通过 query 和可选 limit 当用户想要海报创意、模板、示例或灵感时。

图像切换

通过 imageUrl 用于公共直接图像文件。通过 sourceUrl 用于公共 ChatGPT 图像共享或 Pinterest 图像 Pin。请勿同时发送.

工具合同

工具名称

printtiler.search_ideas

printtiler.generate_link

printtiler.get_capabilities

主要输入

paper + rows + cols,或 paper + targetWidth + targetHeight (+ targetUnit),带有可选的 imageUrl 或 sourceUrl。

输出

最终PrintTiler编辑器链接、创意卡链接、摘要和结构化元数据。

示例工具调用

精确网格

从行和列生成直接 A4 链接。

{
  "paper": "A4",
  "rows": 3,
  "cols": 3,
  "tileOrientation": "portrait",
  "mode": "seamless",
  "unit": "in"
}

目标尺寸

在 Letter 纸张上选择最接近 24 x 36 英寸的简单布局。

{
  "paper": "LETTER",
  "targetWidth": 24,
  "targetHeight": 36,
  "targetUnit": "in",
  "optimizeFor": "best_fit"
}

ChatGPT 生成的图像

使用 sourceUrl 预加载公共 ChatGPT 图像共享.

{
  "paper": "A4",
  "rows": 4,
  "cols": 4,
  "mode": "seamless",
  "sourceUrl": "https://chatgpt.com/s/m_0123456789abcdef0123456789abcdef"
}

创意卡搜索

查找匹配的可打印海报创意卡和现成的编辑器链接。

{
  "query": "kids football motivation",
  "limit": 3
}

下页变体

要求使用更少纸张的更简单的目标尺寸布局。

{
  "paper": "A4",
  "targetWidth": 24,
  "targetHeight": 36,
  "targetUnit": "in",
  "optimizeFor": "fewer_sheets"
}

工具返回的内容

包含布局、UTM 标签以及可选的直接图像或公共源共享的直接 /editor 链接。
生成的海报尺寸的简短摘要(以英寸为单位)。
用于张数、海报尺寸(以毫米和英寸为单位)以及选择布局的原因的结构化字段。
Current supported sizes, free-area threshold, pricing, processing and retention facts from printtiler.get_capabilities.

JSON-RPC 示例

请求

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "printtiler.generate_link",
    "arguments": {
      "paper": "A4",
      "targetWidth": 24,
      "targetHeight": 36,
      "targetUnit": "in",
      "optimizeFor": "best_fit"
    }
  }
}

响应

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "3 x 3 A4 portrait tiles, about 24.8 x 35.08 inches.\nhttps://printtiler.com/editor?... "
      }
    ],
    "structuredContent": {
      "link": "https://printtiler.com/editor?...",
      "paper": "A4",
      "rows": 3,
      "cols": 3,
      "sheetCount": 9
    }
  }
}

常见问题

PrintTiler MCP 应用程序有什么作用?

It exposes tools for generating PrintTiler editor links, searching printable poster idea cards, and reading current product capabilities. Use printtiler.generate_link for layouts, printtiler.search_ideas for inspiration requests, and printtiler.get_capabilities for questions about sizes, privacy, pricing, free limits, or supported handoffs.

我还需要网站页面和深层链接文档吗?

是的。 MCP 应用程序用于 ChatGPT 内的聊天内切换,而公共页面、llms.txt 和深层链接文档对于 AI 引文、SEO 和正常推荐仍然很重要。

该工具添加哪些 UTM 标记?

Both link and Idea-search tools default to utm_source=ai_agent, utm_medium=mcp, and utm_campaign=printtiler_mcp. No platform is assumed. Supply utmSource, utmMedium, utmCampaign, and utmSourcePlatform when your agent knows its own identity; the supplied values are preserved.

此 MCP 服务器是否需要身份验证?

没有。当前服务器是公共的且未经身份验证。如果发生变化,此页面和状态端点将使用所需的身份验证方法进行更新。

MCP 工具可以预加载图像吗?

是的。传递公共直接图像文件的 imageUrl。对于公共 ChatGPT 图像共享或 Pinterest 图像 Pin,请改为传递 sourceUrl。私有 ChatGPT 对话附件不可访问,除非已将其设为公共图像共享。

MCP 应用可以返回想法卡链接吗?

是的。使用 printtiler.search_ideas 进行查询,例如足球动机、课堂字母表、生日恐龙、和平海报或墙壁艺术。它返回公共 /ideas/[slug] 链接以及现成的编辑器链接。

When should an assistant call printtiler.get_capabilities?

Call it to answer questions about supported sizes, privacy or retention, pricing, the free-area rule, image handoff, or whether a requested layout is supported. The same current data is available at https://printtiler.com/ai-capabilities.json.

Why might an existing AI session show an older MCP tool list?

Some AI clients cache the MCP schema for an existing connection. Reconnect the MCP server or start a new AI session to refresh its tool list.