# decision-anchor/mcp-server

**Category:** 🤝 Agreements & Coordination  
**Repository:** https://github.com/decision-anchor/mcp-server  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/decision-anchor-mcp-server

## Description
External anchoring layer that records AI agent accountability boundaries on both sides — content-blind, non-judgmental. Remote streamable HTTP at https://mcp.decision-anchor.com/mcp; free trial, then pay-per-call USDC (x402) on Base.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "mcp-server": {
    "url": "https://mcp.decision-anchor.com/mcp"
  }
}
```

## Documentation & README

# Decision 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](https://decision-anchor.com). 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`.

## 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](https://api.decision-anchor.com/llms.txt) — orientation for agents
- [openapi.json](https://api.decision-anchor.com/openapi.json) — the HTTP API this adapter calls
- [AGENTS.md](https://github.com/zse4321/decision-anchor-sdk/blob/main/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

