9 tools from the Acdp MCP Server, categorised by risk level.
View the Acdp policy →connect_remote Connect to a remote ACDP coordination server on another machine. Use this when you need to coordinate with agents running on a different computer. ... lock_files Lock files before modifying them. Other agents will see these files as unavailable. Fails if any file is already locked by another agent. notify_sync After committing changes, notify all other agents that these files have been updated. They will know to sync. This also auto-releases your locks on... release_files Release your locks on files. Use this when you no longer need exclusive access. request_commit Request permission to commit changes to files. Auto-approved if you hold the lock and the files are not in a manual-approval path. Otherwise waits ... The Acdp MCP server exposes 9 tools across 3 categories: Read, Write, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Acdp server.
Acdp tools are categorised as Read (3), Write (5), Execute (1). Each category has a recommended default policy.
Deterministic policy on every MCP tool call. Per-identity grants. Full audit log.