Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

RegLayer Instant Decision Briefs

ai.reglayer/instant-decision-briefs

Company-specific regulatory assessments for concrete business questions, as structured data or PDF.

Uptime
100.0%
1 direct probes · 30d
Response
506ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

list_reglayer_products

List the regulatory research products available to agents. Use an Instant Brief for a question and Check for supplied working materials.

list_instant_brief_products

List the Instant Brief available to agents.

prepare_instant_brief_request

Validate the scope and return the REST purchase shape. Payment occurs through HTTP 402 on the REST endpoint.

get_instant_brief_status

Read private order status. If status is researching, close the call and invoke this tool again after 20 seconds.

get_instant_brief_result

Read the structured result after status reaches ready. If still researching, close the call and retry after 20 seconds.

get_instant_brief_pdf

Return the authenticated PDF endpoint after status reaches ready. Use the same bearer token when downloading it.

prepare_check_request

Return the paid REST request shape for screening one or two supplied materials. The agent price is $0.99.

get_check_status

Read private Check status.

get_check_result

Retrieve the structured Check result after status reaches ready.

get_check_pdf

Return the authenticated PDF endpoint after the Check is ready.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "reglayer_instant_decision_briefs": {
      "url": "https://reglayer.ai/mcp",
      "transport": "streamable-http"
    }
  }
}