# Shiftyasan Shift Scheduling (remote · api.shiftyasan.com)

Generate optimized work shift schedules from staffing demand, availability and fairness rules.

- Trust score: 43/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-09

## Components

- remote · `api.shiftyasan.com`: 43/100 (this document), [markdown](https://verifymcp.io/servers/com-shiftyasan-mcp-server/api.md), [page](https://verifymcp.io/servers/com-shiftyasan-mcp-server/api)
- npm · `@shiftyasan/mcp-server`: 38/100, [markdown](https://verifymcp.io/servers/com-shiftyasan-mcp-server/shiftyasan-mcp-server.md), [page](https://verifymcp.io/servers/com-shiftyasan-mcp-server/shiftyasan-mcp-server)

## Channel facts

- Endpoint: `https://api.shiftyasan.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.3.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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-09.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 50/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 381 tokens (~381/item across 0 items; 0 tools + 0 resources), over budget; trim descriptions and params.
  - Nothing to assess: this server has no tools to check for usage examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 2 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http com-shiftyasan-mcp-server https://api.shiftyasan.com/mcp
```

### Codex

```toml
[mcp_servers.com-shiftyasan-mcp-server]
url = "https://api.shiftyasan.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-shiftyasan-mcp-server": {
      "type": "remote",
      "url": "https://api.shiftyasan.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-shiftyasan-mcp-server --url https://api.shiftyasan.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-shiftyasan-mcp-server:
    url: "https://api.shiftyasan.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-shiftyasan-mcp-server": {
      "type": "http",
      "url": "https://api.shiftyasan.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-09 (score 43)

First indexed and scored.

## MCP tools (0)

No tool schema has been captured from this endpoint yet.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-shiftyasan-mcp-server/api#diagnostics

## Score history

- 2026-08-09: 43

## Links

- Remote endpoint: https://api.shiftyasan.com/mcp
- Repository: https://github.com/shiftyasan/mcp-server
- Website: https://api.shiftyasan.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-shiftyasan-mcp-server/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-shiftyasan-mcp-server/api.json
- HTML version of this page: https://verifymcp.io/servers/com-shiftyasan-mcp-server/api
