Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Gorelo

OCI · GHCR.IO/WYRE-AI/GORELO-MCP:V1.0.0 · SCANNED SEP 20

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

37 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • 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.Unverified
  • Install-script risk not yet assessed.Unverified
  • 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.Unverified
Provenance & Transparency32
Schema Quality & AI Usability74
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1843 tokens (~76/item across 24 items; 24 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage85
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 54% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 24 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 24 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

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.

oci · ghcr.io/wyre-ai/gorelo-mcp:v1.0.0

# add to Claude Code
claude mcp add wyre-ai-gorelo-mcp -- docker run --rm -i ghcr.io/wyre-ai/gorelo-mcp:v1.0.0
// .cursor/mcp.json
{
  "mcpServers": {
    "wyre-ai-gorelo-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/gorelo-mcp:v1.0.0"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "wyre-ai-gorelo-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/gorelo-mcp:v1.0.0"
      ]
    }
  }
}
# add to Codex CLI
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/config.yaml
mcp_servers:
  wyre-ai-gorelo-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/gorelo-mcp:v1.0.0"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "wyre-ai-gorelo-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/gorelo-mcp:v1.0.0"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "wyre-ai-gorelo-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/gorelo-mcp:v1.0.0"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 37

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed oci/ghcr.io/wyre-ai/gorelo-mcp:v1.0.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

MCP tools · 24 exposed · ~1,843 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
gorelo_get_asset ~29

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

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

gorelo_get_client ~24

Get a single client by id.

NameTypeReqDescription
idnumberyes

No output schema declared.

No examples provided.

gorelo_get_contact ~24

Get a single contact by id.

NameTypeReqDescription
idnumberyes

No output schema declared.

No examples provided.

gorelo_get_ticket ~33

Get a single ticket by id, with full detail.

NameTypeReqDescription
ticketIdstringyesTicket id (UUID).

No output schema declared.

No examples provided.

gorelo_get_ticket_approval ~51

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

NameTypeReqDescription
approvalIdstringyes
ticketIdstringyes

No output schema declared.

No examples provided.

gorelo_get_ticket_comment ~47

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

NameTypeReqDescription
commentIdstringyes
ticketIdstringyes

No output schema declared.

No examples provided.

gorelo_get_time_entry ~26

Get a single time entry by id.

NameTypeReqDescription
idnumberyes

No output schema declared.

No examples provided.

gorelo_list_assets ~149

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

NameTypeReqDescription
clientIdsarray
createdBeforestringISO-8601 timestamp.
createdSincestringISO-8601 timestamp.
cursorstringOpaque pagination cursor from a previous page; omit for the first page.
pageSizenumberItems per page, clamped 1-200 (default 50).
querystring
statusIdsarray
updatedBeforestringISO-8601 timestamp.
updatedSincestringISO-8601 timestamp.

No output schema declared.

No examples provided.

gorelo_list_billing_roles ~38

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gorelo_list_client_locations ~27

List the locations for a given client.

NameTypeReqDescription
clientIdnumberyes

No output schema declared.

No examples provided.

gorelo_list_clients ~138

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

NameTypeReqDescription
createdBeforestringISO-8601 timestamp.
createdSincestringISO-8601 timestamp.
cursorstringOpaque pagination cursor from a previous page; omit for the first page.
pageSizenumberItems per page, clamped 1-200 (default 50).
querystring
statusIdsarray
updatedBeforestringISO-8601 timestamp.
updatedSincestringISO-8601 timestamp.

No output schema declared.

No examples provided.

gorelo_list_contacts ~164

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

NameTypeReqDescription
clientIdnumberFilter to a single client.
clientIdsarray
createdBeforestringISO-8601 timestamp.
createdSincestringISO-8601 timestamp.
cursorstringOpaque pagination cursor from a previous page; omit for the first page.
pageSizenumberItems per page, clamped 1-200 (default 50).
querystring
statusIdsarray
updatedBeforestringISO-8601 timestamp.
updatedSincestringISO-8601 timestamp.

No output schema declared.

No examples provided.

gorelo_list_contracts ~81

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

NameTypeReqDescription
clientIdsarray
cursorstringOpaque pagination cursor from a previous page; omit for the first page.
pageSizenumberItems per page, clamped 1-200 (default 50).

No output schema declared.

No examples provided.

gorelo_list_custom_assets ~142

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

NameTypeReqDescription
clientIdsarray
createdBeforestringISO-8601 timestamp.
createdSincestringISO-8601 timestamp.
cursorstringOpaque pagination cursor from a previous page; omit for the first page.
pageSizenumberItems per page, clamped 1-200 (default 50).
querystring
updatedBeforestringISO-8601 timestamp.
updatedSincestringISO-8601 timestamp.

No output schema declared.

No examples provided.

gorelo_list_groups ~20

List the technician groups configured for the service provider.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gorelo_list_ticket_comments ~115

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.

NameTypeReqDescription
conversationIdstring
conversationTypestring
cursorstring
pageSizenumber
sortBystring
sortOrderstring
ticketIdstringyes

No output schema declared.

No examples provided.

gorelo_list_ticket_conversations ~59

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.

NameTypeReqDescription
ticketIdstringyes

No output schema declared.

No examples provided.

gorelo_list_ticket_statuses ~22

List the ticket statuses configured for the service provider.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gorelo_list_ticket_tags ~21

List the ticket tags configured for the service provider.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gorelo_list_ticket_types ~21

List the ticket types configured for the service provider.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gorelo_list_tickets ~298

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.

NameTypeReqDescription
clientIdsarray
contactIdsarray
createdBeforestringISO-8601 timestamp.
createdSincestringISO-8601 timestamp.
cursorstringOpaque pagination cursor from a previous page; omit for the first page.
groupIdsarrayA ticket matches if it is subscribed to any of these groups.
leadAssigneeIdsarray
pageSizenumberItems per page, clamped 1-200 (default 50).
priorityIdsarrayNone=0, Urgent=1, High=2, Normal=3, Low=4.
querystringKeyword matched against the ticket title, number and display number.
sortBystring
sortOrderstring
statusIdsarray
tagIdsarrayA ticket matches if it carries any of these tags.
typeIdsarray
updatedBeforestringISO-8601 timestamp.
updatedSincestringISO-8601 timestamp.

No output schema declared.

No examples provided.

gorelo_list_time_entries ~201

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

NameTypeReqDescription
clientIdsarray
createdBeforestringISO-8601 timestamp.
createdSincestringISO-8601 timestamp.
cursorstringOpaque pagination cursor from a previous page; omit for the first page.
invoiceIdsarray
locationIdsarray
pageSizenumberItems per page, clamped 1-200 (default 50).
startedBeforestringISO-8601 timestamp.
startedSincestringISO-8601 timestamp.
taskIdsarray
ticketIdsarray
updatedBeforestringISO-8601 timestamp.
updatedSincestringISO-8601 timestamp.
userIdsarray

No output schema declared.

No examples provided.

gorelo_list_users ~75

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

NameTypeReqDescription
cursorstringOpaque pagination cursor from a previous page; omit for the first page.
pageSizenumberItems per page, clamped 1-200 (default 50).

No output schema declared.

No examples provided.

gorelo_list_work_types ~38

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

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.