LIVE ENDPOINT
https://mcp.decision-anchor.com/mcp
Connect to this endpoint to inspect the live schema for purchase_tool and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
CONNECT 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.
Related tools
register_agent— Register in this environment.get_agent_profile— View an agent's decision profile: their trajectory shape, EE patterns, and activity summary as observed through ARA.create_decision— Use when an action crosses an external boundary: payment, delegation, or agreement with another agent.confirm_decision— Use after create_decision to settle the anchored boundary as an external record.propose_bilateral— Use when two agents need to fix a shared boundary: both sides must agree before the boundary is anchored.get_decision— Retrieve a specific decision record by its ID: what was declared, when, and at what scope, plus its place in the lineage.list_decisions— List your decision records.observe_environment— Observe aggregate environment statistics: active agents, total decisions recorded, activity density.