Map AI controls and evidence to NIST AI RMF Govern/Map/Measure/Manage functions with per-function coverage (art-174) → check GPAI provider obligations under EU AI Act Art. 53/55 and voluntary Code of Practice (art-175) → A-F AI governance readiness diagnostic across ISO 42001, NIST RMF, and EU AI Act convergence (art-176). Full multi-framework governance crosswalk. GPAI enforcement Aug 2026. Zero network, zero PII.
map_nist_ai_rmf_functions{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "map_nist_ai_rmf_functions",
"arguments": {
"system_name": "Loan Underwriting AI",
"controls": [
{"id": "GOV-1.1", "description": "AI risk policy documented and approved"},
{"id": "MAP-2.2", "description": "Impact assessment completed for affected stakeholders"},
{"id": "MEA-4.1", "description": "Bias metrics monitored quarterly"},
{"id": "MNG-3.2", "description": "Incident response plan tested annually"}
]
}
},
"id": 1
}
check_gpai_code_conformance{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "check_gpai_code_conformance",
"arguments": {
"provider": {
"name": "Acme AI Ltd",
"model_type": "general_purpose",
"flops_training": 1e23,
"systemic_risk": false
},
"obligations": {
"technical_documentation": true,
"copyright_policy": true,
"training_data_summary": false,
"incident_reporting": true,
"code_of_practice_signed": false
}
}
},
"id": 2
}
run_ai_governance_fit{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "run_ai_governance_fit",
"arguments": {
"organization": "Acme AI Ltd",
"frameworks": ["nist_ai_rmf", "iso_42001", "eu_ai_act"],
"evidence": {
"risk_policy": true,
"impact_assessment": true,
"bias_monitoring": true,
"incident_response": true,
"training_data_docs": false,
"third_party_audit": false,
"gpai_code_signed": false
}
}
},
"id": 3
}