{
  "protocolVersion": "0.3.0",
  "name": "3dprinter.com.ua Catalog Agent",
  "description": "Read-only catalog agent for 3dprinter.com.ua. Browse categories and search products via the JSON-RPC endpoint (MCP-compatible, streamable-http).",
  "url": "https://3dprinter.com.ua/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://3dprinter.com.ua/mcp",
      "transport": "JSONRPC"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://3dprinter.com.ua/mcp",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "3dprinter.com.ua",
    "url": "https://3dprinter.com.ua"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "get_site_info",
      "name": "get site info",
      "description": "Get an overview of 3DPrinter.com.ua and its machine-readable entry points (llms.txt, sitemap, api-catalog).",
      "tags": [
        "catalog",
        "ecommerce",
        "3d-printing"
      ]
    },
    {
      "id": "list_categories",
      "name": "list categories",
      "description": "List all product and service categories of 3DPrinter.com.ua with absolute URLs. Optional filter by kind: printers | materials | services.",
      "tags": [
        "catalog",
        "ecommerce",
        "3d-printing"
      ]
    },
    {
      "id": "search_catalog",
      "name": "search catalog",
      "description": "Search 3DPrinter.com.ua categories and services by a text query, returning matching category URLs.",
      "tags": [
        "catalog",
        "ecommerce",
        "3d-printing"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}