{
  "schema": "https://modelcontextprotocol.io/schema/mcp.json",
  "name": "slant3d-mcp",
  "version": "1.1.0",
  "description": "Public Slant 3D print farm proxy — bring your own sl-api key via X-Slant-API-Key. Free walkthrough at shapedqr.com/slant-3d",
  "transport": "http",
  "protocolVersion": "2024-11-05",
  "architecture": "closed-loop",
  "agent_callable_endtoend": true,
  "auth": {
    "type": "header",
    "headers": ["X-MCP-Source", "X-Slant-API-Key", "X-Slant-Platform-Id"]
  },
  "tools": [
    "get_workflow",
    "list_filaments",
    "list_platforms",
    "upload_file",
    "get_file",
    "estimate_print",
    "draft_order",
    "process_order",
    "get_order",
    "search_orders",
    "cancel_order"
  ],
  "docs": "https://www.slant3dapi.com/documentation",
  "walkthrough": "https://shapedqr.com/slant-3d"
}