# com.cintrasupply/cintra-quote (remote · www.cintrasupply.com)

Wholesale BOM pricer: send a parts list, get a priced line-by-line quote by email in minutes.

- Trust score: 63/100 (medium)
- Change this week: −3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `www.cintrasupply.com`: 63/100 (this document), [markdown](https://verifymcp.io/servers/com-cintrasupply-cintra-quote/www.md), [page](https://verifymcp.io/servers/com-cintrasupply-cintra-quote/www)

## Channel facts

- Endpoint: `https://www.cintrasupply.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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-03.

- **Endpoint Security**: 63/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 4 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 is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 78/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 293 tokens (~48/item across 6 items; 4 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability check failed: schema churn in the 8 days we've observed: 3 tool removals, 0 breaking changes, 0 auth/transport breaks, 4 additions.
- **Tool Coverage**: 73/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 18% 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-cintrasupply-cintra-quote https://www.cintrasupply.com/mcp
```

### Codex

```toml
[mcp_servers.com-cintrasupply-cintra-quote]
url = "https://www.cintrasupply.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-cintrasupply-cintra-quote": {
      "type": "remote",
      "url": "https://www.cintrasupply.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-cintrasupply-cintra-quote --url https://www.cintrasupply.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-cintrasupply-cintra-quote:
    url: "https://www.cintrasupply.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-cintrasupply-cintra-quote": {
      "type": "http",
      "url": "https://www.cintrasupply.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-01 (score 63, 0)

- [functional improvement] Endpoint reachability: not serving MCP → reachable

### 2026-07-31 (score 63, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 61, +45)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 16, −50)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Stability: 0.07 → unverified
- [security regression] Transport: pass → fail
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 66, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 65)

First indexed and scored.

## MCP tools (4)

### `get_supplier_capabilities` (~26 tokens)

Get Cintra supplier capabilities

Returns Cintra's supported supply categories, service area, and official quote endpoints.

### `validate_bom` (~36 tokens)

Validate a BOM before quoting

Checks quote lines for missing identifiers and ambiguous substitution instructions. It does not price or submit the request.

Input parameters:

- `lines` (array, required)

### `prepare_quote_request` (~69 tokens)

Prepare a Cintra quote request

Normalizes up to 500 BOM lines into Cintra's quote-ready format and returns a review link. This does not submit, purchase, reserve inventory, or create a binding quote.

Input parameters:

- `context` (string): Project, application, delivery, or specification context
- `lines` (array, required)

### `submit_quote_request` (~120 tokens)

Submit a request for a human-reviewed Cintra quote

Submits a non-binding RFQ only when production submission is enabled and the user explicitly confirms. No order is placed and no price is guaranteed.

Input parameters:

- `buyer_email` (string, required)
- `buyer_name` (string, required)
- `company` (string, required)
- `confirm_nonbinding_submission` (boolean, required): Must be true only after the user has reviewed the lines and explicitly asked to submit the RFQ
- `context` (string)
- `delivery_zip` (string)
- `lines` (array, required)
- `needed_by` (string)

## Diagnostics

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

## Score history

- 2026-08-03: 63
- 2026-08-02: 63
- 2026-08-01: 63
- 2026-07-31: 63
- 2026-07-30: 61
- 2026-07-29: 16
- 2026-07-28: 66
- 2026-07-27: 66
- 2026-07-26: 65

## Links

- Remote endpoint: https://www.cintrasupply.com/mcp
- Website: https://www.cintrasupply.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-cintrasupply-cintra-quote/www/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-cintrasupply-cintra-quote/www/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-cintrasupply-cintra-quote/www
