Back to Home
JM-Addington icon

mcp-autotask-search

Verified Safe

by JM-Addington

Overview

Exposes Autotask search functionality for tickets, companies, and contacts to LLMs like Claude via the Model Context Protocol.

Installation

Run Command
./run.sh

Environment Variables

  • AUTOTASK_API_KEY
  • AUTOTASK_API_BASE_URL

Security Notes

The server uses `httpx` for API calls and retrieves the `AUTOTASK_API_KEY` from environment variables, which is good practice. The `BASE_URL` defaults to `http://localhost:8000`, limiting direct external exposure unless explicitly configured. There are no `eval` calls or clear obfuscation. Potential risks include the security of the underlying Autotask Django API server and ensuring the `AUTOTASK_API_KEY` itself is securely managed and has appropriate permissions.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars1
Forks0
Last Update2026-01-14

Tags

AutotaskTicket ManagementSearchLLM IntegrationMCP