Kyora IQ Compliance Control Reference MCP Server
Enables AI assistants to search and retrieve security, privacy, and AI-governance controls from multiple compliance frameworks (e.g., NIST, HIPAA, OWASP) with cross-references, providing authoritative cited control text.
README
Kyora IQ — MCP Compliance Control Reference
A searchable, cross-framework reference for security, privacy, and AI-governance controls — built to be queried both by humans (web UI) and by AI assistants (over the Model Context Protocol).
You search a risk, control, or keyword once, and Kyora IQ returns the relevant controls with every related control in every other framework shown alongside. The same normalized data powers a web interface and an MCP server, so an AI assistant can pull authoritative, cited control text instead of guessing.
What this is: a trustworthy reference — the rulebook. What this is not (yet): an automated audit of your environment. An AI assistant can use this reference while reviewing a system, but the checking of a real environment is a separate, later capability.
Frameworks tracked (13)
Ingested in waves. Each framework is handled according to how its source is
licensed — see docs/SOURCING-POLICY.md.
| Wave | Framework | Source handling |
|---|---|---|
| 1 | NIST SP 800-53 Rev. 5 | Verbatim (public domain, official OSCAL JSON) |
| 1 | NIST AI RMF (AI 100-1) | Verbatim (public domain) |
| 1 | NIST AI 600-1 (Generative AI Profile) | Verbatim (public domain) |
| 1 | HIPAA Security Rule (45 CFR 164) | Verbatim (public domain, US regulation) |
| 1 | OWASP Top 10 for LLM Applications | Paraphrased + attributed (CC BY-SA) |
| 1 | OWASP API Security Top 10 | Paraphrased + attributed (CC BY-SA) |
| 1 | OWASP Top 10 (Web) | Paraphrased + attributed (CC BY-SA) |
| 2 | MITRE ATLAS | Paraphrased + attributed (MITRE terms) |
| 2 | MITRE ATT&CK | Paraphrased + attributed (MITRE terms) |
| 3 | SOC 2 / AICPA Trust Services Criteria | Own wording (AICPA text licensed) |
| 3 | ISO/IEC 42001 | Own wording (ISO text licensed) |
| 3 | EU AI Act | Article references + own summaries |
Crosswalk
Controls are grouped into control domains so you can see how the same theme is addressed across every framework at once. There are 28 domains: 12 covering general security and privacy (access control, audit logging, encryption, risk assessment, incident response, and so on) and 16 covering AI-specific security risks across the five AI layers (input, output, model, infrastructure, agentic), including prompt injection, sensitive information disclosure, model theft, unbounded consumption, excessive agency, and MCP and connector tool abuse.
Cross-framework mappings connect individual controls to their equivalents in other frameworks. Mappings are hand-authored Kyora IQ interpretations, clearly tagged as such, and the community can suggest more through a pre-filled GitHub issue from any control's page. Mappings are not official crosswalks; they are a reasoned starting point, the same way any GRC team builds its own.
Repository layout
kyora-iq/
data/
raw/ downloaded source files (gitignored; reproduced by ingestion)
normalized/ the canonical normalized JSON the whole project reads
ingestion/ scripts that turn official sources into normalized JSON
web/ the human-facing site (search-primary, inline expand)
server/ the MCP server (tools over Model Context Protocol)
validation/ agent that re-checks normalized data against current sources
docs/ data model, sourcing policy, architecture
mockups/ static HTML design prototypes
Build chunks
Each chunk ends with files saved to disk so work is never lost mid-build.
- Chunk 0 — Project map: this README, PROGRESS, data model, sourcing policy.
- Chunk 1 — Real data, wave 1 (7 frameworks) normalized to the schema.
- Chunk 2 — Ingestion scripts that reproduce wave-1 data from official sources.
- Chunk 3 — Web interface (search-primary, inline drop-down detail, left-aligned).
- Chunk 4 — MCP server exposing the data as tools.
- Chunk 5 — Validation agent (re-checks data vs. current publications).
- Chunk 6 — Open-source packaging (license, sourcing statement, deploy docs).
Phases (product arc beyond this build)
- Phase 1 — Trustworthy, searchable, AI-connectable reference (this build).
- Phase 2 — More frameworks, richer mappings, optional environment checks.
- Phase 3 — Security hardening: gateway + authorization in front of the server.
License
See LICENSE (code) and docs/SOURCING-POLICY.md (data/content). Code is
open source; framework content follows each source's license as documented.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.