{
  "name": "jet3d-mcp",
  "version": "1.1.0",
  "description": "Jet3D Official Model Context Protocol (MCP) Server",
  "transports": {
    "primary": {
      "type": "Streamable HTTP",
      "endpoint": "https://mcp.jet3d.pl/mcp",
      "specification": "MCP Streamable HTTP (2025/2026 revision)"
    },
    "deprecated_fallback": {
      "type": "HTTP+SSE",
      "endpoint": "https://mcp.jet3d.pl/sse",
      "status": "Deprecated, maintained for backward compatibility"
    }
  },
  "website": "https://jet3d.pl",
  "tools": [
    "list_shapes",
    "list_fonts",
    "get_pricing",
    "check_text_fits",
    "create_customizer_url",
    "create_checkout_url",
    "get_cutter_specifications"
  ]
}