Skip to content
MCP-BridgeMCP-Bridge
Developer Tools

Datto|Autotask PSA Rest API MCP Config

Datto|Autotask PSA Rest API API

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcpbridge.org/config/autotask-net.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "autotask-net": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/autotask-net"
      ],
      "env": {
        "DATTO_AUTOTASK_PSA_REST_API_API_KEY": "your_datto_autotask_psa_rest_api_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "autotask-net": {
      "url": "https://mcpbridge.org/config/autotask-net.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "autotask-net": {
      "url": "https://mcpbridge.org/config/autotask-net.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/autotask-net.json to fetch programmatically.

{
  "mcpServers": {
    "autotask-net": {
      "command": "npx",
      "args": ["-y","@mcp/autotask-net"],
      "env": {
      "DATTO_AUTOTASK_PSA_REST_API_API_KEY": "your_datto_autotask_psa_rest_api_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcpbridge.org/config/autotask-net.json

Environment Variables

DATTO_AUTOTASK_PSA_REST_API_API_KEY

Replace your_datto_autotask_psa_rest_api_api_key with your actual datto autotask psa rest api api key

Endpoints

POST/V1.0/ActionTypes

ActionTypes_CreateEntity

PUT/V1.0/ActionTypes

ActionTypes_UpdateEntity

PATCH/V1.0/ActionTypes

ActionTypes_PatchEntity

GET/V1.0/ActionTypes/entityInformation

ActionTypes_QueryEntityInformation

GET/V1.0/ActionTypes/entityInformation/fields

ActionTypes_QueryFieldDefinitions

GET/V1.0/ActionTypes/entityInformation/userDefinedFields

ActionTypes_QueryUserDefinedFieldDefinitions

GET/V1.0/ActionTypes/query

ActionTypes_UrlParameterQuery

POST/V1.0/ActionTypes/query

ActionTypes_Query

GET/V1.0/ActionTypes/query/count

ActionTypes_UrlParameterQueryCount

POST/V1.0/ActionTypes/query/count

ActionTypes_QueryCount