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.
Available Tools
Section titled “Available Tools”| Tool | Purpose |
|---|---|
browseRegulatoryLibrary | Search the compliance-source catalog and return Regulation Objects. |
readRegulatoryDocument | Read one regulation document’s text and detail metadata. |
queryRegulatoryChunks | Query across regulatory text and return raw source-ready chunks. |
startComplianceScreening | Submit text for asynchronous compliance screening. |
getJob | Retrieve status and typed result for an async job. |
Agent Workflow Example
Section titled “Agent Workflow Example”- Use
queryRegulatoryChunkswhen the agent needs source text for a regulatory question. - Use
startComplianceScreeningwhen the agent needs to screen submitted text for compliance risk. - Use
getJobto retrieve the screening result when the job is ready.
Next Steps
Section titled “Next Steps”- Install MCP Server — configure MidLyr for your agent runtime.
- MCP Tools — see the tool contract summary.
- Tool Schemas — see full JSON tool definitions.