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_get_ticket_history ~54

Get a single ticket history entry by ID. Each entry records one audited change to a ticket field (who, when, before/after).

NameTypeReqDescription
historyIdnumberyesThe ticket history entry ID to retrieve

No output schema declared.

No examples provided.

autotask_get_ticket_note ~47

Get a specific ticket note by ticket ID and note ID

NameTypeReqDescription
noteIdnumberyesThe note ID to retrieve
ticketIdnumberyesThe ticket ID

No output schema declared.

No examples provided.

autotask_get_ticket_note_attachment ~264

Get an attachment on a ticket NOTE (e.g. a pasted screenshot or file inside an internal note — distinct from attachments on the ticket itself). With includeData=false (default) returns metadata only — fast, suitable for browsing. With includeData=true returns the base64 binary content via the top-level /TicketNoteAttachments/{id} endpoint (the child endpoint never populates data). The attachment is verified to belong to the given ticketNoteId. Oversized binaries are stripped from the response with a dataOmittedReason field — Autotask attachments can be up to 3 MB, which is ~4 MB as base64 and may exceed the MCP client tool-result limit (~1 MB).

NameTypeReqDescription
attachmentIdnumberyesThe attachment ID to retrieve
includeDatabooleanSet true to fetch the base64-encoded file bytes. Default false returns metadata only.
maxInlineBase64BytesnumberCap on base64 string length before data is stripped (default 750_000, ~560 KB raw). Only relevant when includeData=true. Raise carefully — your MCP client may reject oversized tool results.
ticketNoteIdnumberyesThe ticket note ID the attachment belongs to (from autotask_search_ticket_notes)

No output schema declared.

No examples provided.

autotask_list_categories ~33

List available tool categories. Use this to discover what types of Autotask operations are available before loading specific tools.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

autotask_list_category_tools ~61

List tools in a specific category with full schemas. Use after autotask_list_categories to see available tools and their parameters.

NameTypeReqDescription
categorystringyesCategory name from autotask_list_categories (e.g., "tickets", "financial", "companies")

No output schema declared.

No examples provided.

autotask_list_expiring_contracts ~156

List contracts whose end date falls within the next N days (expiring-contracts report). Optionally include already-expired contracts, and scope to one company or the whole org.

NameTypeReqDescription
companyIDnumberLimit the report to one company (omit for the whole org)
daysAheadnumberLook-ahead window in days (default: 60)
includeExpiredbooleanAlso include contracts whose end date is already in the past (default: false)
pageSizenumberNumber of results to return (default: 100, max: 500)
statusnumberFilter by contract status (1=In Effect, 3=Terminated)

No output schema declared.

No examples provided.

autotask_list_phases ~56

List phases for a project in Autotask

NameTypeReqDescription
pageSizenumberResults per page (default: 25, max: 100)
projectIDnumberyesProject ID to list phases for

No output schema declared.

No examples provided.

autotask_list_queues ~33

List all available ticket queues in Autotask. Use this to find queue IDs for filtering tickets by queue.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

autotask_list_ticket_priorities ~34

List all available ticket priorities in Autotask. Use this to find priority values for filtering or creating tickets.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

autotask_list_ticket_statuses ~34

List all available ticket statuses in Autotask. Use this to find status values for filtering or creating tickets.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

autotask_raw_request ~197

Escape hatch for Autotask REST endpoints not yet wrapped by a typed tool. Use sparingly — typed tools are preferred for safety. The existing Content-Type, Accept, ApiIntegrationcode, UserName, Secret headers are added automatically. The path is resolved against the zone-resolved base URL (https://webservices<N>.autotask.net/ATServicesRest/v1.0). Pass queryParams as a flat object of string/number/boolean values; they will be URL-encoded and appended to the path.

NameTypeReqDescription
bodyobjectOptional JSON body for POST/PATCH requests
methodstringyesHTTP method
pathstringyesPath under the Autotask REST v1.0 base (e.g. "/Companies/175" or "/Companies/query")
queryParamsobjectOptional flat key-value query parameters (e.g. { includeFields: "id,name" })

No output schema declared.

No examples provided.

autotask_router ~84

Intelligent tool router - describe what you want to do and get the right tool suggestion with pre-filled parameters. Use this when unsure which tool to call.

NameTypeReqDescription
intentstringyesNatural language description of what you want to do (e.g., "find tickets for Acme Corp", "log 2 hours on ticket 12345", "create a quote for client")

No output schema declared.

No examples provided.

autotask_search_billing_item_approval_levels ~148

Search for billing item approval levels. These describe multi-level approval records for Autotask time entries, enabling visibility into tiered approval workflows.

NameTypeReqDescription
approvalLevelnumberFilter by approval level (1, 2, 3, etc.)
approvalResourceIdnumberFilter by approver resource ID
approvedAfterstringFilter approvals on or after this date (ISO format)
approvedBeforestringFilter approvals on or before this date (ISO format)
pagenumber
pageSizenumberMax 500
timeEntryIdnumberFilter by time entry ID

No output schema declared.

No examples provided.

autotask_search_billing_items ~284

Search for billing items in Autotask. Billing items represent approved and posted billable items from the "Approve and Post" workflow. Returns 25 results per page by default.

NameTypeReqDescription
companyIDnumberFilter by company ID
contractIdnumberFilter by contract ID
dateFromstringFilter billing items with itemDate on or after this date (ISO format, e.g. 2026-01-01)
dateTostringFilter billing items with itemDate on or before this date (ISO format)
invoiceIdnumberFilter by invoice ID
isInvoicedbooleanIf true, only return billing items that have been attached to an invoice (invoiceID is set). If false, only return items that have not yet been invoiced. Answers "what has and hasn't been invoiced ye…
pagenumber
pageSizenumberMax 500
postedAfterstringFilter items posted on or after this date (ISO format, e.g. 2026-01-01)
postedBeforestringFilter items posted on or before this date (ISO format)
projectIdnumberFilter by project ID
ticketIdnumberFilter by ticket ID

No output schema declared.

No examples provided.

autotask_search_companies ~57

Search companies by name or status. Max 200/page.

NameTypeReqDescription
isActiveboolean
pagenumber
pageSizenumberMax 200
searchTermstring

No output schema declared.

No examples provided.

autotask_search_company_notes ~76

Search for notes on a specific company. Iterating across many companies trips Autotask's API threshold — scope the parent list first.

NameTypeReqDescription
companyIDnumberyesThe company ID to search notes for
pageSizenumberNumber of results to return (default: 25, max: 100)

No output schema declared.

No examples provided.

autotask_search_configuration_items ~127

Search for configuration items in Autotask with optional filters

NameTypeReqDescription
companyIDnumberFilter by company ID
configurationItemCategoryIDnumberFilter by configuration item category ID
configurationItemTypenumberFilter by configuration item type (numeric picklist value)
isActiveboolean
pageSizenumberNumber of results to return (default: 25, max: 500)
productIDnumberFilter by product ID
searchTermstringSearch term for configuration item name

No output schema declared.

No examples provided.

autotask_search_contacts ~91

Search contacts by name, email, or company. Max 200/page.

NameTypeReqDescription
companyIDnumberFilter by company ID
isActivenumberFilter by active status (1=active, 0=inactive)
pagenumber
pageSizenumberMax 200
searchTermstringSearch term for contact name or email

No output schema declared.

No examples provided.

autotask_search_contract_service_bundle_units ~87

Billed unit rows for bundle lines on a contract (ContractServiceBundleUnits), active on a given day (default today). Read-only.

NameTypeReqDescription
activeOnstringISO date (YYYY-MM-DD). Default: today.
contractIDnumberyesContract ID
pageSizenumberMax rows (default 200, max 500)

No output schema declared.

No examples provided.

autotask_search_contract_service_bundles ~60

List the service-bundle line items on a contract (ContractServiceBundles). Read-only.

NameTypeReqDescription
contractIDnumberyesContract ID
pageSizenumberMax rows (default 100, max 500)

No output schema declared.

No examples provided.

autotask_search_contract_service_units ~115

Billed unit rows for a contract (ContractServiceUnits): the quantity and contract price of each service line over a date range. By default returns only rows active today, i.e. what is currently being invoiced. Read-only.

NameTypeReqDescription
activeOnstringISO date (YYYY-MM-DD). Return rows whose start/end range covers this day. Default: today.
contractIDnumberyesContract ID
pageSizenumberMax rows (default 200, max 500)

No output schema declared.

No examples provided.

autotask_search_contract_services ~96

List the service line items on a contract (ContractServices): which catalog services are on the contract and at what contract-specific unit price. Read-only. Pair with autotask_search_contract_service_units for billed quantities, or use autotask_get_contract_recurring_lines for both in one call.

NameTypeReqDescription
contractIDnumberyesContract ID
pageSizenumberMax rows (default 100, max 500)

No output schema declared.

No examples provided.

autotask_search_contracts ~151

Search for contracts in Autotask with optional filters

NameTypeReqDescription
companyIDnumberFilter by company ID
contractTypenumberFilter by contract type picklist ID
endDateFromstringOnly contracts ending on or after this date (ISO YYYY-MM-DD)
endDateTostringOnly contracts ending on or before this date (ISO YYYY-MM-DD)
pageSizenumberNumber of results to return (default: 25, max: 500)
searchTermstringSearch term for contract name
statusnumberFilter by contract status (1=In Effect, 3=Terminated)

No output schema declared.

No examples provided.

autotask_search_expense_reports ~98

Search for expense reports with optional filters

NameTypeReqDescription
pageSizenumberNumber of results to return (default: 25, max: 100)
statusnumberFilter by status (1=New, 2=Submitted, 3=Approved, 4=Paid, 5=Rejected, 6=InReview)
submitterIdnumberFilter by submitter resource ID

No output schema declared.

No examples provided.

autotask_search_invoices ~83

Search for invoices in Autotask with optional filters

NameTypeReqDescription
companyIDnumberFilter by company ID
invoiceNumberstringFilter by invoice number
isVoidedbooleanFilter by voided status
pageSizenumberNumber of results to return (default: 25, max: 500)

No output schema declared.

No examples provided.

autotask_search_opportunities ~76

Search for opportunities with optional filters

NameTypeReqDescription
companyIDnumberFilter by company ID
pageSizenumberNumber of results to return (default: 25, max: 100)
searchTermstringSearch term for opportunity title
statusnumberFilter by status

No output schema declared.

No examples provided.

autotask_search_products ~61

Search for products with optional filters

NameTypeReqDescription
isActiveboolean
pageSizenumberNumber of results to return (default: 25, max: 100)
searchTermstringSearch term for product name

No output schema declared.

No examples provided.

autotask_search_project_notes ~90

Search for notes on a specific project. Fan-out across many projects trips Autotask's API threshold (see issue #69) — scope the parent list (status, company, date range) first.

NameTypeReqDescription
pageSizenumberNumber of results to return (default: 25, max: 100)
projectIdnumberyesThe project ID to search notes for

No output schema declared.

No examples provided.

autotask_search_projects ~114

Search for projects in Autotask. Returns 25 results per page by default. Use page parameter for more results.

NameTypeReqDescription
companyIDnumberFilter by company ID
pagenumber
pageSizenumberResults per page (default: 25, max: 100)
projectLeadResourceIDnumberFilter by project lead resource ID
searchTermstringSearch term for project name
statusnumberFilter by project status

No output schema declared.

No examples provided.

autotask_search_quote_items ~73

Search for quote items, typically filtered by quote ID

NameTypeReqDescription
pageSizenumberNumber of results to return (default: 50, max: 100)
quoteIdnumberFilter by quote ID (recommended)
searchTermstringSearch term for quote item name

No output schema declared.

No examples provided.

autotask_search_quotes ~91

Search for quotes with optional filters

NameTypeReqDescription
companyIDnumberFilter by company ID
contactIdnumberFilter by contact ID
opportunityIdnumberFilter by opportunity ID
pageSizenumberNumber of results to return (default: 25, max: 100)
searchTermstringSearch term for quote name or description

No output schema declared.

No examples provided.

autotask_search_resource_roles ~137

List the billing roles a resource (user) holds in Autotask, with names and role IDs. A ticket assigned to a resource and every ticket/task time entry need one of these role IDs; this is where to find them instead of guessing. Give resourceId or resourceName. Active roles only unless includeInactive is true.

NameTypeReqDescription
includeInactivebooleanAlso list inactive role assignments (default false)
resourceIdnumberResource (user) ID
resourceNamestringResource name, e.g. "Ryan Rampersaud", resolved to a resourceId when resourceId is not given

No output schema declared.

No examples provided.

autotask_search_resources ~105

Search for resources (users) in Autotask. Returns 25 results per page by default. Use page parameter for more results.

NameTypeReqDescription
isActiveboolean
pagenumber
pageSizenumberMax 500
resourceTypenumberFilter by resource type (1=Employee, 2=Contractor, 3=Temporary)
searchTermstringSearch term for resource name or email

No output schema declared.

No examples provided.

autotask_search_service_bundles ~66

Search for service bundles with optional filters

NameTypeReqDescription
isActiveboolean
pageSizenumberNumber of results to return (default: 25, max: 100)
searchTermstringSearch term for service bundle name

No output schema declared.

No examples provided.

autotask_search_service_call_ticket_resources ~76

Search for resource (technician) assignments on service call tickets.

NameTypeReqDescription
pageSizenumberNumber of results to return (default: 25)
resourceIdnumberFilter by resource (technician) ID
serviceCallTicketIdnumberFilter by service call ticket ID

No output schema declared.

No examples provided.

autotask_search_service_call_tickets ~87

Search for ticket associations on service calls. Use this to find which tickets are linked to a service call, or which service calls contain a specific ticket.

NameTypeReqDescription
pageSizenumberNumber of results to return (default: 25)
serviceCallIdnumberFilter by service call ID
ticketIdnumberFilter by ticket ID

No output schema declared.

No examples provided.

autotask_search_service_calls ~144

Search for service calls in Autotask. Filter by company, status, or date range.

NameTypeReqDescription
companyIDnumberFilter by company ID
pageSizenumberNumber of results to return (default: 25, max: 100)
startAfterstringFilter service calls starting on or after this date/time (ISO 8601 format)
startBeforestringFilter service calls starting on or before this date/time (ISO 8601 format)
statusnumberFilter by status picklist ID (use autotask_get_field_info with entityType "ServiceCalls" to find valid values)

No output schema declared.

No examples provided.

autotask_search_services ~61

Search for services with optional filters

NameTypeReqDescription
isActiveboolean
pageSizenumberNumber of results to return (default: 25, max: 100)
searchTermstringSearch term for service name

No output schema declared.

No examples provided.

autotask_search_tasks ~127

Search for tasks in Autotask. Returns 25 results per page by default. Use page parameter for more results.

NameTypeReqDescription
assignedResourceIDnumberFilter by assigned resource ID
pagenumber
pageSizenumberResults per page (default: 25, max: 100)
projectIDnumberFilter by project ID
searchTermstringSearch term for task title
statusnumberFilter by task status (1=New, 2=In Progress, 5=Complete)

No output schema declared.

No examples provided.

autotask_search_ticket_attachments ~74

Search for attachments on a specific ticket. Each parent triggers a separate query — scope the parent ticket list before iterating.

NameTypeReqDescription
pageSizenumberNumber of results to return (default: 10, max: 50)
ticketIdnumberyesThe ticket ID to search attachments for

No output schema declared.

No examples provided.

autotask_search_ticket_charges ~73

Search ticket charges (materials, costs, expenses). Provide ticketId for best performance. Max 10 if unfiltered.

NameTypeReqDescription
pageSizenumberNumber of results to return (default: 25, max: 100)
ticketIdnumberFilter by ticket ID (recommended)

No output schema declared.

No examples provided.

autotask_search_ticket_checklist_items ~61

List all checklist items on a ticket, including their completion status. Checklist items are a sub-resource of a ticket and cannot be queried without a ticket ID.

NameTypeReqDescription
ticketIdnumberyesThe ticket ID whose checklist items should be listed

No output schema declared.

No examples provided.

autotask_search_ticket_history ~127

Get the audit trail of field changes for a ticket (status transitions, assignment changes, priority edits, etc.). Use this to answer questions like "when did this ticket move from In Progress to Waiting Customer" or "who changed the priority". Returns entries ordered by Autotask; sort/filter client-side if needed.

NameTypeReqDescription
pageSizenumberNumber of history entries to return (default: 50, max: 500)
ticketIdnumberyesThe ticket ID to get history for (required — Autotask does not support unscoped history queries)

No output schema declared.

No examples provided.

autotask_search_ticket_note_attachments ~127

Search for attachments on a specific ticket note — use this when autotask_search_ticket_notes returns a note with an empty or unhelpful `description`, since the real content is often a pasted image or file living on the note rather than in its text. Each note triggers a separate query — scope the parent note list before iterating.

NameTypeReqDescription
pageSizenumberNumber of results to return (default: 10, max: 50)
ticketNoteIdnumberyesThe ticket note ID to search attachments for (from autotask_search_ticket_notes)

No output schema declared.

No examples provided.

autotask_search_ticket_notes ~79

Search for notes on a specific ticket. Iterating across many tickets trips Autotask's per-integration API threshold — scope the parent list first.

NameTypeReqDescription
pageSizenumberNumber of results to return (default: 25, max: 100)
ticketIdnumberyesThe ticket ID to search notes for

No output schema declared.

No examples provided.

autotask_search_tickets ~266

Search tickets by company, queue, status, priority. Use autotask_get_ticket_details for full data. Max 500/page.

NameTypeReqDescription
assignedResourceIDnumberFilter by assigned resource ID
companyIDnumberFilter by company ID
contactIDnumberFilter by primary contact ID — returns only tickets where contactID matches
createdAfterstringFilter tickets created on or after this date (ISO format, e.g. 2026-01-01)
createdBeforestringFilter tickets created on or before this date (ISO format)
lastActivityAfterstringFilter tickets with activity on or after this date (ISO format)
pagenumber
pageSizenumberMax 500
prioritynumberFilter by ticket priority ID. Use autotask_list_ticket_priorities to discover valid IDs.
queueIDnumberFilter by queue ID. Use autotask_list_queues to discover valid IDs.
searchTermstringSearch by ticket number prefix
statusnumberFilter by ticket status ID (omit for all open tickets)
unassignedbooleanSet to true to find unassigned tickets

No output schema declared.

No examples provided.

autotask_search_time_entries ~300

Search for time entries in Autotask. Returns 25 results per page by default. Time entries can be filtered by resource, ticket, task, date range, or approval status. Use approvalStatus="unapproved" to find entries not yet posted. There is no project filter — Autotask time entries have no project field; to get a project's time, call autotask_search_tasks with that projectID and filter by the returned taskId values. Common fan-out target — scope by date range first to avoid Autotask's API threshold.

NameTypeReqDescription
approvalStatusstringFilter by approval status: "unapproved" = not yet posted (billingApprovalDateTime is null), "approved" = already posted, "all" = no filter (default)
billablebooleanFilter by billable status (true = billable only, false = non-billable only)
dateWorkedAfterstringFilter entries worked on or after this date (ISO format, e.g. 2026-01-01)
dateWorkedBeforestringFilter entries worked on or before this date (ISO format)
pagenumber
pageSizenumberMax 500
resourceIdnumberFilter by resource (user) ID
taskIdnumberFilter by task ID
ticketIdnumberFilter by ticket ID

No output schema declared.

No examples provided.

autotask_test_connection ~17

Test Autotask API connection

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

autotask_update_company ~547

Update company record. invoiceTemplateID sets payment terms (103=Due on Receipt, 104=NET 30). Billing address fields separate from regular address.

NameTypeReqDescription
address1stringRegular address (distinct from billingAddress1)
address2string
billToAddressToUsenumber1 = use bill-to fields explicitly
billToAttentionstringBill-to attention name
billToCitystringBill-to city
billToCompanyLocationIDnumberBill-to company location ID
billToCountryIDnumberBill-to country ID
billToStatestringBill-to state/province
billToZipCodestringBill-to ZIP/postal code
billingAddress1stringFor invoices (separate from address1)
billingAddress2stringBilling address line 2
citystring
classificationnumberCompany classification picklist ID
companyNamestring
companyTypenumberCompany type picklist ID (e.g. Customer, Prospect, Vendor)
countryIDnumbere.g. 237 for United States
idnumberyes
invoiceEmailMessageIDnumberDefault email-message template ID used when invoicing this company
invoiceMethodnumberInvoice delivery method picklist ID (e.g. 2=Email)
invoiceTemplateIDnumberInvoice template ID applied to this company. Acts as the payment-terms selector (e.g. 103=Due on Receipt, 104=NET 30).
isActiveboolean
isTaxExemptbooleanWhether the company is tax-exempt. Note: Autotask field name is `isTaxExempt` — not `taxExempt`.
ownerResourceIDnumberResource ID of the account owner
phonestring
postalCodestring
purchaseOrderTemplateIDnumberDefault purchase-order template ID for this company
quoteEmailMessageIDnumberDefault email-message template ID used when sending quotes
quoteTemplateIDnumberDefault quote template ID for this company
statestring
taxIDstringTax registration / FEIN / VAT identifier string
taxRegionIDnumberTax region ID (capital ID suffix per Autotask convention)
webAddressstringWebsite URL (field name is webAddress)

No output schema declared.

No examples provided.

autotask_update_company_site_configuration ~72

Update company site configuration. Fields are tenant-defined; call get first.

NameTypeReqDescription
idnumberyesThe company site configuration record ID to update (obtained from autotask_get_company_site_configuration).
updatesobjectyesObject containing the site configuration fields to update. Field names are tenant-specific.

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.