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/mcpTools
| Tool | Description |
|---|---|
| search | Search Swiss legal articles and court decisions with one unified result shape. |
| get | Fetch the full law, decision, article, or consideration referenced by a search result ID. |
Client Setup
Add Lexipedia as an MCP server in any client that supports HTTP MCP transports.
{
"mcpServers": {
"lexipedia": {
"url": "https://lexipedia.io/mcp"
}
}
}