Skip to content
MCP-Bridge
Developer ToolsAuto-generated

Datto|Autotask PSA Rest API MCP Server

Datto|Autotask PSA Rest API API

Quick Setup

Transport: STDIO

Command: npx -y @mcp/autotask-net

Environment Variables

DATTO_AUTOTASK_PSA_REST_API_API_KEY

Example: your_datto_autotask_psa_rest_api_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "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"
}
    }
  }
}

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