LIVE ENDPOINT
https://themassprint.com/mcp
Connect to this endpoint to inspect the live schema for create_upload 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 write-action term.
Parent server
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.
Related tools
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).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).create_order— Create a print order for a validated upload.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").cancel_order— Cancel an order.apply_enterprise— Apply for an enterprise (invoiced) account — for platforms printing at volume behind their own checkout.