Autotask
OCI · GHCR.IO/WYRE-AI/AUTOTASK-MCP:V2.38.1 · SCANNED SEP 21
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
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 & Transparency45
- 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
- Clear OSI-approved license (Apache-2.0).Pass
- 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 Usability82
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 14486 tokens (~123/item across 117 items; 109 tools + 8 resources), over budget; trim descriptions and params. See how to fix → Fail
- 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 Coverage97
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 92% of tool parameters carry a description.Partial
Tool Safety90
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 6 of 10 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "autotask_get_ticket_charge" implies "charge" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Partial
- An AI judge read all 111 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
- Supports UI / widget rendering.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 Autotask MCP server?
Autotask runs locally as a container image, launched with docker run --rm -i ghcr.io/wyre-ai/autotask-mcp:v2.38.1. 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/autotask-mcp:v2.38.1
claude mcp add wyre-ai-autotask-mcp -- docker run --rm -i ghcr.io/wyre-ai/autotask-mcp:v2.38.1
{
"mcpServers": {
"wyre-ai-autotask-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/autotask-mcp:v2.38.1"
]
}
}
} {
"servers": {
"wyre-ai-autotask-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/autotask-mcp:v2.38.1"
]
}
}
} codex mcp add wyre-ai-autotask-mcp -- docker run --rm -i ghcr.io/wyre-ai/autotask-mcp:v2.38.1
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"wyre-ai-autotask-mcp": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/autotask-mcp:v2.38.1"
],
"enabled": true
}
}
} mcp_servers:
wyre-ai-autotask-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/autotask-mcp:v2.38.1"] {
"McpServers": {
"wyre-ai-autotask-mcp": {
"Transport": "stdio",
"Command": "docker",
"Arguments": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/autotask-mcp:v2.38.1"
]
}
}
} {
"mcpServers": {
"wyre-ai-autotask-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/autotask-mcp:v2.38.1"
]
}
}
} 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 41
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 21 Sept 2026 · Analysed oci/ghcr.io/wyre-ai/autotask-mcp:v2.38.1
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 →
autotask_update_contact ~242
Update contact record. Only provided fields are changed.
| Name | Type | Req | Description |
|---|---|---|---|
| addressLine | string | – | Address line (primary) |
| addressLine1 | string | – | Address line 1 (secondary) |
| city | string | – | City |
| countryID | number | – | Country ID (Autotask Countries entity) |
| emailAddress | string | – | Primary email address |
| firstName | string | – | – |
| id | number | yes | Contact ID to update |
| isActive | boolean | – | Whether the contact is active |
| lastName | string | – | – |
| mobilePhone | string | – | Mobile phone number |
| phone | string | – | Primary phone number |
| primaryContact | boolean | – | Whether this contact is the primary contact for their company |
| state | string | – | State/province |
| title | string | – | Job title |
| userDefinedFields | array | – | User-defined (custom) fields for the contact, as an array of { name, value } objects matching the Autotask REST API shape. Contacts support UDFs (hasUserDefinedFields: true). |
| zipCode | string | – | Postal/ZIP code |
No output schema declared.
No examples provided.
autotask_update_contract ~485
Update an existing Contract in Autotask (PATCH). Pass only fields you want to change; everything except id is optional. status: 1=In Effect, 0=Inactive.
| Name | Type | Req | Description |
|---|---|---|---|
| billToCompanyContactID | number | – | Bill-to contact ID |
| billToCompanyID | number | – | Bill-to company ID |
| billingPreference | number | – | Billing preference picklist ID |
| companyID | number | – | Company ID |
| contactID | number | – | Primary contact ID |
| contractCategory | number | – | Contract category picklist ID |
| contractExclusionSetID | number | – | Contract exclusion set ID |
| contractName | string | – | Contract name |
| contractNumber | string | – | External-facing contract number |
| contractPeriodType | number | – | Period type picklist ID |
| contractType | number | – | Contract type picklist ID |
| description | string | – | Contract description / notes |
| endDate | string | – | Contract end date (ISO YYYY-MM-DD) |
| estimatedCost | number | – | Estimated cost |
| estimatedHours | number | – | Estimated hours |
| estimatedRevenue | number | – | Estimated revenue |
| exclusionContractID | number | – | Exclusion contract ID |
| id | number | yes | Contract ID to update |
| internalCurrencyOverageBillingRate | number | – | Overage rate in internal currency |
| internalCurrencySetupFee | number | – | Setup fee in internal currency |
| isDefaultContract | boolean | – | Whether this is the default contract for the company |
| opportunityID | number | – | Originating opportunity ID |
| organizationalLevelAssociationID | number | – | Org level association ID |
| overageBillingRate | number | – | Overage billing rate |
| purchaseOrderNumber | string | – | Customer purchase order number |
| renewedContractID | number | – | ID of the contract this renewed |
| serviceLevelAgreementID | number | – | SLA ID |
| setupFee | number | – | Setup fee amount |
| setupFeeBillingCodeID | number | – | Billing code ID for the setup fee |
| startDate | string | – | Contract start date (ISO YYYY-MM-DD) |
| status | number | – | Contract status (1=In Effect, 0=Inactive) |
| timeReportingRequiresStartAndStopTimes | number | – | Whether time entries require start/stop times |
No output schema declared.
No examples provided.
autotask_update_contract_service ~146
Update an existing ContractService line on a Contract. Pass only fields you want to change.
| Name | Type | Req | Description |
|---|---|---|---|
| adjustedPrice | number | – | Adjusted price |
| contractID | number | yes | Parent Contract ID |
| id | number | yes | ContractService record ID to update |
| internalCurrencyUnitPrice | number | – | Unit price in internal currency |
| invoiceDescription | string | – | Override invoice description for this line |
| quoteItemID | number | – | Originating quote item ID |
| serviceID | number | – | Service catalog ID |
| unitCost | number | – | Unit cost for the service line |
| unitPrice | number | – | Unit price for the service line |
No output schema declared.
No examples provided.
autotask_update_project ~278
Update an existing project in Autotask. Only the fields you provide will be updated. Common use case: set status=5 to mark a project Complete.
| Name | Type | Req | Description |
|---|---|---|---|
| assignedResourceID | number | – | Primary assigned resource (project manager) ID. Note: Autotask may also require assignedResourceRoleID to be set alongside this field. |
| assignedResourceRoleID | number | – | Role ID for the assigned resource. Required by Autotask when assignedResourceID is provided. |
| departmentID | number | – | Department ID owning the project |
| description | string | – | Project description |
| endDateTime | string | – | Project end date/time (ISO 8601) |
| estimatedTime | number | – | Estimated time for the project, in hours |
| projectId | number | yes | The ID of the project to update |
| projectLeadResourceID | number | – | Project lead resource ID |
| projectName | string | – | Project name |
| startDateTime | string | – | Project start date/time (ISO 8601) |
| status | number | – | Project status (1=New, 2=In Progress, 5=Complete). Set to 5 to mark the project complete. |
| userDefinedFields | array | – | User-defined field values to set on the project (Autotask REST-native shape) |
No output schema declared.
No examples provided.
autotask_update_quote_item ~115
Update an existing quote item (quantity, price, etc.)
| Name | Type | Req | Description |
|---|---|---|---|
| isOptional | boolean | – | Updated optional status |
| lineDiscount | number | – | Updated line discount |
| percentageDiscount | number | – | Updated percentage discount |
| quantity | number | – | Updated quantity |
| quoteItemId | number | yes | The quote item ID to update |
| sortOrderID | number | – | Updated sort order |
| unitDiscount | number | – | Updated per-unit discount |
| unitPrice | number | – | Updated unit price |
No output schema declared.
No examples provided.
autotask_update_service_call ~138
Update an existing service call. Use this to change status, times, or description. To complete/close a service call, set complete: true or update the status.
| Name | Type | Req | Description |
|---|---|---|---|
| complete | boolean | – | Set to true to mark the service call as complete/closed |
| description | string | – | Updated description |
| endDateTime | string | – | Updated end date/time (ISO 8601 format) |
| serviceCallId | number | yes | The service call ID to update |
| startDateTime | string | – | Updated start date/time (ISO 8601 format) |
| status | number | – | Updated status picklist ID |
No output schema declared.
No examples provided.
autotask_update_ticket ~367
Update ticket record. Only provided fields are changed.
| Name | Type | Req | Description |
|---|---|---|---|
| assignedResourceID | number | – | Assigned resource ID. Autotask also requires that resource's role: pass assignedResourceRoleID or assignedResourceRoleName, or omit both and the resource's only active role is used (several roles = a… |
| assignedResourceRoleID | number | – | Role ID for the assigned resource — one of that resource's roles (see autotask_search_resource_roles). Resolved automatically when omitted. |
| assignedResourceRoleName | string | – | Name of the assigned resource's role, e.g. "Help Desk", used instead of assignedResourceRoleID when the resource holds several roles. |
| contactID | number | – | Contact ID for the ticket |
| description | string | – | – |
| dueDateTime | string | – | Due date and time in ISO 8601 format (e.g. 2026-03-15T17:00:00Z) |
| issueType | number | – | First-level issue type ID (picklist). Required context for subIssueType. Use autotask_get_field_info (entityType "Tickets", fieldName "issueType") to discover valid values. |
| priority | number | – | Ticket priority ID (use autotask_list_ticket_priorities to find valid IDs) |
| status | number | – | Ticket status ID (use autotask_list_ticket_statuses to find valid IDs) |
| subIssueType | number | – | Sub issue type ID (picklist). Must be valid for the selected issueType. Use autotask_get_field_info (entityType "Tickets", fieldName "subIssueType") to discover valid values. |
| ticketId | number | yes | The ID of the ticket to update |
| title | string | – | – |
No output schema declared.
No examples provided.
autotask_update_ticket_charge ~111
Update an existing ticket charge. Only fields provided will be changed.
| Name | Type | Req | Description |
|---|---|---|---|
| billableToAccount | boolean | – | Updated billable status |
| chargeId | number | yes | The charge ID to update |
| description | string | – | Updated description |
| name | string | – | Updated charge name |
| status | number | – | Updated status |
| unitCost | number | – | Updated unit cost |
| unitPrice | number | – | Updated unit price |
| unitQuantity | number | – | Updated quantity |
No output schema declared.
No examples provided.
autotask_update_ticket_checklist_item ~105
Update a checklist item on a ticket — edit text, mark complete/incomplete, or change position.
| Name | Type | Req | Description |
|---|---|---|---|
| isCompleted | boolean | – | Mark the item complete (true) or incomplete (false) |
| itemId | number | yes | The checklist item ID to update |
| itemName | string | – | New text for the checklist item |
| position | number | – | New ordering position for the item |
| ticketId | number | yes | The parent ticket ID |
No output schema declared.
No examples provided.
What is the Autotask MCP server?
Autotask is an MCP server listed in the public MCP registry as io.github.WYRE-AI/autotask-mcp. MCP server for Kaseya Autotask PSA, companies, tickets, projects, time entries, and more. This page covers its container image (ghcr.io/wyre-ai/autotask-mcp:v2.38.1).
Is the Autotask MCP server safe to use?
Autotask scores 41 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 Autotask MCP server expose?
Autotask exposes 109 tools: autotask_test_connection, autotask_search_companies, autotask_create_company, autotask_update_company, autotask_get_company_site_configuration, and 104 more. Their descriptions and schemas cost roughly 13,832 tokens of context every time the server is loaded.
Is the Autotask MCP server still maintained?
Autotask is still listed as active in the MCP registry. We last reached this channel on 21 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 Autotask MCP server under?
Autotask declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.