← Registry

eCommerce

themassprint.com

This server provides tools for uploading PDFs, validating them for print, creating print orders, and tracking their status for a print-on-demand service.

1 endpoint7 known toolsFirst detected August 8, 2026Last detected August 8, 2026

ENDPOINT 1

https://themassprint.com/mcp

No auth detected

MCP server metadata

Name
massprint
Version
1.0.0
Capabilities
tools

Known tools 7

get_catalog

List what can be printed: SKUs (storybook books, sticker-a3 wall charts), formats, supported trim sizes, page-count limits, prices (INR, shipping included), and shipping coverage (India only).

Inferred read-only
create_upload

Start a PDF upload.

Potential side effects
validate_pdf

Get the print-validation report for an uploaded PDF before paying: page count, trim size, hard errors (blocking) and soft warnings (non-blocking).

Inferred read-only
create_order

Create a print order for a validated upload.

Potential side effects
get_order

Check an order: status (awaiting_payment → confirmed → printing → shipped → delivered), tracking number once shipped, and — while unpaid — the payment_url again (so you can always re-answer "how do I pay").

Potential side effects
cancel_order

Cancel an order.

Inferred read-only
apply_enterprise

Apply for an enterprise (invoiced) account — for platforms printing at volume behind their own checkout.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "massprint": {
      "type": "http",
      "url": "https://themassprint.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "massprint",
  "transport": "streamable-http",
  "url": "https://themassprint.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 themassprint.com was fetched 2026-08-09T23:35:57.402Z.

Trust status Neutral

themassprint.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.