# Ardaro Agent Runtime Utilities (remote · agents.getardaro.com)

Advisory context, intent, budget and API-ledger checks with free examples and x402 payments.

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

## Components

- remote · `agents.getardaro.com`: 77/100 (this document), [markdown](https://verifymcp.io/servers/ashevilleislove-ardaro-agent-utilities/mcp-utilities.md), [page](https://verifymcp.io/servers/ashevilleislove-ardaro-agent-utilities/mcp-utilities)

## Channel facts

- Endpoint: `https://agents.getardaro.com/mcp/utilities`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.4.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-24.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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).
  - Context-footprint check failed: tool/resource definitions use about 721 tokens (~120/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 83/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 40% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Ardaro Agent Runtime Utilities MCP server?

Ardaro Agent Runtime Utilities is a hosted endpoint at https://agents.getardaro.com/mcp/utilities, 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 ashevilleislove-ardaro-agent-utilities 'https://agents.getardaro.com/mcp/utilities'
```

### Cursor

```json
{
  "mcpServers": {
    "ashevilleislove-ardaro-agent-utilities": {
      "url": "https://agents.getardaro.com/mcp/utilities"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ashevilleislove-ardaro-agent-utilities": {
      "type": "http",
      "url": "https://agents.getardaro.com/mcp/utilities"
    }
  }
}
```

### Codex

```toml
[mcp_servers.ashevilleislove-ardaro-agent-utilities]
url = "https://agents.getardaro.com/mcp/utilities"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ashevilleislove-ardaro-agent-utilities": {
      "type": "remote",
      "url": "https://agents.getardaro.com/mcp/utilities",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ashevilleislove-ardaro-agent-utilities --url 'https://agents.getardaro.com/mcp/utilities' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ashevilleislove-ardaro-agent-utilities:
    url: "https://agents.getardaro.com/mcp/utilities"
```

### Netclaw

```json
{
  "McpServers": {
    "ashevilleislove-ardaro-agent-utilities": {
      "Transport": "http",
      "Url": "https://agents.getardaro.com/mcp/utilities"
    }
  }
}
```

### Vellum

```bash
assistant mcp add ashevilleislove-ardaro-agent-utilities -t streamable-http -u 'https://agents.getardaro.com/mcp/utilities'
```

### Other

```json
{
  "mcpServers": {
    "ashevilleislove-ardaro-agent-utilities": {
      "type": "http",
      "url": "https://agents.getardaro.com/mcp/utilities"
    }
  }
}
```

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-24 (score 77, +1)

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

### 2026-09-22 (score 76, +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-09-20 (score 75, +1)

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

### 2026-09-18 (score 74, +11)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional regression] Schema quality: unverified → fail
- [functional regression] Schema quality: pass → fail
- [functional improvement] Destructive annotations: unverified → pass
- [functional] Stability: fail → 0.13
- [functional] Tool coverage: fail → 100
- [functional] New tool “authorize_agent_spend”
- [functional] New tool “compress_agent_context”
- [functional] New tool “get_utility_example”
- [functional] New tool “get_utility_service_status”
- [functional] New tool “reconcile_api_ledger”
- [functional] New tool “route_model_intent”

### 2026-09-17 (score 63, +38)

- [security regression] Stability: unverified → fail
- [security improvement] Authorization: unverified → partial
- [security improvement] Injection markers: unverified → pass
- [security improvement] Transport: fail → pass
- [functional regression] Tool coverage: unverified → fail
- [functional improvement] Endpoint reachability: not serving MCP → reachable
- [functional improvement] MCP protocol: unverified → pass

### 2026-09-16 (score 25, −38)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Stability: fail → unverified
- [security regression] Tool safety: pass → unverified
- [security regression] Authorization: partial → unverified
- [security regression] Transport: pass → fail
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: fail → unverified
- [functional] First check of Schema quality: unverified

### 2026-09-15 (score 63, −9)

- [security regression] Stability: unverified → fail
- [security regression] A breaking change shipped without a version bump: still 1.4.0
- [security regression] Tool “authorize_agent_spend” was removed
- [security regression] Tool “compress_agent_context” was removed
- [security regression] Tool “get_utility_example” was removed
- [security regression] Tool “get_utility_service_status” was removed
- [security regression] Tool “reconcile_api_ledger” was removed
- [security regression] Tool “route_model_intent” was removed
- [security] The server rewrote its instructions, which are the text every model session reads
- [functional regression] Schema quality: fail → unverified
- [functional regression] Destructive annotations: pass → unverified
- [functional regression] Tool coverage: 100 → fail
- [functional improvement] Schema quality: fail → pass

### 2026-09-14 (score 72)

First indexed and scored.

## MCP tools (6)

### `compress_agent_context` (~117 tokens)

Context formatting review

Return a blank-line compaction candidate for human review. Preserves words and role headers. No verified token savings, semantic equivalence or speed improvement. Paid: 0.05 USDC per accepted analysis, including an unfavorable advisory result. Check get_utility_service_status with service='compress_agent_context' and the free fixed example first. Owner-authorized x402 payment is required; tool discovery does not authorize spending.

Input parameters:

- `raw_conversation_history` (string, required): Caller-supplied text; do not submit secrets or private tenant data.

### `route_model_intent` (~115 tokens)

Intent classification review

Classify text with a bounded keyword heuristic for human review. Does not execute a model, select a verified cheapest model or prove routing savings. Paid: 0.15 USDC per accepted analysis, including an unfavorable advisory result. Check get_utility_service_status with service='route_model_intent' and the free fixed example first. Owner-authorized x402 payment is required; tool discovery does not authorize spending.

Input parameters:

- `intent_payload` (string, required): Caller-supplied text; do not submit secrets or private tenant data.

### `authorize_agent_spend` (~133 tokens)

Advisory spending check

Compare a proposed downstream cost with caller-supplied limits and history. Advisory only: does not authenticate policy, reserve funds, issue authorization or block external API calls. Evaluation excludes this service fee. Paid: 0.10 USDC per accepted analysis, including an unfavorable advisory result. Check get_utility_service_status with service='authorize_agent_spend' and the free fixed example first. Owner-authorized x402 payment is required; tool discovery does not authorize spending.

Input parameters:

- `currency` (string, required)
- `history` (object, required)
- `policy` (object, required)
- `proposed_cost` (string, required)

### `reconcile_api_ledger` (~116 tokens)

Submitted billing reconciliation

Compare supplied billing and usage records by request ID, exact amount and currency. Flags missing or mismatched records. Does not authenticate telemetry, verify delivery or post to accounting. Paid: 0.25 USDC per accepted analysis, including an unfavorable advisory result. Check get_utility_service_status with service='reconcile_api_ledger' and the free fixed example first. Owner-authorized x402 payment is required; tool discovery does not authorize spending.

Input parameters:

- `billing_records` (array, required)
- `usage_records` (array, required)

### `get_utility_example` (~86 tokens)

Get utility example

Inspect a fixed synthetic request and expected result before integrating or paying. Select service from the enum; no caller document is accepted, processed or stored. Returns service and details containing that service's example. Free; no wallet authorization. Use get_utility_service_status for current readiness, prices and retention instead.

Input parameters:

- `service` (string, required): Service whose fixed example or current terms to inspect.

### `get_utility_service_status` (~88 tokens)

Get utility readiness and terms

Check the selected service's current runtime readiness, input limits, pricing and retention before use. Returns service and details; ready=false means the underlying service is unavailable. Free cached runtime read; no external probe, payment, analysis or historical document retrieval. Use get_utility_example for a fixed integration sample instead.

Input parameters:

- `service` (string, required): Service whose fixed example or current terms to inspect.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ashevilleislove-ardaro-agent-utilities/mcp-utilities#diagnostics

## Score history

- 2026-09-24: 77
- 2026-09-23: 76
- 2026-09-22: 76
- 2026-09-21: 75
- 2026-09-20: 75
- 2026-09-19: 74
- 2026-09-18: 74
- 2026-09-17: 63
- 2026-09-16: 25
- 2026-09-15: 63
- 2026-09-14: 72

## Common questions

### What is the Ardaro Agent Runtime Utilities MCP server?

Ardaro Agent Runtime Utilities is an MCP server listed in the public MCP registry as io.github.ashevilleislove/ardaro-agent-utilities. Advisory context, intent, budget and API-ledger checks with free examples and x402 payments. This page covers its hosted endpoint (https://agents.getardaro.com/mcp/utilities).

### Is the Ardaro Agent Runtime Utilities MCP server safe to use?

Ardaro Agent Runtime Utilities scores 77 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 Ardaro Agent Runtime Utilities MCP server expose?

Ardaro Agent Runtime Utilities exposes 6 tools: compress_agent_context, route_model_intent, authorize_agent_spend, reconcile_api_ledger, get_utility_example, get_utility_service_status. Their descriptions and schemas cost roughly 655 tokens of context every time the server is loaded.

### Does the Ardaro Agent Runtime Utilities MCP server require authentication?

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

### Is the Ardaro Agent Runtime Utilities MCP server still maintained?

Ardaro Agent Runtime Utilities is still listed as active in the MCP registry. We last reached this channel on 24 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://agents.getardaro.com/mcp/utilities
- Website: https://agents.getardaro.com/agent-utilities
- Changelog RSS feed: https://verifymcp.io/servers/ashevilleislove-ardaro-agent-utilities/mcp-utilities.xml
- Changelog JSON feed: https://verifymcp.io/servers/ashevilleislove-ardaro-agent-utilities/mcp-utilities.json
- HTML version of this page: https://verifymcp.io/servers/ashevilleislove-ardaro-agent-utilities/mcp-utilities
