# Hyperscale Tenant Tools (remote · hyperscale0.ai)

Hyperscale Product reads and contract operations over MCP.

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

## Components

- remote · `hyperscale0.ai`: 73/100 (this document), [markdown](https://verifymcp.io/servers/ai-hyperscale0-hyperscale-tenant-tools/v1-mcp.md), [page](https://verifymcp.io/servers/ai-hyperscale0-hyperscale-tenant-tools/v1-mcp)

## Channel facts

- Endpoint: `https://hyperscale0.ai/v1/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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**: 89/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - 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**: 60/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 146 tokens (~146/item across 1 items; 1 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability check failed: schema churn in the 28 days we've observed: 110 tool removals, 0 breaking changes, 0 auth/transport breaks, 0 additions.
- **Tool Coverage**: 86/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 50% 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 1 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 2 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 Hyperscale Tenant Tools MCP server?

Hyperscale Tenant Tools is a hosted endpoint at https://hyperscale0.ai/v1/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 ai-hyperscale0-hyperscale-tenant-tools 'https://hyperscale0.ai/v1/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "ai-hyperscale0-hyperscale-tenant-tools": {
      "url": "https://hyperscale0.ai/v1/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ai-hyperscale0-hyperscale-tenant-tools": {
      "type": "http",
      "url": "https://hyperscale0.ai/v1/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.ai-hyperscale0-hyperscale-tenant-tools]
url = "https://hyperscale0.ai/v1/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-hyperscale0-hyperscale-tenant-tools": {
      "type": "remote",
      "url": "https://hyperscale0.ai/v1/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-hyperscale0-hyperscale-tenant-tools --url 'https://hyperscale0.ai/v1/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-hyperscale0-hyperscale-tenant-tools:
    url: "https://hyperscale0.ai/v1/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "ai-hyperscale0-hyperscale-tenant-tools": {
      "Transport": "http",
      "Url": "https://hyperscale0.ai/v1/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add ai-hyperscale0-hyperscale-tenant-tools -t streamable-http -u 'https://hyperscale0.ai/v1/mcp'
```

### Other

```json
{
  "mcpServers": {
    "ai-hyperscale0-hyperscale-tenant-tools": {
      "type": "http",
      "url": "https://hyperscale0.ai/v1/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 73, 0)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-26 (score 73, 0)

- [functional improvement] Endpoint reachability: not serving MCP → reachable
- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-25 (score 73, +50)

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

### 2026-09-24 (score 23, −50)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Stability: fail → unverified
- [security regression] Tool safety: pass → unverified
- [security regression] Authorization: fail → unverified
- [security regression] Transport: pass → fail
- [security regression] HSTS header: pass → fail
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified

### 2026-09-23 (score 73, 0)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-22 (score 73, −1)

- [functional regression] Tool coverage: 67% → 50%
- [functional regression] Schema quality: 91 → 146
- [functional] Schema quality: good → fair
- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-21 (score 74, 0)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-20 (score 74, 0)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

## MCP tools (1)

### `extension_list` (~41 tokens)

List catalog extensions

List catalog extensions.

Input parameters:

- `cursor` (string)
- `limit` (integer): Maximum items to return (1-100). Defaults to 50 when omitted.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ai-hyperscale0-hyperscale-tenant-tools/v1-mcp#diagnostics

## Score history

- 2026-09-27: 73
- 2026-09-26: 73
- 2026-09-25: 73
- 2026-09-24: 23
- 2026-09-23: 73
- 2026-09-22: 73
- 2026-09-21: 74
- 2026-09-20: 74
- 2026-09-19: 74
- 2026-09-18: 74
- 2026-09-17: 75
- 2026-09-16: 75
- 2026-09-15: 75
- 2026-09-14: 75
- 2026-09-13: 75
- 2026-09-12: 75
- 2026-09-11: 75
- 2026-09-10: 75
- 2026-09-09: 76
- 2026-09-08: 23
- 2026-09-07: 76
- 2026-09-06: 76
- 2026-09-05: 76
- 2026-09-04: 76
- 2026-09-03: 76
- 2026-09-02: 76
- 2026-09-01: 76
- 2026-08-31: 76
- 2026-08-30: 73
- 2026-08-29: 23

## Common questions

### What is the Hyperscale Tenant Tools MCP server?

Hyperscale Tenant Tools is an MCP server listed in the public MCP registry as ai.hyperscale0/hyperscale-tenant-tools. Hyperscale Product reads and contract operations over MCP. This page covers its hosted endpoint (https://hyperscale0.ai/v1/mcp).

### Is the Hyperscale Tenant Tools MCP server safe to use?

Hyperscale Tenant Tools scores 73 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 Hyperscale Tenant Tools MCP server expose?

Hyperscale Tenant Tools exposes 1 tool: extension_list. Their descriptions and schemas cost roughly 41 tokens of context every time the server is loaded.

### Does the Hyperscale Tenant Tools MCP server require authentication?

Yes. Hyperscale Tenant Tools asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the Hyperscale Tenant Tools MCP server still maintained?

Hyperscale Tenant Tools 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://hyperscale0.ai/v1/mcp
- Changelog RSS feed: https://verifymcp.io/servers/ai-hyperscale0-hyperscale-tenant-tools/v1-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-hyperscale0-hyperscale-tenant-tools/v1-mcp.json
- HTML version of this page: https://verifymcp.io/servers/ai-hyperscale0-hyperscale-tenant-tools/v1-mcp
