ACC_MCP_V0.2
If you are the rightful owner of ACC_MCP_V0.2 and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for Autodesk Construction Cloud Issues API.
The Autodesk Construction Cloud (ACC) MCP Server is designed to facilitate seamless interaction with the ACC Issues API, enabling AI assistants to efficiently manage construction issues. This server leverages schema-driven Python development to provide a robust interface for creating, querying, and managing issues within the Autodesk Construction Cloud. Key functionalities include the ability to create new issues from natural language descriptions, query and filter existing issues, retrieve detailed issue information, and add comments to issues. The server employs 3-legged OAuth authentication for secure access, smart field mapping to translate natural language into appropriate issue fields, and metadata caching to optimize API call efficiency. Comprehensive validation ensures all fields meet ACC requirements, while clear error handling provides actionable feedback.
Features
- 3-Legged OAuth Authentication: Securely handles the authentication flow with ACC.
- Smart Field Mapping: Maps natural language to appropriate issue fields.
- Metadata Caching: Efficiently caches project metadata to minimize API calls.
- Comprehensive Validation: Validates all fields according to ACC requirements.
- Error Handling: Provides clear and actionable error messages.