# AIURION Agentic 3D Printing — San Francisco (remote · aiurion.com)

Quote, purchase, and track custom 3D prints from AIURION in San Francisco.

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

## Components

- remote · `aiurion.com`: 74/100 (this document), [markdown](https://verifymcp.io/servers/com-aiurion-agentic-3d-printing/api-agent-v1-mcp.md), [page](https://verifymcp.io/servers/com-aiurion-agentic-3d-printing/api-agent-v1-mcp)

## Channel facts

- Endpoint: `https://aiurion.com/api/agent/v1/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.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-15.

- **Endpoint Security**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 717 tokens (~102/item across 7 items; 7 tools + 0 resources), lean.
  - 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **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-aiurion-agentic-3d-printing https://aiurion.com/api/agent/v1/mcp
```

### Codex

```toml
[mcp_servers.com-aiurion-agentic-3d-printing]
url = "https://aiurion.com/api/agent/v1/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-aiurion-agentic-3d-printing": {
      "type": "remote",
      "url": "https://aiurion.com/api/agent/v1/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-aiurion-agentic-3d-printing --url https://aiurion.com/api/agent/v1/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-aiurion-agentic-3d-printing:
    url: "https://aiurion.com/api/agent/v1/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-aiurion-agentic-3d-printing": {
      "type": "http",
      "url": "https://aiurion.com/api/agent/v1/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-15 (score 74, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-14 (score 74)

First indexed and scored.

## MCP tools (7)

### `printing.capabilities.get` (~33 tokens)

Get 3D Printing Capabilities

Read AIURION's supported 3D model formats, limits, materials, production options, and purchasing flow.

### `printing.sessions.start` (~50 tokens)

Start Guest Ordering Session

Immediately create a public, scoped 24-hour guest session with a small free quote allowance. No account or invitation is required.

Input parameters:

- `agentName` (string): Optional agent or platform name for support attribution.

### `printing.quotes.create` (~152 tokens)

Create 3D Print Quote

Create a free, checkout-ready 3D print quote. The model must be supplied as base64 and a stable idempotency key must be reused for retries.

Input parameters:

- `accessToken` (string): Guest token returned by printing.sessions.start. Optional when Authorization already carries a permanent key or guest token.
- `fileBase64` (string, required): Base64-encoded model bytes without a data URL prefix.
- `fileName` (string, required): Model filename ending in STL, OBJ, STEP, STP, or 3MF.
- `idempotencyKey` (string, required): Stable unique key for this quote attempt.
- `quantity` (integer): Number of identical parts to quote, from 1 to 150.

### `printing.quotes.get` (~69 tokens)

Get 3D Print Quote

Retrieve a quote previously created by this guest session or permanent integration.

Input parameters:

- `accessToken` (string): Guest token returned by printing.sessions.start. Optional when Authorization already carries a permanent key or guest token.
- `quoteId` (string, required): AIURION quote UUID returned by printing.quotes.create.

### `printing.quotes.update` (~137 tokens)

Update 3D Print Quote

Update quantity, material, production speed, or fulfillment before checkout.

Input parameters:

- `accessToken` (string): Guest token returned by printing.sessions.start. Optional when Authorization already carries a permanent key or guest token.
- `fulfillmentMethod` (string): How the completed parts should be delivered.
- `materialId` (string): AIURION material identifier listed by printing.capabilities.get.
- `productionSpeed` (string): Requested production priority: standard or rush.
- `quantity` (integer): Updated number of identical parts, from 1 to 150.
- `quoteId` (string, required): AIURION quote UUID returned by printing.quotes.create.

### `printing.checkout.create` (~171 tokens)

Create Approved Stripe Checkout

Create a Stripe Checkout URL after the customer approves the quote. Stripe authorizes the card; AIURION captures payment only after manually approving the model.

Input parameters:

- `accessToken` (string): Guest token returned by printing.sessions.start. Optional when Authorization already carries a permanent key or guest token.
- `approvalConfirmed` (boolean, required): Set true only after the customer reviews and approves the quote.
- `fulfillmentMethod` (string): How the completed parts should be delivered.
- `idempotencyKey` (string, required): Stable unique key for retrying checkout creation.
- `materialId` (string): AIURION material identifier listed by printing.capabilities.get.
- `productionSpeed` (string): Requested production priority: standard or rush.
- `quoteId` (string, required): AIURION quote UUID returned by printing.quotes.create.

### `printing.orders.get` (~68 tokens)

Get Manufacturing Order Status

Poll the payment and manufacturing status associated with a credential-owned quote.

Input parameters:

- `accessToken` (string): Guest token returned by printing.sessions.start. Optional when Authorization already carries a permanent key or guest token.
- `quoteId` (string, required): AIURION quote UUID returned by printing.quotes.create.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-aiurion-agentic-3d-printing/api-agent-v1-mcp#diagnostics

## Score history

- 2026-08-15: 74
- 2026-08-14: 74

## Links

- Remote endpoint: https://aiurion.com/api/agent/v1/mcp
- Website: https://aiurion.com/ai-agents
- Changelog RSS feed: https://verifymcp.io/servers/com-aiurion-agentic-3d-printing/api-agent-v1-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-aiurion-agentic-3d-printing/api-agent-v1-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-aiurion-agentic-3d-printing/api-agent-v1-mcp
