Autotask MCP Server
Related Servers
Alternatives to Autotask MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceEnables AI assistants to directly interact with Autotask PSA for ticket triage, time logging, company lookups, project management, and more via natural language.9819 npmApache 2.0
- AlicenseBqualityCmaintenanceGives AI assistants direct access to Autotask PSA for searching tickets, creating time entries, managing companies, projects, and more via natural language.100Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to work directly with ConnectWise Manage through natural conversation, offering tools to search and update tickets, log time, manage companies, contacts, projects, and more across cloud and self-hosted instances.Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to work directly with ConnectWise Manage, allowing natural-language operations on tickets, time entries, companies, contacts, projects, invoices, opportunities, and more.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables interaction with ConnectWise Manage through 45 tools across Service, Operations, and Finance domains, with tier-based access control for finance tools.MIT
- AlicenseCqualityCmaintenanceEnables AI assistants to fully access and manage SyncroMSP resources including tickets, customers, assets, invoices, and over 30 resource types through 180+ API endpoints.10016 npm10MIT
TDQS
Scored across 90 tools
Most tools are clearly separated by resource+action, and descriptions clarify parent entities such as ticket notes vs company notes. However, the list/search split, overlapping enum tools like list_ticket_statuses vs get_field_info, and the meta-tools (router, execute_tool, list_category_tools) create enough ambiguity that misselection is plausible.
The autotask_ prefix and verb_noun structure are applied consistently across nearly all tools. The main deviations are mixing list and search for lookup operations and a few exceptions like get_ticket_details and execute_tool, but these are minor and predictable.
With 90 tools, the surface far exceeds the recommended 3-15 range and matches the extreme mismatch threshold. The inclusion of router, category, and executor meta-tools suggests the design is compensating for an overly large tool set rather than being well-scoped.
Core workflows for tickets, projects, service calls, quotes, and charges are reasonably covered. However, many resources have create/get/search but no update or delete, including contacts, opportunities, tasks, phases, notes, time entries, and expense items, leaving notable dead ends.