How to connect
1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://zenable.run.tools
2
Verify the tools loaded
Confirm
tools/list returns the expected tools before relying on them in production.Tools
(1)-
conformance_checkCheck conformance for a list of files. The maximum number of files per request is 5. If you need to process more files, split the request into multiple requests. Input: list_of_files (list[dict[path: str, content: str]]): The list of files to get checked for conformance, including the path and content of each file. The content should be the full content of the file. Returns: A structured response with the conformance check results.