← lexlint.org

INDIVIDUAL MCP TOOL

set_profile

Step 1 of the lint.

lexlint.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.lexlint.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for set_profile and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

lexlint.org

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

  • 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.
  • 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.