AI & Machine Learning
trustailaw.com
Reviews legal text produced by AI vendors for structural red-flags indicating fabrication risk.
ENDPOINT 1
https://trustailaw.com/api/mcp
MCP server metadata
- Name
- trustai-verify
- Version
- 1.0.0
TrustAI Verification — a neutral referee for legal-AI output. Call get_descriptor for metadata, list_checks for what it checks (and never claims), review_legal_text to flag orphan quotations and uncited propositions in pasted text for your review. Information, not legal advice.
Known tools 4
get_descriptorReturn the TrustAI Verification MCP self-description: operator, what the server verifies, the public tools, the boundary it never crosses (it never adjudicates), and links to the public surfaces.
Inferred read-onlylist_checksReturn the structural checks this server performs on legal-AI output, and — explicitly — what it never claims.
Inferred read-onlyget_healthReturn server health: process uptime and a deterministic engine self-check (the structural detectors run on a fixed sample and return the expected flag counts).
Inferred read-onlyreview_legal_textIndependently review legal text produced by ANY AI vendor for the structural red-flags behind fabrication risk: (1) orphan quotations — a quoted span with no citation in its sentence; (2) uncited propositions — a legal proposition stated as established with no citation.
Inferred read-onlyCONNECT 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.trustai-verify]
url = "https://trustailaw.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"trustai-verify": {
"type": "http",
"url": "https://trustailaw.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: trustai-verify
Remote MCP URL: https://trustailaw.com/api/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": {
"trustai-verify": {
"url": "https://trustailaw.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"trustai-verify": {
"type": "http",
"url": "https://trustailaw.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "trustai-verify",
"transport": "streamable-http",
"url": "https://trustailaw.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.