Back to Home
tegwin icon

AutotaskMCP

Verified Safe

by tegwin

Overview

Manage Autotask PSA (Professional Services Automation) data, including tickets, companies, contacts, time entries, and resources, through a Claude Desktop MCP server.

Installation

Run Command
python /FULL/PATH/TO/autotask_mcp.py

Environment Variables

  • AUTOTASK_USERNAME
  • AUTOTASK_SECRET
  • AUTOTASK_INTEGRATION_CODE
  • AUTOTASK_API_URL

Security Notes

The server correctly uses environment variables for sensitive API credentials, avoiding hardcoded secrets. HTTP requests are made using the httpx library, a standard and secure choice. There are no direct uses of 'eval', obfuscation, or obvious malicious patterns. The '_make_request' function logs 'response.text' on errors, which in a rare edge case could expose sensitive data if the Autotask API includes it in an error message. The `GetPicklistValuesInput.entity` parameter allows querying metadata for arbitrary entity names, which while not an arbitrary URL injection, could potentially reveal information about the Autotask API structure or lead to unnecessary API calls if misused by the LLM.

Similar Servers

Stats

Interest Score52
Security Score8
Cost ClassMedium
Avg Tokens500
Stars5
Forks5
Last Update2025-11-24

Tags

AutotaskPSACRMTicket ManagementAPI Integration