Avocade MCP Setup Guide
Model Context Protocol

Avocade MCP Setup Guide

The Avocade MCP server lets compatible AI clients search Turkish legislation and case law. The connection requires a personal API key generated inside the Avukatım app.

Open the MCP API Keys screen Return to the Avocade homepage

How to connect

  1. Generate an API key

    In the Avukatım app, open Settings → MCP API Keys, select Create New Key, and copy the key to a secure location.

  2. Open your client configuration

    Open the server settings in Claude Desktop, Antigravity, or your preferred MCP-compatible client.

  3. Insert your key

    In the example below, replace <YOUR_API_KEY> with the key generated by the app.

  4. Reconnect the client

    Save the configuration, restart the client, and confirm that the Avocade tools are listed.

SSE client configuration

Avocade connects through a remote SSE MCP server. If your client expects Bearer authentication instead of custom headers, it can send the same key as Authorization: Bearer <YOUR_API_KEY>.

SSE: https://hukuk.damdafa.com/mcp/sse
API key header: X-API-Key

{
  "mcpServers": {
    "avukat": {
      "serverUrl": "https://hukuk.damdafa.com/mcp/sse",
      "headers": {
        "X-API-Key": "<YOUR_API_KEY>"
      }
    }
  }
}

Available MCP tools