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.
How to connect
-
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.
-
Open your client configuration
Open the server settings in Claude Desktop, Antigravity, or your preferred MCP-compatible client.
-
Insert your key
In the example below, replace <YOUR_API_KEY> with the key generated by the app.
-
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
search_turkish_law— Searches Turkish legislation and case law.get_turkish_law_content_by_doc_id— Retrieves the full content chunks of a legal document.get_turkish_law_document_by_id— Retrieves a specific legal document by its identifier.hello_world_avukatim— Tests the MCP connection.