# Gkmex Crane Inventory (remote · gkmex.com)

Public, zero-auth, read-only access to Gkmex used-crane inventory.

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

## Components

- remote · `gkmex.com`: 75/100 (this document), [markdown](https://verifymcp.io/servers/gkmex75-gkmex-inventory/gkmex.md), [page](https://verifymcp.io/servers/gkmex75-gkmex-inventory/gkmex)

## Channel facts

- Endpoint: `https://gkmex.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-25.

- **Endpoint Security**: 57/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 3 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 is enforced; there's no plaintext access path.
  - 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**: 78/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 191 tokens (~38/item across 5 items; 3 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 90/100
  - Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% 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 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 5 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 Gkmex Crane Inventory MCP server?

Gkmex Crane Inventory is a hosted endpoint at https://gkmex.com/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 gkmex75-gkmex-inventory 'https://gkmex.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "gkmex75-gkmex-inventory": {
      "url": "https://gkmex.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "gkmex75-gkmex-inventory": {
      "type": "http",
      "url": "https://gkmex.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.gkmex75-gkmex-inventory]
url = "https://gkmex.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gkmex75-gkmex-inventory": {
      "type": "remote",
      "url": "https://gkmex.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add gkmex75-gkmex-inventory --url 'https://gkmex.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  gkmex75-gkmex-inventory:
    url: "https://gkmex.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "gkmex75-gkmex-inventory": {
      "Transport": "http",
      "Url": "https://gkmex.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add gkmex75-gkmex-inventory -t streamable-http -u 'https://gkmex.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "gkmex75-gkmex-inventory": {
      "type": "http",
      "url": "https://gkmex.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-09-25 (score 75, +1)

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

### 2026-09-23 (score 74, +1)

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

### 2026-09-21 (score 73, +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-18 (score 72, +1)

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

### 2026-09-17 (score 71, +8)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional improvement] Schema quality: 53 → 38
- [functional] The server now declares the “resources” capability
- [functional] Stability: fail → 0.63
- [functional] New resource “gkmex-crane-inventory”
- [functional] New resource “gkmex-developer-guide”
- [functional] New tool “compare_cranes”

### 2026-09-15 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23.

### 2026-09-13 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17.

### 2026-09-11 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10.

## MCP tools (3)

### `list_cranes` (~53 tokens)

List every currently published Gkmex crane.

Input parameters:

- `brand` (string)
- `cursor` (string)
- `limit` (integer)
- `offset` (integer)
- `type` (string)

### `get_crane` (~29 tokens)

Get one currently published Gkmex crane by its public ID.

Input parameters:

- `id` (string, required)

### `compare_cranes` (~30 tokens)

Compare two to five currently published Gkmex cranes by public ID.

Input parameters:

- `ids` (array, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/gkmex75-gkmex-inventory/gkmex#diagnostics

## Score history

- 2026-09-25: 75
- 2026-09-24: 74
- 2026-09-23: 74
- 2026-09-22: 73
- 2026-09-21: 73
- 2026-09-20: 72
- 2026-09-19: 72
- 2026-09-18: 72
- 2026-09-17: 71
- 2026-09-16: 63
- 2026-09-15: 63
- 2026-09-14: 62
- 2026-09-13: 62
- 2026-09-12: 61
- 2026-09-11: 61
- 2026-09-10: 60
- 2026-09-09: 60
- 2026-09-08: 60
- 2026-09-07: 60
- 2026-09-06: 60
- 2026-09-05: 60
- 2026-09-04: 65
- 2026-09-03: 65
- 2026-09-02: 64
- 2026-09-01: 64
- 2026-08-31: 63
- 2026-08-30: 63
- 2026-08-29: 62

## Common questions

### What is the Gkmex Crane Inventory MCP server?

Gkmex Crane Inventory is an MCP server listed in the public MCP registry as io.github.gkmex75/gkmex-inventory. Public, zero-auth, read-only access to Gkmex used-crane inventory. This page covers its hosted endpoint (https://gkmex.com/mcp).

### Is the Gkmex Crane Inventory MCP server safe to use?

Gkmex Crane Inventory scores 75 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 Gkmex Crane Inventory MCP server expose?

Gkmex Crane Inventory exposes 3 tools: list_cranes, get_crane, compare_cranes. Their descriptions and schemas cost roughly 112 tokens of context every time the server is loaded.

### Does the Gkmex Crane Inventory MCP server require authentication?

No. We connected to Gkmex Crane Inventory without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Gkmex Crane Inventory MCP server still maintained?

Gkmex Crane Inventory is still listed as active in the MCP registry. We last reached this channel on 25 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://gkmex.com/mcp
- Repository: https://github.com/gkmex75/gkmex-developer-resources
- Website: https://gkmex.com/developers
- Changelog RSS feed: https://verifymcp.io/servers/gkmex75-gkmex-inventory/gkmex.xml
- Changelog JSON feed: https://verifymcp.io/servers/gkmex75-gkmex-inventory/gkmex.json
- HTML version of this page: https://verifymcp.io/servers/gkmex75-gkmex-inventory/gkmex
