Odel
mcp saos

mcp saos

Local
@matematicsolutions2JavaScriptMITUpdated 1mo ago

MCP server for Polish court judgments via the SAOS API with verifiable citations.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@matematicsolutions/mcp-saosv1.2.0

Run

npx -y @matematicsolutions/mcp-saos

MCP client config

{
  "mcpServers": {
    "mcp-saos": {
      "command": "npx",
      "args": [
        "-y",
        "@matematicsolutions/mcp-saos"
      ]
    }
  }
}