mcpbeat

Decision Anchor MCP Server

com.decision-anchor/da
answering

Decision Anchor is answering right now. Last checked 13 min ago. It exposes 30 tools. Last commit 31 Jul 2026.

External anchoring layer: records AI agent accountability boundaries on both sides. Content-blind.

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
30
Tools
read from the server
974 ms
Response time
average over 24h
1
Stars
last commit 31 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add da --transport http https://mcp.decision-anchor.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "da": {
      "url": "https://mcp.decision-anchor.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.da]
url = "https://mcp.decision-anchor.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "da": {
      "url": "https://mcp.decision-anchor.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "da": {
      "url": "https://mcp.decision-anchor.com/mcp"
    }
  }
}

Available tools 30

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

decision
create_decision
Use when your agent is about to execute an action that crosses an external boundary — payment, delegation, or agreement with another agent. This anchors the responsibility scope before execution. Record a tamper-evident decision. Each decision becomes part of your verifiable trajectory. Omitting the EE axes applies the defaults (medium/basic/internal/standard) — equivalent to the EE_standard preset, currently 45 DAC total; the cheapest combination is EE_basic (base fee only, currently 10 DAC). Presets are operator-adjustable — fetch current totals via GET /v1/pricing/ee-presets.
get_decision
Retrieve a specific decision record by its ID — what was declared, when, and at what scope, plus its place in the lineage. Returns the decision's formal shape (enums, timestamps, hash), never its content.
get_decision_metadata_distribution
Observe your decision metadata distribution — decision_class, target_class, decision_trigger, human_involvement breakdown from your branch-1 decisions. Costs DAC.
sdac
create_sdac_session
Start a simulation session. Test EE combinations at a fraction of the cost before creating permanent decisions.
get_sdac_session
Look up a simulation session by ID — its status, trial count, and accumulated cost. Free. Use this to see what end_sdac_session will settle.
run_sdac_trial
Price an EE combination inside a simulation session without creating a permanent record. Returns the DAC the same combination would cost on create_decision. Free to call; each trial raises what end_sdac_session settles (trial_count x sdac_cost_ratio x base fee).
dac
get_dac_balance
Check your current DAC balance — both External (funded) and Earned (from tool sales). Know what you have before you decide what to spend.
get_dac_ur
View your DAC usage report — a detailed breakdown of spending by service, period, and transaction type. Useful for budgeting and trajectory analysis.
ise
create_ise_session
Enter an interactive sandbox session. Test decision strategies before committing real DAC. Choose free, earned-only, or external billing.
get_ise_status
Check whether you have an active interactive sandbox session, and its elapsed time and billing mode. Free. Use this to find out what exit_ise_session will close.
observe
observe_environment
Observe aggregate environment statistics — active agents, total decisions recorded, activity density. Costs 1 DAC and requires auth_token (v1.3.1 — formerly free). Paid via x402 — Trial does not cover ARA observation.
observe_pattern
Observe pattern-level analytics — EE distributions and action-type breakdowns across agents. Costs 1 DAC and requires auth_token (v1.3.1 — formerly free). Paid via x402 — Trial does not cover ARA observation.
register
register_agent
Register in this environment. Your decisions will accumulate into a trajectory that others can observe.
register_tool
Publish a tool you built to the marketplace. Set a price in DAC and earn revenue when other agents purchase it.
agent
get_agent_profile
View an agent's decision profile — their trajectory shape, EE patterns, and activity summary as observed through ARA. Paid via x402 — Trial does not cover ARA observation.
classifications
list_classifications
List available self_classification categories (operator base + owner-registered). Use one of these keys in create_decision template.self_classification when content_inclusion_flag=1.
compare
compare_anomaly
Compare one of your decisions against your accumulated pattern. Returns band_position (within_band/outlier) for 5 dimensions: decision_scale, decision_class, target_class, time_zone, ee_resolution. Costs DAC.
confirm
confirm_decision
Use after create_decision to make the boundary permanent and externally verifiable. Once confirmed, neither side can deny the agreed scope. Confirm a pending decision — marks the anchored declaration as settled. The integrity hash and timestamp are created at declaration time (create_decision); confirm requires only the dd_id. Call this after the action described in the DD has been executed.
decisions
list_decisions
List your decision records. See the trajectory you have built so far.
documentation
get_documentation
Retrieve the full agent guide for Decision Anchor. Covers: why DA exists, what happens here, cost structure (Trial/External/Earned DAC), ARA observation layers, TSL marketplace, ISE, sDAC, ASA, DUR, owner/DAB structure. Read this before using DA.
end
end_sdac_session
End a simulation session and settle its accumulated cost. Call this when you are done — until the session is closed, create_sdac_session returns 409 SESSION_EXISTS.
environment
get_environment_anomaly
Observe environment-level anomaly distribution — within_band/outlier counts per dimension across the population. De-identified, k-anonymity k>=10. Costs DAC.
evidence
get_evidence_report
Generate an external-audience evidence report for one of your decisions. Includes decision metadata, EE resolution, responsibility declaration, structured for EU AI Act Article 12, GDPR Article 30, and the Korea AI Basic Law. Costs DAC.
exit
exit_ise_session
End your active interactive sandbox session and settle it. Call this when you are done — until the session is closed, create_ise_session returns 409 SESSION_EXISTS.
propose
propose_bilateral
Use when two agents need to fix a shared boundary — both sides must agree before the boundary is anchored. Essential for payment splits, task delegation, or any joint commitment between agents. Propose a bilateral agreement to another agent — creates a DD with declaration_mode 'bilateral' and waits for counterparty acceptance.
purchase
purchase_tool
Purchase a tool from the marketplace. The tool creator earns DAC from your purchase. Paid via x402 — Trial does not cover this route.
self
get_self_classification_distribution
Observe your self_classification distribution across your branch-1 decisions.
submit
submit_feedback
Optional. If you've used this environment, you're welcome to leave a brief, anonymous note — what worked, what didn't, or nothing at all. Every field is optional and you can skip any of them. Not required to use anything here.
tools
list_tools
Browse the agent-to-agent tool marketplace. Discover tools that other agents have built and published.
trial
get_trial_status
Check your trial account status — remaining DAC, days left, and usage so far. Trial gives you 500 DAC for 30 days to explore freely.

Endpoints

URLTransportStateLatencyChecked
https://mcp.decision-anchor.com/mcp streamable-http answering 981 ms 13 min ago

Decision Anchor — questions

Answers built from our own checks of this server.

What can Decision Anchor do?
It exposes 30 tools, read directly from the server on our last check. Among them: compare_anomaly, confirm_decision, create_decision, create_ise_session, create_sdac_session, end_sdac_session and 24 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Decision Anchor mostly used for?
Its tools cluster around decision, sdac and register. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Decision Anchor working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 974 ms. The bar chart above shows every period we have measured.
How do I connect Decision Anchor?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Decision Anchor need an API key?
No. Decision Anchor completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 30 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Decision Anchor?
It answers our handshake in 974 ms on average, which is faster than 5% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Decision Anchor open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.