# massprint (remote · themassprint.com)

Print-on-demand for agents: upload a PDF, get a printed book delivered in India.

- Trust score: 58/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-08

## Components

- remote · `themassprint.com`: 58/100 (this document), [markdown](https://verifymcp.io/servers/com-themassprint-massprint/themassprint.md), [page](https://verifymcp.io/servers/com-themassprint-massprint/themassprint)

## Channel facts

- Endpoint: `https://themassprint.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-08.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 7 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 76/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 844 tokens (~120/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 91/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 73% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-themassprint-massprint https://themassprint.com/mcp
```

### Codex

```toml
[mcp_servers.com-themassprint-massprint]
url = "https://themassprint.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-themassprint-massprint": {
      "type": "remote",
      "url": "https://themassprint.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-themassprint-massprint --url https://themassprint.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-themassprint-massprint:
    url: "https://themassprint.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-themassprint-massprint": {
      "type": "http",
      "url": "https://themassprint.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-08 (score 58, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-07 (score 58)

First indexed and scored.

## MCP tools (7)

### `get_catalog` (~67 tokens)

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). Call this first to quote a price or check whether a PDF will be accepted.

### `create_upload` (~136 tokens)

Start a PDF upload. Returns {upload_id, put_url, expires_at, max_bytes}. HTTP PUT the raw PDF bytes to put_url (Content-Type: application/pdf, no auth needed — the URL is signed). The PUT response includes the validation report. Then pass upload_id to create_order. Keyless use is bounded per calling origin: 20 create_upload calls per hour, at most 5 unused uploads open at a time, and put_url expires in 2 hours — so PUT the bytes promptly and reuse an upload_id you already hold instead of creating extras. An API key (see apply_enterprise) lifts both limits.

### `validate_pdf` (~81 tokens)

Get the print-validation report for an uploaded PDF before paying: page count, trim size, hard errors (blocking) and soft warnings (non-blocking). Every error includes a `resolution` explaining how to fix it. Free to call; use it to check printability before create_order.

Input parameters:

- `upload_id` (string, required): The upload_id returned by create_upload.

### `create_order` (~214 tokens)

Create a print order for a validated upload. Validates everything BEFORE any payment link is minted. Returns { order, order_token } — the order object has order_id, status, amount, and payment_url (the Razorpay link, present while awaiting_payment). Give payment_url to the human to pay (UPI/cards/netbanking). SAVE order_token — it is shown only once and is required for get_order and cancel_order. The order confirms automatically after payment; unpaid orders expire after 72 hours.

Input parameters:

- `address` (object, required): India shipping address (V1 ships within India only).
- `copies` (integer)
- `email` (string, required): Buyer email; receives the Razorpay payment notification.
- `format` (string, required): paperback/hardcover: bound storybook (20-60 page PDF). sticker-a3: single-sheet A3 portrait sticker / wall chart (exactly 1 page, 842×1191 pt).
- `upload_id` (string, required): upload_id of a PDF that passed validation.

### `get_order` (~84 tokens)

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"). Requires the order_token from create_order.

Input parameters:

- `order_id` (string, required)
- `order_token` (string, required): The token returned once by create_order.

### `cancel_order` (~55 tokens)

Cancel an order. Only possible while status is awaiting_payment (i.e. before payment). Paid orders are handled manually — contact support (see get_catalog).

Input parameters:

- `order_id` (string, required)
- `order_token` (string, required)

### `apply_enterprise` (~207 tokens)

Apply for an enterprise (invoiced) account — for platforms printing at volume behind their own checkout. Enterprise orders auto-confirm with no payment link, are priced at a platform discount off retail (default 25% below), and are settled monthly. Requires a valid India GSTIN for tax invoicing. This does NOT issue a key immediately: the application is reviewed and, once approved, an API key is emailed to contact_email. Use this only when a human has asked to set up a business/enterprise print account.

Input parameters:

- `company_name` (string, required): Registered business name.
- `contact_email` (string, required): Where the approved API key and invoices are sent.
- `expected_monthly_volume` (integer): Approximate books printed per month (optional).
- `gstin` (string, required): 15-character India GSTIN, e.g. 29ABCDE1234F1Z5. Required for GST invoicing.
- `notes` (string): Anything else for the reviewer (optional).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-themassprint-massprint/themassprint#diagnostics

## Score history

- 2026-08-08: 58
- 2026-08-07: 58

## Links

- Remote endpoint: https://themassprint.com/mcp
- Repository: https://github.com/msomu/massprint
- Website: https://themassprint.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-themassprint-massprint/themassprint.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-themassprint-massprint/themassprint.json
- HTML version of this page: https://verifymcp.io/servers/com-themassprint-massprint/themassprint
