Documentation Index
Fetch the complete documentation index at: https://cyberpaisa-dof-mesh-40-27.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
DOF MCP Server
10 tools exposed via the DOF MCP server:REST API — 14 Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /health | Component status (16/16) |
| POST | /verify | Full governance check |
| POST | /governance/check | Constitution only |
| POST | /ast/verify | AST only |
| GET | /metrics | Current metrics |
| POST | /attestation/create | Write proof on-chain |
| GET | /attestation/registry | List attestations |
| POST | /verify-code | Code safety |
| POST | /check-facts | Fact verification |
| POST | /prove | Z3 formal proofs |
| POST | /benchmark | Adversarial benchmark |
| GET | /version | {"version": "0.8.0"} |
| GET | /constitution | Active constitution rules |
| GET | /.well-known/agent-card.json | ERC-8004 agent identity |
External MCP Servers (4 foundational)
Additional MCP Servers (Guardian-audited 26 March 2026)
| Server | Package | Purpose |
|---|---|---|
context7 | @upstash/context7-mcp | Library documentation |
sequential_thinking | built-in | Step-by-step reasoning |
playwright | mcp-playwright | Browser automation |
evm | mcp-evm | 60+ EVM chains |
tavily | mcp-tavily | AI search (TAVILY_API_KEY) |
brave_search | mcp-brave | Brave search (BRAVE_API_KEY) |
supabase | mcp-supabase | Supabase (SUPABASE_ACCESS_TOKEN) |
Example: REST API Usage
Governance API
GovernanceResult and HierarchyResult
CLI Reference
All CLI commands