Lexipedia

Developers

Lexipedia MCP

Connect MCP-compatible clients to Lexipedia search and retrieval tools for Swiss legal articles and court decisions.

Endpoint

The MCP HTTP transport is available at /mcp. MCP clients should connect with POST requests.

https://lexipedia.io/mcp

Tools

ToolDescription
searchSearch Swiss legal articles and court decisions with one unified result shape.
getFetch the full law, decision, article, or consideration referenced by a search result ID.
listList available values for fields such as court, source, language, and jurisdiction.
reportReport issues an MCP agent discovers while using Lexipedia search or retrieval tools.

Client Setup

Add Lexipedia as an MCP server in any client that supports HTTP MCP transports.

{
  "mcpServers": {
    "lexipedia": {
      "url": "https://lexipedia.io/mcp"
    }
  }
}