Developer platform

Printonic for AI agents

Any Printonic account can mint a seller API key and connect Claude, Cursor, ChatGPT, or another MCP client. Reads are free. Drafts and mockups are quota-gated. Orders use the same fulfillment pricing as the rest of Printonic.

MCP server URL (Streamable HTTP)
https://platform.printonic.com/mcp

Authenticate with Authorization: Bearer psa_live_…

  1. 1. Create a free key

    Sign in, open Dashboard → Agent Access, and create a key. No store connection required for catalog search.

  2. 2. Add it to your client

    Cursor / Claude Code mcp.json:

    {
      "mcpServers": {
        "printonic": {
          "url": "https://platform.printonic.com/mcp",
          "headers": {
            "Authorization": "Bearer psa_live_your_key_here"
          }
        }
      }
    }
  3. 3. Ask your assistant to search the catalog

    Try “Search Printonic for ceramic mugs” or “List my connected stores.”