# Workday (npm · @mindstone/mcp-server-workday)

Workday HCM MCP server for Model Context Protocol hosts — workers, profiles, organizations

- Trust score: 66/100 (medium)
- Change this week: +48
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-07

## Components

- npm · `@mindstone/mcp-server-workday`: 66/100 (this document), [markdown](https://verifymcp.io/servers/mindstone-mcp-server-workday/mindstone-mcp-server-workday.md), [page](https://verifymcp.io/servers/mindstone-mcp-server-workday/mindstone-mcp-server-workday)

## Channel facts

- Registry: `npm`
- Package: `@mindstone/mcp-server-workday`
- Version: `0.2.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-07.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Known CVEs were checked across the 95 of 99 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 95 of 99 dependencies we could resolve, so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (FSL-1.1-MIT) isn't a recognized OSI-approved license.
  - Actively maintained (last published 80 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 65/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 866 tokens (~216/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 37/100
  - Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add mindstone-mcp-server-workday -- npx -y @mindstone/mcp-server-workday
```

### Codex

```bash
codex mcp add mindstone-mcp-server-workday -- npx -y @mindstone/mcp-server-workday
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mindstone-mcp-server-workday": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@mindstone/mcp-server-workday"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mindstone-mcp-server-workday --command npx --arg -y --arg @mindstone/mcp-server-workday
```

### Hermes

```yaml
mcp_servers:
  mindstone-mcp-server-workday:
    command: "npx"
    args: ["-y", "@mindstone/mcp-server-workday"]
```

### Other

```json
{
  "mcpServers": {
    "mindstone-mcp-server-workday": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-workday"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-07 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-04 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-03 (score 64, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 61, +56)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] License: unverified → fail
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: FSL-1.1-MIT

### 2026-08-01 (score 5, −13)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-31 (score 18, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 25, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 43)

First indexed and scored.

## MCP tools (4)

### `configure_workday_credentials` (~333 tokens)

Configure Workday API credentials. Call this when the user provides their Workday OAuth credentials.

SETUP PREREQUISITES:
1\. A Workday Integration System User (ISU) with appropriate security group access
2\. An API Client registered in Workday (Tenant Setup > API Clients)
3\. The Client ID and Client Secret from the API Client registration
4\. Optionally, a pre-generated Refresh Token (from OAuth token exchange)

PARAMETERS:
\- host: Workday API domain (e.g., "wd5-impl-services1.workday.com")
\- tenant: Your Workday tenant name (e.g., "acme_corp")
\- client_id: OAuth Client ID from API Client registration
\- client_secret: OAuth Client Secret
\- refresh_token: (Optional) Pre-generated refresh token. If omitted, uses client_credentials grant.

COMMON MISTAKES:
\- Host should be just the domain (e.g., "wd5-impl-services1.workday.com"), not a full URL
\- Tenant name is case-sensitive
\- The ISU must have permissions for the REST API resources you want to access

Input parameters:

- `client_id` (string, required): OAuth Client ID from Workday API Client registration
- `client_secret` (string, required): OAuth Client Secret
- `host` (string, required): Workday API domain (e.g., "wd5-impl-services1.workday.com")
- `refresh_token` (string): Optional refresh token. If omitted, client_credentials grant is used.
- `tenant` (string, required): Workday tenant name (e.g., "acme_corp")

### `list_workday_workers` (~224 tokens)

List or search workers (employees and contingent workers) in Workday.

Returns compact worker summaries: ID, name, email, title, manager status.

Example: {}
Example: { "search": "Jane Smith" }
Example: { "limit": 20, "offset": 100 }

Pagination: Returns up to 'limit' results (default 50, max 100). Use 'offset' for next page.

RELATED TOOLS:
\- get_workday_worker: Pass a worker's id to get their full profile
\- list_workday_organizations: Browse organizational structure

COMMON MISTAKES:
\- search is a free-text filter (name, email, etc.) — not a Workday query language
\- Maximum limit is 100 per request; use offset for pagination

Input parameters:

- `limit` (number): Max results per page (default 50, max 100)
- `offset` (number): Number of results to skip (for pagination, default 0)
- `search` (string): Free-text search filter (name, email, etc.)

### `get_workday_worker` (~154 tokens)

Get a worker's full profile by ID from Workday.

Returns detailed profile: name, email, title, manager status, location,
supervisory organization, years of service.

Example: { "worker_id": "3aa5550b7fe348b98d7b5741afc65534" }

WORKFLOW - To find a worker:
1\. Call list_workday_workers to search by name or email
2\. Use the worker's id from the results here

RELATED TOOLS:
\- list_workday_workers: Search/browse workers to find IDs
\- list_workday_organizations: See org structure

Input parameters:

- `worker_id` (string, required): Worker ID (from list_workday_workers)

### `list_workday_organizations` (~155 tokens)

List organizations (departments, supervisory orgs, cost centers, etc.) in Workday.

Returns: ID, name/descriptor, type, active status.

Example: {}
Example: { "limit": 25, "offset": 50 }

Pagination: Returns up to 'limit' results (default 50, max 100). Use 'offset' for next page.

RELATED TOOLS:
\- list_workday_workers: Browse workers in the organization
\- get_workday_worker: See which organization a worker belongs to

Input parameters:

- `limit` (number): Max results per page (default 50, max 100)
- `offset` (number): Number of results to skip (for pagination, default 0)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/mindstone-mcp-server-workday/mindstone-mcp-server-workday#diagnostics

## Score history

- 2026-08-07: 66
- 2026-08-06: 65
- 2026-08-05: 65
- 2026-08-04: 65
- 2026-08-03: 64
- 2026-08-02: 61
- 2026-08-01: 5
- 2026-07-31: 18
- 2026-07-30: 25
- 2026-07-28: 43
- 2026-07-27: 43

## Links

- npm package: https://www.npmjs.com/package/@mindstone/mcp-server-workday
- Socket report: https://socket.dev/npm/package/@mindstone/mcp-server-workday
- Repository: https://github.com/mindstone/mcp-servers
- Changelog RSS feed: https://verifymcp.io/servers/mindstone-mcp-server-workday/mindstone-mcp-server-workday.xml
- Changelog JSON feed: https://verifymcp.io/servers/mindstone-mcp-server-workday/mindstone-mcp-server-workday.json
- HTML version of this page: https://verifymcp.io/servers/mindstone-mcp-server-workday/mindstone-mcp-server-workday
