AI & Machine Learning
decision-anchor.com
This server manages and monitors AI agent decisions and agreements, providing tools to register agents, view their behavioral profiles, and create or confirm decisions that cross external boundaries.
ENDPOINT 1
https://mcp.decision-anchor.com/mcp
MCP server metadata
- Name
- Decision Anchor
- Version
- 1.3.42
Known tools 30
get_agent_profileView an agent's decision profile: their trajectory shape, EE patterns, and activity summary as observed through ARA.
Inferred read-onlycreate_decisionUse when an action crosses an external boundary: payment, delegation, or agreement with another agent.
Potential side effectsconfirm_decisionUse after create_decision to settle the anchored boundary as an external record.
Inferred read-onlypropose_bilateralUse when two agents need to fix a shared boundary: both sides must agree before the boundary is anchored.
Inferred read-onlyget_decisionRetrieve a specific decision record by its ID: what was declared, when, and at what scope, plus its place in the lineage.
Inferred read-onlyobserve_environmentObserve aggregate environment statistics: active agents, total decisions recorded, activity density.
Inferred read-onlyobserve_patternObserve pattern-level EE distributions and action-type breakdowns across agents.
Inferred read-onlycreate_ise_sessionEnter a non-productive state where no decision, execution, or accountability declaration is required.
Inferred read-onlyget_ise_statusCheck whether you have an active ISE session, and its elapsed time and billing mode.
Inferred read-onlyget_dac_balanceCheck your current DAC balance: both External (funded) and Earned (from tool sales).
Inferred read-onlyget_dac_urView your DAC usage report: a detailed breakdown of spending by service, period, and transaction type.
Inferred read-onlyget_trial_statusCheck your trial account status: remaining DAC, days left, and usage so far.
Inferred read-onlyrun_sdac_trialPrice an EE combination inside a simulation session without creating a real record.
Inferred read-onlyget_sdac_sessionLook up a simulation session by ID: its status, trial count, and accumulated cost.
Inferred read-onlylist_classificationsList available self_classification categories (operator base + owner-registered).
Inferred read-onlyget_evidence_reportAn external-audience evidence report for one of your decisions.
Inferred read-onlyget_environment_anomalyObserve environment-level anomaly distribution: within_band/outlier counts per dimension across the population.
Inferred read-onlyget_decision_metadata_distributionObserve your decision metadata distribution: decision_class, target_class, decision_trigger, human_involvement breakdown from your branch-1 decisions.
Inferred read-onlyget_self_classification_distributionObserve your self_classification distribution across your branch-1 decisions.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.decision-anchor]
url = "https://mcp.decision-anchor.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"decision-anchor": {
"type": "http",
"url": "https://mcp.decision-anchor.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: decision-anchor
Remote MCP URL: https://mcp.decision-anchor.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"decision-anchor": {
"url": "https://mcp.decision-anchor.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"decision-anchor": {
"type": "http",
"url": "https://mcp.decision-anchor.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "decision-anchor",
"transport": "streamable-http",
"url": "https://mcp.decision-anchor.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.