← Back to Plugins
MCP Server MCP

io.github.hyperdrift-io/deputy-workforce-mcp

github By github 👁 1 views ▲ 0 votes

Read-only Deputy coverage, workload, timesheet, availability, and staffing signals.

Homepage Verified source GitHub

Install

npx -y @hyperdrift-io/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@hyperdrift-io/deputy-workforce-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Use fixture for fictional evaluation data or live for a Deputy installation.",
          "format": "string",
          "default": "fixture",
          "choices": [
            "fixture",
            "live"
          ],
          "name": "DEPUTY_MODE"
        },
        {
          "description": "Customer-specific Deputy installation URL; required in live mode.",
          "format": "string",
          "name": "DEPUTY_BASE_URL"
        },
        {
          "description": "Customer-owned Deputy OAuth access token; required in live mode.",
          "format": "string",
          "isSecret": true,
          "name": "DEPUTY_ACCESS_TOKEN"
        },
        {
          "description": "Authorization scheme for the issued Deputy token.",
          "format": "string",
          "default": "Bearer",
          "choices": [
            "Bearer",
            "OAuth"
          ],
          "name": "DEPUTY_AUTH_SCHEME"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...