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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (NOASSERTION) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 0 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add wyre-ai-gorelo-mcp -- docker run --rm -i ghcr.io/wyre-ai/gorelo-mcp:v1.0.0
{
"mcpServers": {
"wyre-ai-gorelo-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/gorelo-mcp:v1.0.0"
]
}
}
} {
"servers": {
"wyre-ai-gorelo-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/gorelo-mcp:v1.0.0"
]
}
}
} codex mcp add wyre-ai-gorelo-mcp -- docker run --rm -i ghcr.io/wyre-ai/gorelo-mcp:v1.0.0
{
"$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
}
}
} mcp_servers:
wyre-ai-gorelo-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/gorelo-mcp:v1.0.0"] {
"McpServers": {
"wyre-ai-gorelo-mcp": {
"Transport": "stdio",
"Command": "docker",
"Arguments": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/gorelo-mcp:v1.0.0"
]
}
}
} {
"mcpServers": {
"wyre-ai-gorelo-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/gorelo-mcp:v1.0.0"
]
}
}
} 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.
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 →
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 →
gorelo_get_asset ~29
Get a single agent (managed device) asset by id.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
No output schema declared.
No examples provided.
gorelo_get_client ~24
Get a single client by id.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | – |
No output schema declared.
No examples provided.
gorelo_get_contact ~24
Get a single contact by id.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | – |
No output schema declared.
No examples provided.
gorelo_get_ticket ~33
Get a single ticket by id, with full detail.
| Name | Type | Req | Description |
|---|---|---|---|
| ticketId | string | yes | Ticket 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).
| Name | Type | Req | Description |
|---|---|---|---|
| approvalId | string | yes | – |
| ticketId | string | yes | – |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| commentId | string | yes | – |
| ticketId | string | yes | – |
No output schema declared.
No examples provided.
gorelo_get_time_entry ~26
Get a single time entry by id.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| clientId | number | yes | – |
No output schema declared.
No examples provided.
gorelo_list_clients ~138
List clients for the service provider, cursor-paginated, sorted by client id ascending.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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). |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| conversationId | string | – | – |
| conversationType | string | – | – |
| cursor | string | – | – |
| pageSize | number | – | – |
| sortBy | string | – | – |
| sortOrder | string | – | – |
| ticketId | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| ticketId | string | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | – | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Opaque pagination cursor from a previous page; omit for the first page. |
| pageSize | number | – | Items 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.
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.