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.

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.

41 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 & Transparency45
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.

Install

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

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

    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 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 →

MCP tools · 109 exposed · ~13,832 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
autotask_update_contact ~242

Update contact record. Only provided fields are changed.

NameTypeReqDescription
addressLinestringAddress line (primary)
addressLine1stringAddress line 1 (secondary)
citystringCity
countryIDnumberCountry ID (Autotask Countries entity)
emailAddressstringPrimary email address
firstNamestring
idnumberyesContact ID to update
isActivebooleanWhether the contact is active
lastNamestring
mobilePhonestringMobile phone number
phonestringPrimary phone number
primaryContactbooleanWhether this contact is the primary contact for their company
statestringState/province
titlestringJob title
userDefinedFieldsarrayUser-defined (custom) fields for the contact, as an array of { name, value } objects matching the Autotask REST API shape. Contacts support UDFs (hasUserDefinedFields: true).
zipCodestringPostal/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.

NameTypeReqDescription
billToCompanyContactIDnumberBill-to contact ID
billToCompanyIDnumberBill-to company ID
billingPreferencenumberBilling preference picklist ID
companyIDnumberCompany ID
contactIDnumberPrimary contact ID
contractCategorynumberContract category picklist ID
contractExclusionSetIDnumberContract exclusion set ID
contractNamestringContract name
contractNumberstringExternal-facing contract number
contractPeriodTypenumberPeriod type picklist ID
contractTypenumberContract type picklist ID
descriptionstringContract description / notes
endDatestringContract end date (ISO YYYY-MM-DD)
estimatedCostnumberEstimated cost
estimatedHoursnumberEstimated hours
estimatedRevenuenumberEstimated revenue
exclusionContractIDnumberExclusion contract ID
idnumberyesContract ID to update
internalCurrencyOverageBillingRatenumberOverage rate in internal currency
internalCurrencySetupFeenumberSetup fee in internal currency
isDefaultContractbooleanWhether this is the default contract for the company
opportunityIDnumberOriginating opportunity ID
organizationalLevelAssociationIDnumberOrg level association ID
overageBillingRatenumberOverage billing rate
purchaseOrderNumberstringCustomer purchase order number
renewedContractIDnumberID of the contract this renewed
serviceLevelAgreementIDnumberSLA ID
setupFeenumberSetup fee amount
setupFeeBillingCodeIDnumberBilling code ID for the setup fee
startDatestringContract start date (ISO YYYY-MM-DD)
statusnumberContract status (1=In Effect, 0=Inactive)
timeReportingRequiresStartAndStopTimesnumberWhether 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.

NameTypeReqDescription
adjustedPricenumberAdjusted price
contractIDnumberyesParent Contract ID
idnumberyesContractService record ID to update
internalCurrencyUnitPricenumberUnit price in internal currency
invoiceDescriptionstringOverride invoice description for this line
quoteItemIDnumberOriginating quote item ID
serviceIDnumberService catalog ID
unitCostnumberUnit cost for the service line
unitPricenumberUnit 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.

NameTypeReqDescription
assignedResourceIDnumberPrimary assigned resource (project manager) ID. Note: Autotask may also require assignedResourceRoleID to be set alongside this field.
assignedResourceRoleIDnumberRole ID for the assigned resource. Required by Autotask when assignedResourceID is provided.
departmentIDnumberDepartment ID owning the project
descriptionstringProject description
endDateTimestringProject end date/time (ISO 8601)
estimatedTimenumberEstimated time for the project, in hours
projectIdnumberyesThe ID of the project to update
projectLeadResourceIDnumberProject lead resource ID
projectNamestringProject name
startDateTimestringProject start date/time (ISO 8601)
statusnumberProject status (1=New, 2=In Progress, 5=Complete). Set to 5 to mark the project complete.
userDefinedFieldsarrayUser-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.)

NameTypeReqDescription
isOptionalbooleanUpdated optional status
lineDiscountnumberUpdated line discount
percentageDiscountnumberUpdated percentage discount
quantitynumberUpdated quantity
quoteItemIdnumberyesThe quote item ID to update
sortOrderIDnumberUpdated sort order
unitDiscountnumberUpdated per-unit discount
unitPricenumberUpdated 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.

NameTypeReqDescription
completebooleanSet to true to mark the service call as complete/closed
descriptionstringUpdated description
endDateTimestringUpdated end date/time (ISO 8601 format)
serviceCallIdnumberyesThe service call ID to update
startDateTimestringUpdated start date/time (ISO 8601 format)
statusnumberUpdated status picklist ID

No output schema declared.

No examples provided.

autotask_update_ticket ~367

Update ticket record. Only provided fields are changed.

NameTypeReqDescription
assignedResourceIDnumberAssigned 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…
assignedResourceRoleIDnumberRole ID for the assigned resource — one of that resource's roles (see autotask_search_resource_roles). Resolved automatically when omitted.
assignedResourceRoleNamestringName of the assigned resource's role, e.g. "Help Desk", used instead of assignedResourceRoleID when the resource holds several roles.
contactIDnumberContact ID for the ticket
descriptionstring
dueDateTimestringDue date and time in ISO 8601 format (e.g. 2026-03-15T17:00:00Z)
issueTypenumberFirst-level issue type ID (picklist). Required context for subIssueType. Use autotask_get_field_info (entityType "Tickets", fieldName "issueType") to discover valid values.
prioritynumberTicket priority ID (use autotask_list_ticket_priorities to find valid IDs)
statusnumberTicket status ID (use autotask_list_ticket_statuses to find valid IDs)
subIssueTypenumberSub issue type ID (picklist). Must be valid for the selected issueType. Use autotask_get_field_info (entityType "Tickets", fieldName "subIssueType") to discover valid values.
ticketIdnumberyesThe ID of the ticket to update
titlestring

No output schema declared.

No examples provided.

autotask_update_ticket_charge ~111

Update an existing ticket charge. Only fields provided will be changed.

NameTypeReqDescription
billableToAccountbooleanUpdated billable status
chargeIdnumberyesThe charge ID to update
descriptionstringUpdated description
namestringUpdated charge name
statusnumberUpdated status
unitCostnumberUpdated unit cost
unitPricenumberUpdated unit price
unitQuantitynumberUpdated 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.

NameTypeReqDescription
isCompletedbooleanMark the item complete (true) or incomplete (false)
itemIdnumberyesThe checklist item ID to update
itemNamestringNew text for the checklist item
positionnumberNew ordering position for the item
ticketIdnumberyesThe parent ticket ID

No output schema declared.

No examples provided.

Common questions

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.