← Registry

API Tools

aiurion.com

Provides endpoints for 3D printing capabilities, session management, and quote creation/updates.

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

ENDPOINT 1

https://aiurion.com/api/agent/v1/mcp

No auth detected

MCP server metadata

Name
aiurion-agentic-3d-printing
Version
2.0.0
Capabilities
tools
Server instructions

Call printing.sessions.start for immediate public access, then create free 3D print quotes, obtain explicit customer approval, create Stripe Checkout links, and track paid manufacturing orders.

Known tools 7

printing.capabilities.get

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

Inferred read-only
printing.sessions.start

Immediately create a public, scoped 24-hour guest session with a small free quote allowance.

Potential side effects
printing.quotes.create

Create a free, checkout-ready 3D print quote.

Potential side effects
printing.quotes.get

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

Inferred read-only
printing.quotes.update

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

Potential side effects
printing.checkout.create

Create a Stripe Checkout URL after the customer approves the quote.

Potential side effects
printing.orders.get

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

Potential side effects

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.aiurion-agentic-3d-printing]
url = "https://aiurion.com/api/agent/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aiurion-agentic-3d-printing": {
      "type": "http",
      "url": "https://aiurion.com/api/agent/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aiurion-agentic-3d-printing
Remote MCP URL: https://aiurion.com/api/agent/v1/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": {
    "aiurion-agentic-3d-printing": {
      "url": "https://aiurion.com/api/agent/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aiurion-agentic-3d-printing": {
      "type": "http",
      "url": "https://aiurion.com/api/agent/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aiurion-agentic-3d-printing",
  "transport": "streamable-http",
  "url": "https://aiurion.com/api/agent/v1/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 aiurion.com was fetched 2026-08-26T00:17:20.183Z.

Trust status Trusted

aiurion.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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