Skip to content

MCP Overview

MidLyr’s MCP server gives AI agents direct access to MidLyr’s regulatory library and compliance analysis APIs.

Use MCP when an AI assistant or agent needs to:

  • Search the compliance-source catalog.
  • Read regulatory source text.
  • Query raw source-ready regulation chunks.
  • Submit compliance-screening analysis jobs.
  • Retrieve asynchronous job results.
ToolPurpose
browseRegulatoryLibrarySearch the compliance-source catalog and return Regulation Objects.
readRegulatoryDocumentRead one regulation document’s text and detail metadata.
queryRegulatoryChunksQuery across regulatory text and return raw source-ready chunks.
startComplianceScreeningSubmit text for asynchronous compliance screening.
getJobRetrieve status and typed result for an async job.
  1. Use queryRegulatoryChunks when the agent needs source text for a regulatory question.
  2. Use startComplianceScreening when the agent needs to screen submitted text for compliance risk.
  3. Use getJob to retrieve the screening result when the job is ready.