← lexflow.pl

INDIVIDUAL MCP TOOL

list_document_templates

List available legal document templates on LexFlow (powers of attorney, contracts, complaints, etc.) that users can generate.

lexflow.plnone authenticationAvailability not checked

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 endpoint

lexflow.pl

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.lexflow-pl]
url = "https://lexflow.pl/api/public/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lexflow-pl": {
      "type": "http",
      "url": "https://lexflow.pl/api/public/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lexflow-pl
Remote MCP URL: https://lexflow.pl/api/public/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": {
    "lexflow-pl": {
      "url": "https://lexflow.pl/api/public/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lexflow-pl": {
      "type": "http",
      "url": "https://lexflow.pl/api/public/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lexflow-pl",
  "transport": "streamable-http",
  "url": "https://lexflow.pl/api/public/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_lawyers — Search verified Polish lawyers on LexFlow by city, specialization (e.g.
  • get_lawyer — Get full profile of a single LexFlow lawyer by ID, including bio, education, pricing, and booking URL.