G
governance-platform
20 endpointsliveDeterministic AI governance platform. Validates agent outputs, discovers patterns, solves math. (MCP server ai.geodesiclabs/governance-platform, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for governance-platform.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| validate /validate | Validate structured data against a Blueprint's rules BEFORE the result is used. Returns PASS, FAIL, or REVIEW with plain-language findings, repair sugge | $0.0020 per call | unknown |
| validate repair /validate_repair | Validate structured data against a Blueprint and, when it fails, include repair suggestions (corrected values with the rule each fix is based on) in the | $0.0020 per call | unknown |
| create blueprint /create_blueprint | Create a Blueprint - the governance contract validation runs against. A Blueprint defines what correct means for your data: fields, the math that must | $0.0020 per call | unknown |
| list blueprints /list_blueprints | List the Blueprints on this account with field/rule/constraint counts and mode. Use the returned workflow_name as 'blueprint' in validate. | $0.0020 per call | unknown |
| repair /repair | One-shot repair: return corrected values that would make failing data valid under the Blueprint. Use repair_path to see the steps instead. | $0.0020 per call | unknown |
| check blueprint health /check_blueprint_health | Static pre-deploy analysis of a Blueprint's rule set. Returns a health verdict - healthy, acceptable, fragile, rigid, split, brittle_islands, or unsatis | $0.0020 per call | unknown |
| compare semantic equivalence /compare_semantic_equivalence | Compare two payloads under the dual-hash design: content_hash is invariant to field order and numeric formatting (5 vs '5.00'); semantic_hash additional | $0.0020 per call | unknown |
| govern inference /govern_inference | Quality-govern an in-progress AI generation step BEFORE its output is used (complements validate, which checks finished documents). Returns an action - | $0.0020 per call | unknown |
| get inference trace /get_inference_trace | Retrieve the durable audit trail for a governed generation: every recorded decision and its reasons. | $0.0020 per call | unknown |
| recent inference decisions /recent_inference_decisions | Recent generation-governance decisions across all runs - what was approved, held, and escalated. | $0.0020 per call | unknown |
| verify certificate /verify_certificate | Independently re-verify a validation certificate. Integrity mode checks the hash chain; full mode (certificate + original data) recomputes every atteste | $0.0020 per call | unknown |
| profile blueprint robustness /profile_blueprint_robustness | Sweep the Blueprint's numeric constraint bounds and report verdict stability: the stable band, the scales where the verdict first flips, and advice. Use | $0.0020 per call | unknown |
| forecast /forecast | Deterministic forward reasoning: from the current data state, generate and rank the valid next states reachable under the Blueprint's rules. | $0.0020 per call | unknown |
| discover patterns /discover_patterns | Learn candidate validation rules and structural document types from a batch of your records, deterministically - no Blueprint required. Promote results | $0.0020 per call | unknown |
| repair path /repair_path | Find the shortest sequence of field changes taking invalid data to a valid state, as an ordered path of intermediate states. Different from repair (one- | $0.0020 per call | unknown |
| counterfactual /counterfactual | Run the same data under two rule sets and compare which future states remain valid - what-if analysis for rule changes. | $0.0020 per call | unknown |
| analyze anomaly /analyze_anomaly | Explain whether a record fits the usual pattern for records like it, and which fields stand out. No Blueprint required. | $0.0020 per call | unknown |
| create chain /create_chain | Create a multi-agent sequential chain: stages validate in order against one Blueprint, repairs propagate forward, TTL bounds the run. Siblings: submit_c | $0.0020 per call | unknown |
| submit chain stage /submit_chain_stage | Submit data for the chain's current stage; the platform validates it and advances the chain if it passes. Response includes next-stage info and accumula | $0.0020 per call | unknown |
| handoff audit /handoff_audit | Audit a handoff between two chain stages: a context capsule of verified facts from the prior stage, and (if proposed_data is given) a compatibility verd | $0.0020 per call | unknown |