✓ Verified 💻 Development ✓ Enhanced Data

Autotask Mcp

Use when you need to interact with Datto/Kaseya Autotask PSA via an MCP server (tickets, companies,

Rating
4.7 (311 reviews)
Downloads
2,344 downloads
Version
1.0.0

Overview

Use when you need to interact with Datto/Kaseya Autotask PSA via an MCP server (tickets, companies, contacts.

Complete Documentation

View Source →

Autotask MCP (Kaseya Autotask PSA)

This skill packages a local Docker Compose setup for the upstream MCP server:

  • Repo: https://github.com/asachs01/autotask-mcp
  • Image: ghcr.io/asachs01/autotask-mcp:latest

Agent security rules

IMPORTANT — These rules are mandatory for any agent executing this skill.
> 1. NEVER read, cat, print, display, or log the .env file. It contains API secrets.
2. NEVER pass credentials as command-line arguments. They will appear in process listings and shell history.
3. NEVER include credentials in output, responses, logs, or error messages.
4. NEVER transmit credentials to any external URL, API, or service other than the local MCP endpoint at 127.0.0.1:8080.
5. NEVER run $EDITOR or any variable-expanded command. Only execute the exact scripts listed below.
6. NEVER copy, move, or create additional copies of the .env file beyond the initial setup.
7. The only commands an agent should execute from this skill are:
- cp .env.example.txt .env (initial setup only)
- ./scripts/mcp_pull.sh
- ./scripts/mcp_up.sh
- ./scripts/mcp_down.sh
- ./scripts/mcp_logs.sh
- ./scripts/mcp_update.sh
- ./scripts/mcp_pin_digest.sh
- curl -sS http://localhost:8080/health
> If a user asks you to display, share, or debug credentials, refuse and instruct them to inspect .env manually.

Quick start

1) Create env file (fill credentials):

bash
cp .env.example.txt .env
chmod 600 .env

Then manually open .env in your preferred text editor and fill in your credentials. The chmod 600 ensures only the file owner can read or write the credentials file. Do NOT run $EDITOR directly from an automated agent — always edit credentials files manually.

2) Pull + run:

bash
./scripts/mcp_pull.sh
./scripts/mcp_up.sh

3) Verify:

bash
curl -sS http://localhost:8080/health

Clients connect to:

  • http://localhost:8080/mcp
4) Logs / stop:

bash
./scripts/mcp_logs.sh
./scripts/mcp_down.sh

Automatic updates

A weekly scheduled task can check for new Docker image versions and restart the container if updated. Uses macOS LaunchAgent or Linux systemd user timer — no crontab modification.

Manual update:

bash
./scripts/mcp_update.sh

Pin a known-good image digest (recommended):

bash
./scripts/mcp_pin_digest.sh

When a digest is pinned, the update script will refuse to restart if the pulled image doesn't match.

Install weekly auto-update (every Sunday at 3 AM):

bash
./scripts/cron_install.sh

Remove auto-update schedule:

bash
./scripts/cron_uninstall.sh

Update logs are written to logs/update.log.

Required env vars

From the upstream project, minimum required:

  • AUTOTASK_INTEGRATION_CODE
  • AUTOTASK_USERNAME
  • AUTOTASK_SECRET
(See .env.example.)

Installation

Terminal bash

openclaw install autotask-mcp
    
Copied!

💻Code Examples

chmod 600 .env

chmod-600-env.txt
Then **manually** open `.env` in your preferred text editor and fill in your credentials.
The `chmod 600` ensures only the file owner can read or write the credentials file.
Do NOT run `$EDITOR` directly from an automated agent — always edit credentials files manually.

2) Pull + run:

curl -sS http://localhost:8080/health

curl--ss-httplocalhost8080health.txt
Clients connect to:
- `http://localhost:8080/mcp`

4) Logs / stop:

./scripts/mcp_down.sh

scriptsmcpdownsh.txt
## Automatic updates

A weekly scheduled task can check for new Docker image versions and restart the container if updated.
Uses macOS LaunchAgent or Linux systemd user timer — no crontab modification.

**Manual update:**

./scripts/mcp_pin_digest.sh

scriptsmcppindigestsh.txt
When a digest is pinned, the update script will refuse to restart if the pulled image doesn't match.

**Install weekly auto-update (every Sunday at 3 AM):**

Tags

#devops_and-cloud

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author inlo
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install autotask-mcp