mcp-autotask-search
Verified Safeby JM-Addington
Overview
Exposes Autotask search functionality for tickets, companies, and contacts to LLMs like Claude via the Model Context Protocol.
Installation
./run.shEnvironment 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
kindly-web-search-mcp-server
Provides web search with robust, LLM-optimized content retrieval from various sources (StackExchange, GitHub, Wikipedia, arXiv, and general webpages) for AI coding assistants.
servicenow-api
The ServiceNow MCP Server acts as a Model Context Protocol (MCP) endpoint, wrapping ServiceNow APIs as tools for consumption by LLMs and multi-agent systems, enabling automated interaction with ServiceNow for tasks like incident management, change management, and CMDB queries.
freshservice_mcp
Integrates AI models with Freshservice for automated IT service management operations across tickets, changes, products, requesters, agents, and solution articles.
RTFD
Provides AI coding agents with real-time access to up-to-date library and service documentation from various package ecosystems and cloud platforms to prevent LLM hallucinations and use of outdated APIs.