eCommerce
printinglabs.com
Provides product search, details, categories, and bulk pricing calculations for Printing Labs' corporate gifting catalog.
ENDPOINT 1
https://printinglabs.com/mcp
MCP server metadata
- Name
- printing-labs
- Version
- 1.0.0
Known tools 24
search-productsSearch Printing Labs' live corporate-gifting catalog (custom apparel, drinkware, welcome kits, bundles).
Inferred read-onlyget-product-detailsFull 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.
Inferred read-onlylist-product-categoriesAll Printing Labs catalog categories with live product counts and their canonical category page URLs, plus the preset-bundle count.
Inferred read-onlyget-brand-store-pricingWhat a Brand Store costs: the one-time setup fee and the monthly plans (seats, features, price).
Inferred read-onlyget-company-infoVerified 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.
Inferred read-onlycalculate-bulk-priceCompute 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.
Inferred read-onlylist-catalogsThe downloadable PDF catalogue library: every published catalogue with its title, description, page count, file size, and direct PDF URL.
Inferred read-onlyget-site-infoLook 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.
Potential side effectsget-seo-healthRun 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.
Inferred read-onlysearch-guidesSearch Printing Labs' published buying guides and editorial articles — vendor-selection checklists, bulk pricing mechanics, GST on corporate gifts, welcome-kit planning, Diwali gifting and more.
Inferred read-onlyget-guideFetch one published guide, structured as intro + sections, with its canonical URL for citation.
Inferred read-onlyget-product-mockupGet a working Mockup Studio deep link for a product, so the user can upload their logo, position it in the real print zone and download a free mockup — no sign-in needed.
Potential side effectsmy-invoicesList the signed-in customer's own Zoho invoices with totals, balances and signed PDF links.
Inferred read-onlyreorderAsk the team to repeat one of the customer's own past orders (optionally with changes).
Inferred read-onlyrequest-quoteSubmit a corporate quote request to the Printing Labs sales team on the user's behalf.
Inferred read-onlyreschedule-meetingMove a meeting you booked earlier in this conversation to a new slot.
Inferred read-onlyraise-complaintFile a complaint for a customer who is unhappy with something Printing Labs did — a late or wrong delivery, a quality problem, a billing error, a request nobody answered.
Inferred read-onlyget-meeting-slotsAvailable consultation slots (IST) with the Printing Labs team for a given date.
Inferred read-onlybook-meetingBook a consultation with the Printing Labs team: creates the Google Calendar event (with Meet link unless Phone Call), registers the meeting, and emails the requester confirm/reschedule/cancel links.
Inferred read-onlycreate-onboarding-dropHR/HRIS automation (requires an API key in the Authorization header — Bearer plk_…): turn new hires into welcome-kit claim links in one call.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for printinglabs.com was fetched 2026-08-04T03:48:11.798Z and is being refreshed.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.