kasbah-mcp
MCP serverAI & modelsGovernance layer for agentic AI — signed, verifiable receipts for every agent action.
This server has no hosted endpoint yet, so ahel can't serve it. You can still add it. It stays paused until ahel can serve it.
Serve it through your gateway
One link, every agent. Your own credentials, stored once.
Tools it gives your agents (16)
| Tool | What it does |
|---|---|
| kasbah_attest | Call this BEFORE any side-effecting action (file write, shell exec, HTTP request, payment, tool call, agent spawn). |
| kasbah_verify | Verify a Kasbah receipt cryptographically. Supports v2 (Ed25519) and v3 (Ed25519 + Merkle proofs). Returns whether the signature is genuine, the verdict, when it was signed, and by which engine key. |
| kasbah_status | Show what Kasbah has done for you: decisions signed, actions blocked, $ saved from cheaper-model routing, top token sinks, receipts minted, and a link to your live dashboard. |
| kasbah_export_audit | Export a tamper-evident, auditor-ready bundle of recent signed decisions. Each entry carries the verdict, Ed25519 signature, public-key fingerprint, and spec version. |
| kasbah_check_compliance | Evaluate an agent action against pre-certified HIPAA, GDPR, SOC 2 Type II, PCI-DSS, and BIOMETRIC_GUARD rule packs BEFORE it runs. |
| kasbah_trace_intent | Detect distributed, multi-step attacks invisible to single-step scanners: data-exfiltration pipelines, privilege-escalation chains, cost bombs. |
| kasbah_cost_guard | Runaway-loop and spend governor. Checks whether an agent is stuck in a tool loop or burning budget, and recommends ALLOW / THROTTLE / BLOCK before the next call runs. |
| kasbah_mcp_servers | List all MCP servers governed by Kasbah (ensemble, openclaw, ansari, quranfrontier). |
| kasbah_mcp_teams | Manage governance teams. Create, add members, assign MCPs, apply HIPAA/GDPR/SOC2/PCI-DSS policies. |
| kasbah_govern_turn | Govern a full LLM turn through the Kasbah Governance Proxy: pass the message history and any proposed tool calls; get a bounded advisory verdict (CLEAR / WARN / REQUIRE_APPROVAL) plus an... |
| kasbah_advisory | Run a single advisory analyzer directly. Modules: detectgpt (AI-text), intent (multi-step trajectory), chsh, conformal (anytime-valid), dobft (perturbed-observer collusion), flag-fusion... |
| kasbah_os | Access the kasbah-os engine (Python bridge). Defensive actions are live: health, govern (9-module RKHS ensemble turn), audit-verify. |
| kasbah_scan | Quick content scan through the Kasbah detector. Returns CLEAR / WARN / REQUIRE_APPROVAL with threat classes and risk score. Use for single-prompt or short content safety checks. |
| kasbah_redteam | Run the live red-team benchmark against the current governance pipeline. Returns detection metrics (F1, precision, recall), degradation alerts, and trend data. |
| kasbah_fti_query | Query the Federated Threat Intelligence registry. Checks whether a prompt hash matches any known attack in the shared Merkle tree registry. |
| kasbah_compliance_report | Generate SOC 2 Type II / ISO 27001:2022 / NIST CSF 2.0 compliance evidence packets from the audit chain. Returns JSON or print-ready HTML. Use for auditor requests or compliance automation. |
Signals
- GitHub stars
- 2
- Last commit
- May 2026
- Tools captured
- 16