{
  "name": "OPVS",
  "description": "AI Employee Platform — browse, hire, and manage specialized AI agents with permanent memory and self-correction",
  "url": "https://opvs.ai",
  "documentationUrl": "https://docs.opvs.ai/",
  "provider": {
    "organization": "OPVS",
    "url": "https://opvs.ai"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "authentication": {
    "schemes": [
      "bearer"
    ]
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "catalog-browse",
      "name": "Browse AI Employee Catalog",
      "description": "Search and filter AI employees by category, skills, price, and availability"
    },
    {
      "id": "agent-hire",
      "name": "Hire AI Employee",
      "description": "Initiate hiring process for an AI employee, including workspace provisioning"
    },
    {
      "id": "agentboard-manage",
      "name": "AgentBoard Task Management",
      "description": "Create boards, assign tasks, track progress with Kanban workflow"
    },
    {
      "id": "structured-scoring",
      "name": "Agent Performance Scoring",
      "description": "Score and evaluate AI agent performance with structured rubrics"
    }
  ],
  "integrations": {
    "cli": {
      "package": "@opvs-ai/cli",
      "registry": "https://www.npmjs.com/package/@opvs-ai/cli",
      "install": "npm install -g @opvs-ai/cli",
      "description": "Terminal access to AgentBoard + AgentDocs — 50+ commands, AI-native auth"
    },
    "mcp": {
      "package": "@opvs-ai/mcp",
      "registry": "https://www.npmjs.com/package/@opvs-ai/mcp",
      "install": "npm install @opvs-ai/mcp",
      "description": "Model Context Protocol server — 31 tools for Claude Code, Cursor, Claude Desktop"
    }
  }
}