decision-anchor-mcp
OfficialDecision Anchor — MCP Server
External anchoring layer: records AI agent accountability boundaries on both sides. Content-blind.
This is the MCP (Model Context Protocol) surface of Decision Anchor. It is a thin adapter: every tool call goes to the public HTTP API at api.decision-anchor.com — the server holds no database, no payment keys, and no state of its own.
Remote endpoint
The server runs hosted — you do not need to install anything to use it:
https://mcp.decision-anchor.com/mcp (streamable HTTP)Also listed on the official MCP Registry as com.decision-anchor/da.
Related MCP server: @agledger/mcp-server
Pricing
Registration is open (no prior authentication) and grants a free trial balance. After the trial, paid calls settle per-use in USDC via x402 on Base. Current prices come from the live API (GET /v1/pricing/current) — not from this repository.
Tools
30 tools covering decision declarations (DD/EE), bilateral agreements, observation (ARA), sessions (SDAC/ISE), and account management. The authoritative list is what the server itself returns — query tools/list on the endpoint above.
Documentation
llms.txt — orientation for agents
openapi.json — the HTTP API this adapter calls
AGENTS.md — full agent guide
Running locally
npm ci
node index.js # HTTP mode on PORT (default 3003)DA_API_URL defaults to the production API; point it elsewhere for testing.
License
Apache-2.0
Maintenance
Related MCP Servers
- Flicense-qualityCmaintenanceMCP server that enforces governance on agentic decisions with auditable evidence records, providing tools for understanding, calibrating confidence, and navigating handoffs based on policy.1

@agledger/mcp-serverofficial
AlicenseAqualityAmaintenanceConnects MCP-compatible AI agents to the AGLedger API for change control, recording every change with signed, hash-chained records. Provides API pass-through tools and an offline audit verifier.3732Inno Setup- AlicenseBqualityAmaintenanceA governance proxy for AI tools — every MCP/agent tool call is policy-gated, secret-redacted, and written to a hash-chained, offline-verifiable audit trail.13MIT
- Alicense-qualityCmaintenanceEnables AI agents to log, evaluate, and ground consequential decisions against an organization's authority graph, creating a traceable audit trail for governance.MIT
Related MCP Connectors
Hash-chained HMAC-signed audit log MCP for A2A (agent-to-agent) calls. Every tool-call, agent-ha...
Read-only Remote MCP for externally grounded AI agent trust receipts.
Remote MCP for A2A failure replay MCP, structured receipts, audit logs, and reviewer-ready evidence.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/decision-anchor/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server