accmcp_4ee827_*crawled
ACC MCP
by MCP Registry
Autodesk Construction Cloud via APS — projects, issues, RFIs, documents, submittals.
Tools
9per callaccmcp_4ee827_acc_create_issue
Create a new ACC issue (field observation, coordination clash, safety, quality, etc.) in the target project via the APS Construction Issues API.
When to use: The user wants to log a new issue — e.g. 'open a high-priority issue about the leaking valve on level 3' or a downstream agent detected a defect during a model review and needs to record it for the project team.
When NOT to use: Do not use to modify an existing issue (use acc_update_issue) and do not use for RFIs (use acc_create_rfi).
AP
incl.
accmcp_4ee827_acc_create_rfi
Create a new Request For Information (RFI) in an ACC project via the APS Construction RFIs API. RFI is created in 'draft' status — the project workflow owner typically transitions it to 'submitted'.
When to use: The user needs a formal question-of-record to the design or GC team — e.g. 'raise an RFI asking for clarification on the Level 2 beam schedule'. RFIs are the auditable channel for clarifications; issues are for field observations.
When NOT to use: Do not use for informal observations (
incl.
accmcp_4ee827_acc_list_issues
List and filter issues from a single ACC project (limit 50 per call) via the APS Construction Issues API.
When to use: The user or upstream agent needs to review open issues, count issues by status/priority, or look up an issue_id before calling acc_update_issue. E.g. 'show me all critical open issues on the Tower project'.
When NOT to use: Do not use to fetch RFIs (use acc_list_rfis) or to search documents.
APS scopes: data:read account:read. No write scope required.
Rate limits: ACC Issues
incl.
accmcp_4ee827_acc_list_projects
Enumerate every ACC and BIM 360 project the authenticated APS app can see by walking all accessible hubs and their project lists.
When to use: The agent needs to discover project IDs before calling any other tool (e.g. the user says 'show me my projects' or 'find issues in the Tower project' and no project_id is known yet). Also useful to confirm hub membership for a project.
When NOT to use: Do not call this repeatedly in a loop — cache the result; if the user already supplied a project_id st
incl.
accmcp_4ee827_acc_list_rfis
List and filter RFIs from a single ACC project (limit 50 per call) via the APS Construction RFIs API.
When to use: The user wants to review open RFIs, count outstanding ones, or look up an RFI ID. E.g. 'how many RFIs are still open on the Tower project?'
When NOT to use: Do not use for issues (use acc_list_issues) or document search (use acc_search_documents).
APS scopes: data:read account:read. No write scope required.
Rate limits: APS default ~50 req/min per endpoint; ACC Construction API
incl.
accmcp_4ee827_acc_project_summary
Fetch the full ACC project metadata record (name, type, status, dates, extension attributes) for a single project via APS Data Management. If hub_id is omitted the tool picks the first accessible hub, which may be wrong on multi-hub tenants.
When to use: The user asks 'tell me about project X' or an agent needs project metadata (start/end dates, type, Forma/BIM 360 flavor) before deciding which downstream tool to call.
When NOT to use: Do not use as a cheap existence check — prefer acc_list_pr
incl.
accmcp_4ee827_acc_search_documents
Full-text search the ACC Docs repository of a project for drawings, specs, submittals, and other files via the APS Data Management search endpoint.
When to use: The user wants to find a document by keyword (filename, sheet number, or metadata match). E.g. 'find the latest A-201 sheet' or 'search for mechanical specs on Tower project'.
When NOT to use: Do not use to upload a file (use acc_upload_file); do not use to fetch issues/RFIs. If you already have a document URN, fetch it directly with a
incl.
accmcp_4ee827_acc_update_issue
Patch an existing ACC issue — change status, priority, assignee, or description via the APS Construction Issues API.
When to use: The user asks to close/reopen/escalate an issue, reassign it, or edit its body. Typical agent flow: acc_list_issues → pick an id → acc_update_issue.
When NOT to use: Do not use to create issues (acc_create_issue) or to add comments (not supported by this server).
APS scopes: data:read data:write account:read.
Rate limits: ACC Issues API ~100 req/min per app; APS d
incl.
accmcp_4ee827_acc_upload_file
Upload a file from a public source URL into an ACC project folder. Runs the full four-step APS Data Management flow: top-folder discovery → storage object creation → OSS PUT of bytes → first-version item creation.
When to use: The user wants to push a document/photo/model into ACC Docs — e.g. 'upload this site photo to the Tower project Photos folder' or an automation needs to archive an exported report into Project Files.
When NOT to use: Do not use for files already in ACC; do not use for fi
incl.
Verification
What tier “crawled” guarantees semantically. Not a control executed on this server — items not yet run are shown as pending.
—Ownership proven (DNS + registry)pending
—Static analysis of the declared schemapending
Stable canonical manifest hash7/12/2026
Schema & anti rug-pull
no drift · alerts on
v1 · fcaf7a875d46
Last scan: 7/12/2026
Every schema version is hashed. A change in tool descriptions triggers a drift alert before it reaches your agent.
Crawled server with no verified owner: indexed only from a public directory. Usable for free (no charge, no SLA) until its owner claims it. Install at your own risk.
Indexed from mcp_registry
Connection
Connect this API to your agent through its own MCP endpoint. One connection per API you use.
Add it to your agent
run in your terminal
claude mcp add --transport http obolo-accmcp_4ee827 https://api.obolo.dev/mcp/accmcp_4ee827 \ --header "Authorization: Bearer <your-api-key>"
Replace <your-api-key> with the one you mint on this page.
This endpoint is unique to this API. Each API you add has its own, and all draw from the same balance.