RulesGraph turns NIST 800-53, ISO/IEC 27001, SOC 2, PCI DSS, HITRUST, NIS2, the EU AI Act, and many more frameworks into a live, typed graph. Relationships between standards are typed, not guessed. Revisions are captured as the sources change. Source-checked claims carry the exact passage and its URL, and everything else is graded so you can see how it was derived. Query it from your GRC tooling over REST, or hand it to your AI agents over MCP, against the same source of truth.
{
"id": "hitrust-csf",
"name": "HITRUST CSF (Common Security Framework)",
"version": "11.8",
"dependencies": [
{
"to": "nist-sp800-53-r5",
"relationship": "builds on",
"kind_label": "Framework",
"grounding": "Source-checked",
"confidence": 0.92,
"evidence_source_url": "https://hitrustalliance.net/..."
},
{
"to": "nist-csf-2-0",
"relationship": "references",
"kind_label": "Framework",
"grounding": "Source-checked",
"confidence": 0.85,
"evidence_phrase": "Assessment and certification to the latest NIST specification"
}
]
}
Most compliance tools treat each framework as a flat checklist. RulesGraph treats them as a connected graph: HITRUST CSF builds on NIST SP 800-53 and references NIST Cybersecurity Framework 2.0, which supersedes CSF 1.1. Each relationship is typed, revisions are captured as sources change, and source-checked claims point back to a primary source with the exact passage.
Frameworks, controls, certifications, registries, and regulators are first-class nodes. maps_to, supersedes, imports, recognized_by are typed edges. Query the graph the way auditors actually think about controls.
Every fetched source is hashed and snapshotted. When NIST publishes a Rev 6 draft, when the EU AI Act gets an Annex revision, when an ISO standard rolls to a new edition. RulesGraph captures the diff, types it as supersedes, and notifies dependents.
Every node carries its source URL, fetch timestamp, content hash, and the classifier's confidence trace. Cite a source-checked claim in an audit or an attestation, and the chain back to the primary source is one query deep.
RulesGraph organises every source into a seven-layer stack, modelled on how compliance frameworks actually compose in practice. Constitutional standards at the top, sector-specific controls in the middle, regulatory enforcement at the bottom.
The top of the stack. ISO/IEC 27001, NIST CSF, NIST SP 800-53, ISO/IEC 27002.
SOX ITGC, DORA governance, NIS2 governance obligations, ISO/IEC 27014.
PCI DSS, HIPAA Security Rule, CJIS, TISAX, FERPA, GLBA Safeguards.
AICPA SOC 1/2/3, ISO/IEC 27001 certification bodies, FedRAMP PMO, BSI C5, ENS.
CIS Controls, CMMC, ISO/IEC 27007, CSA STAR, HITRUST CSF.
Shared Assessments SIG, CAIQ, vendor risk questionnaires, third-party DDQs.
GDPR, EU AI Act, CCPA/CPRA, NIS2 enforcement, DORA enforcement, China DSL, India DPDP, Brazil LGPD.
RulesGraph is fully autonomous. A continuous pipeline crawls publication channels, classifies what it finds, extracts structured control data, and lands every change in the live graph. Four stages, every stage cryptographically traced.
Continuous polling of standards bodies, regulators, and certification registries. PDFs, HTML, OSCAL feeds, RSS, GitHub repos. Every fetch hashed and snapshotted.
Each change is typed by an LLM-assisted classifier: new control, revised control, deprecation, cross-mapping update, certification grant. Confidence scored, ambiguous cases queued for review.
Controls are projected into the graph and linked to their dependents and cross-mapped equivalents in other frameworks. New edges proposed automatically; weak edges flagged for human approval.
Cascade engine recomputes downstream impact, notifies API subscribers of breaking changes, publishes the new revision with a signed plan CID. Every change is auditable end-to-end.
Build against the live graph with whatever tool fits. The REST API is the workhorse. The MCP server gives Claude, Cursor, and other AI agents direct access. The viewer is for humans who want to navigate the graph visually.
Public read API at api.rulesgraph.com. Free tier is 600 req/min. Every endpoint returns typed JSON with full provenance metadata.
# Fetch every control in NIST 800-53 Rev 5
curl -H "Authorization: Bearer $RG_KEY" \
"https://api.rulesgraph.com/v1/controls" \
-d "framework=nist-sp-800-53-r5"
# Walk the cross-mapping graph from a SOC 2 control
curl "https://api.rulesgraph.com/v1/controls/soc2-cc6.1/maps_to"
Plug RulesGraph into Claude, Cursor, Windsurf, or any MCP-compatible agent. Paid tier at mcp.rulesgraph.com. Agents can query the graph, propose mappings, and cite primary sources back.
{
"mcpServers": {
"rulesgraph": {
"url": "https://mcp.rulesgraph.com",
"auth": { "bearer": "$RG_MCP_KEY" }
}
}
}
A visual graph explorer at rulesgraph.com/viewer. Six tabs, each answering one specific question: what is in the graph, which frameworks overlap, what does this control look like across the landscape, what gap do I have to a target framework, what changed recently. No API key required for read access.
CISOs map their own frameworks faster. GRC platforms power their crosswalk engines. Auditors cite primary sources without leaving their workflow. Regulators see how their text actually propagates downstream.
You're already SOC 2. The board wants ISO 27001. Sales wants HITRUST. Run a single query against RulesGraph and see exactly which of your existing controls satisfy the new framework, where the gaps are, and what evidence each gap needs.
Replace your hand-maintained spreadsheet of framework crosswalks with a live graph API. RulesGraph keeps the mappings versioned, surfaces breaking changes, and gives you the provenance trail your customers' auditors will eventually ask for.
Whether you're scoping SOC 2, attesting FedRAMP, or assessing CMMC, RulesGraph gives you the current text of each framework, its revision history, and its cross-mappings, without leaving your workpapers. Cite the source, not a screenshot.
When DORA publishes a new RTS, when ENISA updates a baseline, when the AI Act gains a new Annex, RulesGraph captures it and shows which downstream frameworks recognise, import, or supersede it. Track the propagation of your own regulatory text in days, not years.
Build agents that can answer "is this Terraform module HIPAA-compliant?" or "which SOC 2 trust services criteria does this finding violate?" The MCP server gives any LLM agent direct, typed access to the live compliance graph.
Compliance is a moving target and the moving is rarely transparent. RulesGraph publishes revisions, cross-mapping changes, and certification grants as public, time-stamped records. Free tier covers most research workflows.
Ask is a chat surface that answers from the live graph and nothing else. Each answer is assembled from typed records the agent retrieved, every relationship carries its grounding band, and source-checked claims show the exact passage and its URL. When the graph does not hold grounded evidence for a question, Ask says so rather than guessing.
HITRUST CSF v11.8 is built on two NIST frameworks. Both relationships are held as source-checked edges, each pinned to HITRUST's own published material.
Ask runs on the live graph and is granted by request, not self-serve, so every account is known and the grounding stays accountable. Tell us who you are and what you would use it for, and we will reply by email.
Sign up with an email, confirm with a magic link, get a key with 600 requests per minute. No credit card. No trial period. Build today.