# Gorelo (oci · ghcr.io/wyre-ai/gorelo-mcp:v1.0.0)

MCP server for Gorelo's PSA ticket, client, contact, contract, asset, and time-tracking APIs.

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

## Components

- oci · `ghcr.io/wyre-ai/gorelo-mcp:v1.0.0`: 37/100 (this document), [markdown](https://verifymcp.io/servers/wyre-ai-gorelo-mcp/ghcr-io-wyre-ai-gorelo-mcp-v1-0-0.md), [page](https://verifymcp.io/servers/wyre-ai-gorelo-mcp/ghcr-io-wyre-ai-gorelo-mcp-v1-0-0)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/wyre-ai/gorelo-mcp:v1.0.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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-20.

- **Supply Chain Security**: 0/100
  - Malware scan not yet available for this package.
  - Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
  - Install-script risk not yet assessed.
  - Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (NOASSERTION) isn't a recognized OSI-approved license.
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1843 tokens (~76/item across 24 items; 24 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 85/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 54% 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 24 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 24 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.

**Unverified: 2 categories.** Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the Gorelo MCP server?

Gorelo runs locally as a container image, launched with docker run --rm -i ghcr.io/wyre-ai/gorelo-mcp:v1.0.0. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add wyre-ai-gorelo-mcp -- docker run --rm -i ghcr.io/wyre-ai/gorelo-mcp:v1.0.0
```

### Cursor

```json
{
  "mcpServers": {
    "wyre-ai-gorelo-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/gorelo-mcp:v1.0.0"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "wyre-ai-gorelo-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/gorelo-mcp:v1.0.0"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add wyre-ai-gorelo-mcp -- docker run --rm -i ghcr.io/wyre-ai/gorelo-mcp:v1.0.0
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-ai-gorelo-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/gorelo-mcp:v1.0.0"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  wyre-ai-gorelo-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/gorelo-mcp:v1.0.0"]
```

### Netclaw

```json
{
  "McpServers": {
    "wyre-ai-gorelo-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/gorelo-mcp:v1.0.0"
      ]
    }
  }
}
```

### Other

```json
{
  "mcpServers": {
    "wyre-ai-gorelo-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/gorelo-mcp:v1.0.0"
      ]
    }
  }
}
```

## 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-20 (score 37)

First indexed and scored.

## MCP tools (24)

### `gorelo_list_tickets` (~298 tokens)

List tickets for the service provider, cursor-paginated. Default sort is updatedOn desc. Filter by status, client, priority, type, assignee, contact, tag, group, a keyword query, or a created/updated date range.

Input parameters:

- `clientIds` (array)
- `contactIds` (array)
- `createdBefore` (string): ISO-8601 timestamp.
- `createdSince` (string): ISO-8601 timestamp.
- `cursor` (string): Opaque pagination cursor from a previous page; omit for the first page.
- `groupIds` (array): A ticket matches if it is subscribed to any of these groups.
- `leadAssigneeIds` (array)
- `pageSize` (number): Items per page, clamped 1-200 (default 50).
- `priorityIds` (array): None=0, Urgent=1, High=2, Normal=3, Low=4.
- `query` (string): Keyword matched against the ticket title, number and display number.
- `sortBy` (string)
- `sortOrder` (string)
- `statusIds` (array)
- `tagIds` (array): A ticket matches if it carries any of these tags.
- `typeIds` (array)
- `updatedBefore` (string): ISO-8601 timestamp.
- `updatedSince` (string): ISO-8601 timestamp.

### `gorelo_get_ticket` (~33 tokens)

Get a single ticket by id, with full detail.

Input parameters:

- `ticketId` (string, required): Ticket id (UUID).

### `gorelo_list_ticket_statuses` (~22 tokens)

List the ticket statuses configured for the service provider.

### `gorelo_list_ticket_tags` (~21 tokens)

List the ticket tags configured for the service provider.

### `gorelo_list_ticket_types` (~21 tokens)

List the ticket types configured for the service provider.

### `gorelo_list_ticket_comments` (~115 tokens)

List the comments on a ticket, cursor-paginated, oldest-first by default. Filter from broadest to narrowest: nothing for every comment, conversationType alone to select a kind, or conversationType with conversationId for one specific conversation.

Input parameters:

- `conversationId` (string)
- `conversationType` (string)
- `cursor` (string)
- `pageSize` (number)
- `sortBy` (string)
- `sortOrder` (string)
- `ticketId` (string, required)

### `gorelo_get_ticket_comment` (~47 tokens)

Get a single comment on a ticket. Includes the full BodyHtml (no BodyTruncated flag).

Input parameters:

- `commentId` (string, required)
- `ticketId` (string, required)

### `gorelo_list_ticket_conversations` (~59 tokens)

List the conversations on a ticket. Public/Private (the main thread) come back with a null Id; Side Conversation and Approval carry a real Id usable as conversationId on the comments endpoint.

Input parameters:

- `ticketId` (string, required)

### `gorelo_get_ticket_approval` (~51 tokens)

Get a single approval on a ticket, including its approvers and computed status (Disapproved/Approved/Pending).

Input parameters:

- `approvalId` (string, required)
- `ticketId` (string, required)

### `gorelo_list_clients` (~138 tokens)

List clients for the service provider, cursor-paginated, sorted by client id ascending.

Input parameters:

- `createdBefore` (string): ISO-8601 timestamp.
- `createdSince` (string): ISO-8601 timestamp.
- `cursor` (string): Opaque pagination cursor from a previous page; omit for the first page.
- `pageSize` (number): Items per page, clamped 1-200 (default 50).
- `query` (string)
- `statusIds` (array)
- `updatedBefore` (string): ISO-8601 timestamp.
- `updatedSince` (string): ISO-8601 timestamp.

### `gorelo_get_client` (~24 tokens)

Get a single client by id.

Input parameters:

- `id` (number, required)

### `gorelo_list_client_locations` (~27 tokens)

List the locations for a given client.

Input parameters:

- `clientId` (number, required)

### `gorelo_list_contacts` (~164 tokens)

List contacts for the service provider, cursor-paginated, optionally filtered by client, sorted by contact id ascending.

Input parameters:

- `clientId` (number): Filter to a single client.
- `clientIds` (array)
- `createdBefore` (string): ISO-8601 timestamp.
- `createdSince` (string): ISO-8601 timestamp.
- `cursor` (string): Opaque pagination cursor from a previous page; omit for the first page.
- `pageSize` (number): Items per page, clamped 1-200 (default 50).
- `query` (string)
- `statusIds` (array)
- `updatedBefore` (string): ISO-8601 timestamp.
- `updatedSince` (string): ISO-8601 timestamp.

### `gorelo_get_contact` (~24 tokens)

Get a single contact by id.

Input parameters:

- `id` (number, required)

### `gorelo_list_contracts` (~81 tokens)

List billing contracts, each with the service lines it is made of, cursor-paginated.

Input parameters:

- `clientIds` (array)
- `cursor` (string): Opaque pagination cursor from a previous page; omit for the first page.
- `pageSize` (number): Items per page, clamped 1-200 (default 50).

### `gorelo_list_assets` (~149 tokens)

List agent (managed device) assets for the service provider, cursor-paginated, newest-created first.

Input parameters:

- `clientIds` (array)
- `createdBefore` (string): ISO-8601 timestamp.
- `createdSince` (string): ISO-8601 timestamp.
- `cursor` (string): Opaque pagination cursor from a previous page; omit for the first page.
- `pageSize` (number): Items per page, clamped 1-200 (default 50).
- `query` (string)
- `statusIds` (array)
- `updatedBefore` (string): ISO-8601 timestamp.
- `updatedSince` (string): ISO-8601 timestamp.

### `gorelo_get_asset` (~29 tokens)

Get a single agent (managed device) asset by id.

Input parameters:

- `id` (string, required)

### `gorelo_list_custom_assets` (~142 tokens)

List custom (non-agent) assets for the service provider, cursor-paginated, newest-created first.

Input parameters:

- `clientIds` (array)
- `createdBefore` (string): ISO-8601 timestamp.
- `createdSince` (string): ISO-8601 timestamp.
- `cursor` (string): Opaque pagination cursor from a previous page; omit for the first page.
- `pageSize` (number): Items per page, clamped 1-200 (default 50).
- `query` (string)
- `updatedBefore` (string): ISO-8601 timestamp.
- `updatedSince` (string): ISO-8601 timestamp.

### `gorelo_list_time_entries` (~201 tokens)

List logged time across every ticket and task, cursor-paginated, narrowed by any of the filters.

Input parameters:

- `clientIds` (array)
- `createdBefore` (string): ISO-8601 timestamp.
- `createdSince` (string): ISO-8601 timestamp.
- `cursor` (string): Opaque pagination cursor from a previous page; omit for the first page.
- `invoiceIds` (array)
- `locationIds` (array)
- `pageSize` (number): Items per page, clamped 1-200 (default 50).
- `startedBefore` (string): ISO-8601 timestamp.
- `startedSince` (string): ISO-8601 timestamp.
- `taskIds` (array)
- `ticketIds` (array)
- `updatedBefore` (string): ISO-8601 timestamp.
- `updatedSince` (string): ISO-8601 timestamp.
- `userIds` (array)

### `gorelo_get_time_entry` (~26 tokens)

Get a single time entry by id.

Input parameters:

- `id` (number, required)

### `gorelo_list_billing_roles` (~38 tokens)

List the billing roles configured for the service provider. Use a role's id as BillingRoleId when logging time against a ticket.

### `gorelo_list_work_types` (~38 tokens)

List the work types configured for the service provider. Use a work type's id as WorkTypeId when logging time against a ticket.

### `gorelo_list_users` (~75 tokens)

List users (technicians) for the service provider, cursor-paginated, sorted by user id ascending.

Input parameters:

- `cursor` (string): Opaque pagination cursor from a previous page; omit for the first page.
- `pageSize` (number): Items per page, clamped 1-200 (default 50).

### `gorelo_list_groups` (~20 tokens)

List the technician groups configured for the service provider.

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/wyre-ai-gorelo-mcp/ghcr-io-wyre-ai-gorelo-mcp-v1-0-0#diagnostics

## Score history

- 2026-09-20: 37

## Common questions

### What is the Gorelo MCP server?

Gorelo is an MCP server listed in the public MCP registry as io.github.WYRE-AI/gorelo-mcp. MCP server for Gorelo's PSA ticket, client, contact, contract, asset, and time-tracking APIs. This page covers its container image (ghcr.io/wyre-ai/gorelo-mcp:v1.0.0).

### Is the Gorelo MCP server safe to use?

Gorelo scores 37 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 Gorelo MCP server expose?

Gorelo exposes 24 tools: gorelo_list_tickets, gorelo_get_ticket, gorelo_list_ticket_statuses, gorelo_list_ticket_tags, gorelo_list_ticket_types, and 19 more. Their descriptions and schemas cost roughly 1,843 tokens of context every time the server is loaded.

### Is the Gorelo MCP server still maintained?

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

### What licence is the Gorelo MCP server under?

Gorelo declares the NOASSERTION licence, which is not on the OSI-approved list. Read the terms before using it at work, and note this covers the source only, not the cost of any service it calls.

## Links

- Repository: https://github.com/WYRE-AI/gorelo-mcp
- Changelog RSS feed: https://verifymcp.io/servers/wyre-ai-gorelo-mcp/ghcr-io-wyre-ai-gorelo-mcp-v1-0-0.xml
- Changelog JSON feed: https://verifymcp.io/servers/wyre-ai-gorelo-mcp/ghcr-io-wyre-ai-gorelo-mcp-v1-0-0.json
- HTML version of this page: https://verifymcp.io/servers/wyre-ai-gorelo-mcp/ghcr-io-wyre-ai-gorelo-mcp-v1-0-0
