74
/ 100
19 days ago
glama

Autotask MCP Server

Enables AI assistants to directly interact with Autotask PSA for ticket triage, time logging, company lookups, project management, and more via natural language.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: AUTOTASK_SECRET, X_API_KEY, X_API_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAUTH_MODEe =gateway \
configAUTOTASK_API_URLis auto-detected from AUTOTASK_USERNAME via Autotask's
configAUTOTASK_ENHANCE_CONCURRENCY❌ 3 Max concurrent Autotask API calls used to resolve company/resource names on search results. Kept low to stay under Autotask's concurrent-thread limit.
configAUTOTASK_INTEGRATION_CODEe =your-code \
🔐 secretAUTOTASK_SECRETe =your-secret \
configAUTOTASK_USERNAMEe =your-user@company.com \
configLAZY_LOADING
configLOG_FORMATsimple # simple, json
configLOG_LEVELinfo # error, warn, info, debug
configMCP_HTTP_HOST0.0.0.0 # HTTP transport bind address
configMCP_HTTP_PORT8080 # HTTP transport port (only used when MCP_TRANSPORT=http)
configMCP_SERVER_NAMEautotask-mcp
configMCP_SERVER_VERSION
configMCP_TRANSPORT"-e", "=stdio",
🔐 secretX_API_KEY
🔐 secretX_API_SECRET
configX_API_URL
configX_INTEGRATION_CODE
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/thatdayneguy-autotask-mcp-1yf7s9)](https://m8ven.ai/mcp/thatdayneguy-autotask-mcp-1yf7s9)
commit: 2b2f177c472630cc5cf23e4657de0b082466cbdc
code hash: 5805f116e2ce606e36d4607076349a7d5a5dd413a6327e5c242c8a4e923901ef
verified: 6/20/2026, 9:06:15 AM
view raw JSON →