API Tools
aiurion.com
Provides endpoints for 3D printing capabilities, session management, and quote creation/updates.
ENDPOINT 1
https://aiurion.com/api/agent/v1/mcp
MCP server metadata
- Name
- aiurion-agentic-3d-printing
- Version
- 2.0.0
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.getRead AIURION's supported 3D model formats, limits, materials, production options, and purchasing flow.
Inferred read-onlyprinting.sessions.startImmediately create a public, scoped 24-hour guest session with a small free quote allowance.
Potential side effectsprinting.quotes.getRetrieve a quote previously created by this guest session or permanent integration.
Inferred read-onlyprinting.quotes.updateUpdate quantity, material, production speed, or fulfillment before checkout.
Potential side effectsprinting.checkout.createCreate a Stripe Checkout URL after the customer approves the quote.
Potential side effectsprinting.orders.getPoll the payment and manufacturing status associated with a credential-owned quote.
Potential side effectsCONNECT 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.
aiurion.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.