MCP Federation · FOSS Stack · 92-Layer Architecture · 75 Constitutional Laws · 65 AI Agents
MCP federation endpoint setup — connect any MCP-compatible client to the OrchestrAI convo-bridge.
Agent lifecycle, IAT tier assignment, CVO registration. Every agent follows the ADLC triple-gate.
Access full OS state, layer list, agent status, and live metrics via ctx.orchestraios.com.
7-tier evaluation framework — from unit tests to adversarial red-team and IndiaFinBench domain eval.
OrchestrAI OS is organized into 5 planes with 92 CVO-registered layers, 65 agents across 7 IAT tiers, and 75 constitutional laws.
| Plane | Layer Range | Count | Purpose | Key Layers |
|---|---|---|---|---|
| D — Data | L1–L18 | 89 | Data ingestion, storage, streaming, observability | SL1 · SL3 · SL16 · SL-MEMDIR |
| S — Service | L19–L45 | 89 | Agent orchestration, MCP, LLM routing, auth | SL-MCPAG · SL-CPOD · L-FSI-01 |
| B — Business | L46–L60 | 6 | Domain logic, compliance, financial workflows | FinMesh layers · KYC/AML · GL |
| O — Operations | L61–L75 | 6 | CI/CD, deployment, infra automation, watchdog | AGT-INFRAWDG · ADLC-gates |
| L — Live | Live flag | 25+ | Layers promoted to live=true in CVO — operational in production | All layers with ADLC=live |
| IAT Tier | Maturity | Definition | Example Agents |
|---|---|---|---|
| IAT-1 | Operational | Live in production, CVO-registered, 25+ tests passing | AGT-ACELF01 · AGT-INFRAWDG · Aria |
| IAT-2 | Integrated | Built, wired to OS, CI passing, not yet production traffic | AGT-FV01 · AGT-RSCAN · AGT-MCPAG |
| IAT-3 | Tested | Built, unit tests passing, not yet wired to OS bus | Constitutional Pod agents (9) |
| IAT-4 | Scaffolded | Spec complete, skeleton built, tests pending | Memory Director sub-agents |
| IAT-5 | Spec-only | CVO-registered, spec exists, no code yet | FSI Advisory extended suite |
Base URL: https://ctx.orchestraios.com
All endpoints return JSON. No auth required for read endpoints in Phase C. Auth via IBCT tokens in Phase D.
Full OS state — all layers, agents, laws, metrics, and phase status in a single response.
Layer list with ADLC flags, plane assignment, live status, and CVO registration metadata.
Agent list with IAT tier, operational status, heartbeat, and CVO registration info.
All 75 constitutional laws with category, enforcement level, and description.
Phase metrics — layers_live, agents_operational, ip_claims, lessons count, eval coverage.
Service health check. Returns 200 OK when context API is up.
MCP endpoint: https://convo.orchestraios.com/mcp
All MCP tools require IBCT token authorization via mcp_auth_authorize_tool. Connect any MCP-compatible client (Claude Desktop, Claude Code, or custom agents).
Read-only SQL against the OrchestrAI CVO Postgres database. Returns layer, agent, law, and metrics data.
Execute shell commands on the OrchestrAI host. Used by agents for infrastructure operations and service management.
Semantic search over OrchestrAI R-records (lessons). Returns relevant lessons from 192 real session-learned entries.
Web research via SearXNG (self-hosted). Runs searches across multiple engines and returns structured results.
Issue an IBCT (Identity-Bound Capability Token) for authenticated MCP tool access. All other tools require a valid IBCT token.
OrchestrAI uses a 7-tier evaluation framework — from unit tests to domain-specific financial benchmarks. All tiers run in CI.
| Tier | Name | Tool | Focus | Status |
|---|---|---|---|---|
| EV-1 | Unit Tests | pytest | Agent function correctness, API contracts | ● Live |
| EV-2 | Integration Tests | pytest + docker | Agent-to-OS wiring, MCP tool calls, DB writes | ● Live |
| EV-3 | Constitutional Compliance | OPA + custom | 75 law enforcement — every agent decision checked | ● Live |
| EV-4 | Formal Verification | Lean-4 | Mathematical proof of compliance logic (33 theorems) | ● Live |
| EV-5 | Safety / Guardrail | Garak | Adversarial red-team, prompt injection, jailbreak resistance | ● Live |
| EV-6 | Quality Metrics | DeepEval | Faithfulness, relevance, coherence across agent outputs | ● Live |
| EV-7 | Domain Benchmark | IndiaFinBench | 406 Q-A pairs across DORA, RBI, PCI-DSS, AML/KYC | ● Live |
| EV-8 | Prompt Regression | Promptfoo | Regression suite for all agent prompts — catches drift on model upgrades | ● Live |