MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
AUTOTASK_SECRETChiave APIobbligatoriaAutotask API user secret
AUTOTASK_INTEGRATION_CODEChiave APIobbligatoriaAutotask API integration code (tracking identifier)
Dichiarato dall’autore nel registro MCP ufficiale. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Letto dal codice che npm distribuisce davvero, al momento dell’analisi. Il pacchetto non è mai stato eseguito. Gli strumenti registrati dinamicamente a runtime, o nascosti in codice impacchettato o minificato, possono sfuggire — quindi questo è un limite inferiore della superficie di strumenti, non un censimento completo.
autotask_test_connectionTest Autotask API connectionTest Autotask API connection
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_search_companiesSearch companies by name or status. Max 200/page.Search companies by name or status. Max 200/page.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_create_companyCreate new company recordCreate new company record
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_update_companyUpdate company record. invoiceTemplateID sets payment terms (103=Due on Receipt, 104=NET 30). Billing address fields separate from regular address.Update company record. invoiceTemplateID sets payment terms (103=Due on Receipt, 104=NET 30). Billing address fields separate from regular address.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_get_company_site_configurationGet company site configuration records. Call first to discover available fields.Get company site configuration records. Call first to discover available fields.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_update_company_site_configurationUpdate company site configuration. Fields are tenant-defined; call get first.Update company site configuration. Fields are tenant-defined; call get first.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_search_contactsSearch contacts by name, email, or company. Max 200/page.Search contacts by name, email, or company. Max 200/page.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_create_contactCreate new contact recordCreate new contact record
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_update_contactUpdate contact record. Only provided fields are changed.Update contact record. Only provided fields are changed.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_search_ticketsSearch tickets by company, queue, status, priority. Use autotask_get_ticket_details for full data. Max 500/page.Search tickets by company, queue, status, priority. Use autotask_get_ticket_details for full data. Max 500/page.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_get_ticket_detailsGet full ticket details including notes, time entries, and custom fields.Get full ticket details including notes, time entries, and custom fields.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_create_ticketCreate new ticket recordCreate new ticket record
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_update_ticketUpdate ticket record. Only provided fields are changed.Update ticket record. Only provided fields are changed.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_get_ticket_chargeGet a specific ticket charge by IDGet a specific ticket charge by ID
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_search_ticket_chargesSearch ticket charges (materials, costs, expenses). Provide ticketId for best performance. Max 10 if unfiltered.Search ticket charges (materials, costs, expenses). Provide ticketId for best performance. Max 10 if unfiltered.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_create_ticket_chargeCreate charge on ticket for materials, costs, or expenses.Create charge on ticket for materials, costs, or expenses.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_update_ticket_chargeUpdate an existing ticket charge. Only fields provided will be changed.Update an existing ticket charge. Only fields provided will be changed.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_delete_ticket_chargeprivilegiato⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes a ticket charge⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes a ticket charge
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_get_ticket_historyGet a single ticket history entry by ID. Each entry records one audited change to a ticket field (who, when, before/after).Get a single ticket history entry by ID. Each entry records one audited change to a ticket field (who, when, before/after).
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_search_ticket_historyGet 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…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…
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_create_time_entryCreate a time entry in Autotask. Can be tied to a ticket, task, or project, OR created as "Regular Time" (no parent) for meetings, admin work, etc. For Regular Time, specify a category like "Internal Meeting", "Office Management", "Training", etc.Create a time entry in Autotask. Can be tied to a ticket, task, or project, OR created as "Regular Time" (no parent) for meetings, admin work, etc. For Regular Time, specify a category like "Internal Meeting", "Office Management", "Training", etc.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_search_projectsSearch for projects in Autotask. Returns 25 results per page by default. Use page parameter for more results.Search for projects in Autotask. Returns 25 results per page by default. Use page parameter for more results.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_create_projectCreate a new project in AutotaskCreate a new project in Autotask
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_update_projectUpdate an existing project in Autotask. Only the fields you provide will be updated. Common use case: set status=5 to mark a project Complete.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.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_search_resourcesSearch for resources (users) in Autotask. Returns 25 results per page by default. Use page parameter for more results.Search for resources (users) in Autotask. Returns 25 results per page by default. Use page parameter for more results.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_get_ticket_noteGet a specific ticket note by ticket ID and note IDGet a specific ticket note by ticket ID and note ID
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_search_ticket_notesSearch for notes on a specific ticket. Iterating across many tickets trips Autotask's per-integration API threshold — scope the parent list first.Search for notes on a specific ticket. Iterating across many tickets trips Autotask's per-integration API threshold — scope the parent list first.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_create_ticket_noteCreate a new note for a ticketCreate a new note for a ticket
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_search_ticket_checklist_itemsList 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.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.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_create_ticket_checklist_itemAdd a new checklist item to a ticket.Add a new checklist item to a ticket.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_update_ticket_checklist_itemUpdate a checklist item on a ticket — edit text, mark complete/incomplete, or change position.Update a checklist item on a ticket — edit text, mark complete/incomplete, or change position.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_delete_ticket_checklist_itemprivilegiato⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes a checklist item⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes a checklist item
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_get_project_noteGet a specific project note by project ID and note IDGet a specific project note by project ID and note ID
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_search_project_notesSearch 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.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.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_create_project_noteCreate a new note for a projectCreate a new note for a project
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_get_company_noteGet a specific company note by company ID and note IDGet a specific company note by company ID and note ID
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_search_company_notesSearch for notes on a specific company. Iterating across many companies trips Autotask's API threshold — scope the parent list first.Search for notes on a specific company. Iterating across many companies trips Autotask's API threshold — scope the parent list first.
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_create_company_noteCreate a new note for a companyCreate a new note for a company
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_get_ticket_attachmentGet a ticket attachment. With includeData=false (default) returns metadata only — fast, suitable for browsing. With includeData=true returns the base64 binary content via the top-level /TicketAttachments/{id} endpoint (the child endpoint never populates data). The attachment is verified to belong t…Get a ticket attachment. With includeData=false (default) returns metadata only — fast, suitable for browsing. With includeData=true returns the base64 binary content via the top-level /TicketAttachments/{id} endpoint (the child endpoint never populates data). The attachment is verified to belong t…
Per questo strumento non è stato pubblicato alcuno schema di input.
autotask_search_ticket_attachmentsSearch for attachments on a specific ticket. Each parent triggers a separate query — scope the parent ticket list before iterating.Search for attachments on a specific ticket. Each parent triggers a separate query — scope the parent ticket list before iterating.
Per questo strumento non è stato pubblicato alcuno schema di input.
40 strumenti su 40 hanno pubblicato una descrizione.
I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.