legal.ge MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LEGALGE_BASE_URL | No | Override the API endpoint (e.g. for local testing) | https://legal.ge |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_legal_specialistsA | Find verified legal specialists in Georgia (the country, not the US state) from a natural-language description of a legal situation or need. Returns matched practice areas (and specific services where applicable) plus a ranked list of verified specialists, each with a canonical profile URL on legal.ge. Use this tool when a user needs to find a lawyer or legal expert for a specific issue in Georgia — eviction, divorce, corporate law, criminal defense, immigration, tax, etc. Supports Georgian (ka), English (en), and Russian (ru). Pass the user's language as |
| classify_legal_intentA | Classify a free-text legal question into matched practice areas (categories and specific services) without returning specialists. Lighter weight than find_legal_specialists. Use this when you want to understand the legal domain of a query before deciding next steps, or when you only need the practice area, not specialist recommendations. Returns matched categories with parent chains so you can cite either the specific service or the broader practice area. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have distinct primary purposes: one returns specialist recommendations, the other only classifies legal intent. However, both return matched practice areas, which could cause some confusion if an agent only needs classification and sees the specialist tool as a heavier version.
Both tools follow a consistent verb_noun pattern: 'find_legal_specialists' and 'classify_legal_intent'. The naming is clear, predictive, and uses the same structural style.
With only two tools, the server feels minimal. While the scope is narrow (legal specialist matching and intent classification), two tools are on the border of being too thin for a general-purpose legal assistant.
The server covers the two core operations described in its purpose: classifying legal intent and finding specialists. A minor gap is the lack of a tool to fetch detailed specialist profiles, but the returned URLs serve as a workaround for the user to access full information.