# AU Agent Utilities (remote · au-business-day.auagentutilities.workers.dev)

Reliable Australian business-day, public-holiday and deadline tools for AI agents.

- Trust score: 72/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-27

## Components

- remote · `au-business-day.auagentutilities.workers.dev`: 72/100 (this document), [markdown](https://verifymcp.io/servers/creatorhub121-au-business-day/au-business-day.md), [page](https://verifymcp.io/servers/creatorhub121-au-business-day/au-business-day)

## Channel facts

- Endpoint: `https://au-business-day.auagentutilities.workers.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.2.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-09-27.

- **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 call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 405, which proves neither a plaintext path nor enforcement.
  - 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**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 450 tokens (~112/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 87/100
  - Stability observed for 26 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the AU Agent Utilities MCP server?

AU Agent Utilities is a hosted endpoint at https://au-business-day.auagentutilities.workers.dev/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http creatorhub121-au-business-day 'https://au-business-day.auagentutilities.workers.dev/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "creatorhub121-au-business-day": {
      "url": "https://au-business-day.auagentutilities.workers.dev/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "creatorhub121-au-business-day": {
      "type": "http",
      "url": "https://au-business-day.auagentutilities.workers.dev/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.creatorhub121-au-business-day]
url = "https://au-business-day.auagentutilities.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "creatorhub121-au-business-day": {
      "type": "remote",
      "url": "https://au-business-day.auagentutilities.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add creatorhub121-au-business-day --url 'https://au-business-day.auagentutilities.workers.dev/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  creatorhub121-au-business-day:
    url: "https://au-business-day.auagentutilities.workers.dev/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "creatorhub121-au-business-day": {
      "Transport": "http",
      "Url": "https://au-business-day.auagentutilities.workers.dev/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add creatorhub121-au-business-day -t streamable-http -u 'https://au-business-day.auagentutilities.workers.dev/mcp'
```

### Other

```json
{
  "mcpServers": {
    "creatorhub121-au-business-day": {
      "type": "http",
      "url": "https://au-business-day.auagentutilities.workers.dev/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-09-27 (score 72, +1)

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

### 2026-09-25 (score 71, 0)

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

### 2026-09-24 (score 71, +1)

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

### 2026-09-22 (score 70, +1)

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

### 2026-09-20 (score 69, +1)

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

### 2026-09-18 (score 68, +1)

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

### 2026-09-16 (score 67, +1)

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

### 2026-09-14 (score 66, +1)

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

## MCP tools (4)

### `check_australian_business_day` (~59 tokens)

Check whether a date is a business day in an Australian state or territory and return the previous and next business day.

Input parameters:

- `date` (string, required): Date in YYYY-MM-DD format
- `state` (string, required): Australian state or territory

### `calculate_australian_business_date` (~96 tokens)

Add or subtract Australian business days from a date for a specified state or territory. Positive numbers move forward and negative numbers move backward. The start date is excluded.

Input parameters:

- `business_days` (integer, required): Number of business days to shift. Positive = forward, negative = backward, 0 = unchanged.
- `date` (string, required): Starting date in YYYY-MM-DD format
- `state` (string, required): Australian state or territory

### `count_australian_business_days` (~121 tokens)

Count business days between two Australian calendar dates for a specified state or territory. Boundary inclusion is explicit so agents do not have to guess the counting rule.

Input parameters:

- `end_date` (string, required): End date in YYYY-MM-DD format
- `include_end_date` (boolean): Whether to count the end date. Defaults to true.
- `include_start_date` (boolean): Whether to count the start date. Defaults to false.
- `start_date` (string, required): Start date in YYYY-MM-DD format
- `state` (string, required): Australian state or territory

### `calculate_australian_deadline` (~174 tokens)

Calculate an Australian deadline using either calendar days or business days, with an explicit start-date counting rule and optional rolling to the next or previous business day when the calculated date is not a business day.

Input parameters:

- `day_type` (string, required): business excludes weekends/public holidays; calendar counts every calendar day
- `days` (integer, required): Number of days. Positive moves forward, negative moves backward, 0 keeps the start date.
- `include_start_date` (boolean): Whether the start date counts. Defaults to false.
- `roll_if_non_business_day` (string): What to do if the unadjusted deadline is not a business day: none, next or previous. Defaults to none.
- `start_date` (string, required): Starting date in YYYY-MM-DD format
- `state` (string, required): Australian state or territory

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/creatorhub121-au-business-day/au-business-day#diagnostics

## Score history

- 2026-09-27: 72
- 2026-09-26: 71
- 2026-09-25: 71
- 2026-09-24: 71
- 2026-09-23: 70
- 2026-09-22: 70
- 2026-09-21: 69
- 2026-09-20: 69
- 2026-09-19: 68
- 2026-09-18: 68
- 2026-09-17: 67
- 2026-09-16: 67
- 2026-09-15: 66
- 2026-09-14: 66
- 2026-09-13: 65
- 2026-09-12: 65
- 2026-09-11: 64
- 2026-09-10: 64
- 2026-09-09: 64
- 2026-09-08: 63
- 2026-09-07: 63
- 2026-09-06: 62
- 2026-09-05: 62
- 2026-09-04: 60
- 2026-09-03: 60
- 2026-09-02: 59
- 2026-09-01: 59

## Common questions

### What is the AU Agent Utilities MCP server?

AU Agent Utilities is an MCP server listed in the public MCP registry as io.github.creatorhub121/au-business-day. Reliable Australian business-day, public-holiday and deadline tools for AI agents. This page covers its hosted endpoint (https://au-business-day.auagentutilities.workers.dev/mcp).

### Is the AU Agent Utilities MCP server safe to use?

AU Agent Utilities scores 72 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the AU Agent Utilities MCP server expose?

AU Agent Utilities exposes 4 tools: check_australian_business_day, calculate_australian_business_date, count_australian_business_days, calculate_australian_deadline. Their descriptions and schemas cost roughly 450 tokens of context every time the server is loaded.

### Does the AU Agent Utilities MCP server require authentication?

No. We connected to AU Agent Utilities without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the AU Agent Utilities MCP server still maintained?

AU Agent Utilities is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://au-business-day.auagentutilities.workers.dev/mcp
- Repository: https://github.com/creatorhub121/au-business-day
- Changelog RSS feed: https://verifymcp.io/servers/creatorhub121-au-business-day/au-business-day.xml
- Changelog JSON feed: https://verifymcp.io/servers/creatorhub121-au-business-day/au-business-day.json
- HTML version of this page: https://verifymcp.io/servers/creatorhub121-au-business-day/au-business-day
