{
  "name": "Vessark Operations Agent",
  "description": "Automates internal operations for support, billing, and service teams: search, customer and order lookups, metrics, messaging, and billing.",
  "supportedInterfaces": [
    {
      "url": "https://vessark.com/mcp",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Vessark",
    "url": "https://vessark.com"
  },
  "version": "1.4.2",
  "documentationUrl": "https://vessark.com/docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "securitySchemes": {},
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "search",
      "name": "Search",
      "description": "Search internal documentation, tickets, and the web.",
      "tags": [
        "search"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "customer-data",
      "name": "Customer & Order Data",
      "description": "Look up customer records, order status, and metrics.",
      "tags": [
        "data",
        "customers"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "messaging",
      "name": "Messaging",
      "description": "Send messages and post status updates.",
      "tags": [
        "messaging"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "billing",
      "name": "Billing",
      "description": "Inspect balances and create draft invoices.",
      "tags": [
        "finance",
        "billing"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}