INDIVIDUAL MCP TOOL
submit_feedback
Send the developer's feedback on LexLint to the people who build it, recorded against their UnGovr account so we can write back.
LIVE ENDPOINT
https://mcp.lexlint.org/mcp
Connect to this endpoint to inspect the live schema for submit_feedback 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 contains a write-action term.
- A tool name or description suggests sending messages.
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.lexlint]
url = "https://mcp.lexlint.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lexlint": {
"type": "http",
"url": "https://mcp.lexlint.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lexlint
Remote MCP URL: https://mcp.lexlint.org/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": {
"lexlint": {
"url": "https://mcp.lexlint.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lexlint": {
"type": "http",
"url": "https://mcp.lexlint.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lexlint",
"transport": "streamable-http",
"url": "https://mcp.lexlint.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
set_profile— Step 1 of the lint.run_lint— Step 2 of the lint, and the one that returns findings.get_law— One jurisdiction's law from the UnGovr corpus, across all three topics LexLint covers: AI law, scraping/crawling and access legality, and personal-data and biometric privacy.resolve_domain_jurisdiction— Best-effort mapping from a domain to the jurisdiction whose law governs its OPERATOR, for feeding into the other tools.check_access— Preflight.