INDIVIDUAL MCP TOOL
prepare_instant_brief_request
Validate the scope and return the REST purchase shape.
LIVE ENDPOINT
https://reglayer.ai/mcp
Connect to this endpoint to inspect the live schema for prepare_instant_brief_request and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.reglayer]
url = "https://reglayer.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"reglayer": {
"type": "http",
"url": "https://reglayer.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: reglayer
Remote MCP URL: https://reglayer.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"reglayer": {
"url": "https://reglayer.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"reglayer": {
"type": "http",
"url": "https://reglayer.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "reglayer",
"transport": "streamable-http",
"url": "https://reglayer.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_reglayer_products— List the regulatory research products available to agents.list_instant_brief_products— List the Instant Brief available to agents.get_instant_brief_status— Read private order status.get_instant_brief_result— Read the structured result after status reaches ready.get_instant_brief_pdf— Return the authenticated PDF endpoint after status reaches ready.prepare_check_request— Return the paid REST request shape for screening one or two supplied materials.get_check_status— Read private Check status.get_check_result— Retrieve the structured Check result after status reaches ready.