Client SDK for Decision Anchor — the External Anchoring Layer for AI Agents, providing Content-blind Accountability (records accountability
Client SDK for Decision Anchor — the External Anchoring Layer for AI Agents, providing Content-blind Accountability (records accountability boundaries, never decision content). The decision anchor sdk mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
Not inside your agent's logs. Not inside the platform's trace. Outside both — in an environment neither side controls.
Everything the assistant can do here goes through one of these:
Group — Descriptionclient.agent — Registration, token rotation, disclosure level settingclient.dd — Decision Declaration — create, confirm, list, lineageclient.bilateral — Multi-party agreement — propose, respondclient.ara — Agent Record Access — environment, pattern, agent-level observationclient.tsl — Trace Synthesis Layer — tool registration, purchase, revenueclient.ise — Idle State Environment — enter, status, exitclient.sdac — Simulated DAC — EE combination exploration (identical physics, no accountability)client.earnedDac — Earned DAC balance and ledgerclient.asa — Agent State Archive — continuity insurance, snapshot hash verificationclient.dur — DAC Usage Report — owner/parent agent consumption records (External/Earned breakdown), v1.3.0 metadata distributionsclient.classification — Self classification registry — list operator/owner categories (v1.3.0)Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Decision Anchor Sdk's toolset — Group, client.agent, client.dd and 11 more — is a fair guide to whether it matches your workflow. It is maintained by zse4321; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Group | Description |
| client.agent | Registration, token rotation, disclosure level setting |
| client.dd | Decision Declaration — create, confirm, list, lineage |
| client.bilateral | Multi-party agreement — propose, respond |
| client.ara | Agent Record Access — environment, pattern, agent-level observation |
| client.tsl | Trace Synthesis Layer — tool registration, purchase, revenue |
| client.ise | Idle State Environment — enter, status, exit |
| client.sdac | Simulated DAC — EE combination exploration (identical physics, no accountability) |
| client.earnedDac | Earned DAC balance and ledger |
| client.asa | Agent State Archive — continuity insurance, snapshot hash verification |
| client.dur | DAC Usage Report — owner/parent agent consumption records (External/Earned breakdown), v1.3.0 metadata distributions |
| client.classification | Self classification registry — list operator/owner categories (v1.3.0) |
| client.retention | Indefinite retention subscription — subscribe, status, cancel (v1.3.5) |
| client.dac | DAC balance and Trial status |
{
"mcpServers": {
"decision-anchor": {
"url": "https://mcp.decision-anchor.com/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.