← printinglabs.com

INDIVIDUAL MCP TOOL

get-site-info

Look up how Printing Labs actually works: answers from the published FAQ, what each in-house tool does (Mockup Studio, Brand Stores, Campaign Planner, Build Box, Swag Drop), the list of public pages, and headline return/shipping/terms/privacy facts with the page carrying the binding version.

printinglabs.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://printinglabs.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get-site-info and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

printinglabs.com

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.printing-labs]
url = "https://printinglabs.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "printing-labs": {
      "type": "http",
      "url": "https://printinglabs.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: printing-labs
Remote MCP URL: https://printinglabs.com/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": {
    "printing-labs": {
      "url": "https://printinglabs.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "printing-labs": {
      "type": "http",
      "url": "https://printinglabs.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "printing-labs",
  "transport": "streamable-http",
  "url": "https://printinglabs.com/mcp"
}
MCP Inspector

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

Related tools

  • search-products — Search Printing Labs' live corporate-gifting catalog (custom apparel, drinkware, welcome kits, bundles).
  • get-product-details — Full public details for one product or bundle by its permalink slug (from search-products results) or numeric id: description, pricing, bulk-discount tiers, GST rate, minimum order quantity, stock signal, and page URL.
  • list-product-categories — All Printing Labs catalog categories with live product counts and their canonical category page URLs, plus the preset-bundle count.
  • get-brand-store-pricing — What a Brand Store costs: the one-time setup fee and the monthly plans (seats, features, price).
  • get-company-info — Verified facts about Printing Labs: services, fulfillment regions, budget-tier collections, seasonal gifting hubs, machine-readable resources, and how to contact or request a corporate quote.
  • calculate-bulk-price — Compute the effective bulk price for a given product and quantity: applies the product's quantity-discount tiers and GST, validates the minimum order quantity, and shows the next discount tier.
  • list-catalogs — The downloadable PDF catalogue library: every published catalogue with its title, description, page count, file size, and direct PDF URL.
  • get-seo-health — Run the site's public SEO health self-check and return the raw results: sitemap URL count, HTTP status of the key landing pages, llms.txt blog-link liveness, and whether robots.txt still carries the GPTBot and ClaudeBot groups.