npm @legalge/mcpstdioMITupdated 1mo ago
Find verified legal specialists in Georgia from inside Claude Desktop, Cursor, or any Model Context Protocol client.
What can you do with legal ge?
legal.ge MCP server
Find verified legal specialists in Georgia from inside Claude Desktop, Cursor, or any Model Context Protocol client.
This server wraps the public legal.ge Ask API as MCP tools. Ask in natural language; get matched practice areas plus ranked verified specialists with their profile URLs.
What it does
Exposes two tools:
find_legal_specialistsโ describe a legal situation in natural language; get matched practice areas, specific services, and a ranked list of verified specialists, each with a profile URL on legal.ge.classify_legal_intentโ same matcher without the specialist lookup. Returns just the matched categories, useful when you want to identify the legal domain before deciding next steps.
Both tools support Georgian (ka), English (en), and Russian (ru). The matcher handles colloquial phrasings, legal jargon, and cross-script abbreviations (AML, KYC, MLC, ICC, etc.).
Trust contract
- Verified profiles only. Every specialist returned is
verification_status='verified'on legal.ge. Many are registered with the Georgian Bar Association โ checkprofessional_orgson each result. - Contact info is opt-in.
contact.emailandcontact.phoneare populated only when the specialist has chosen to publish them. Otherwise null โ the user signs in on legal.ge to send a message. - Read-only. This server cannot create inquiries, bookings, or any other side effects. It only queries.
- No keys required. The legal.ge Ask API is public; rate-limited per IP.
Installation
Claude Desktop
Edit your claude_desktop_config.json:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add the legal.ge entry under mcpServers:
{
"mcpServers": {
"legal-ge": {
"command": "npx",
"args": ["-y", "@legalge/mcp"]
}
}
}
Restart Claude Desktop. The tools will appear in any conversation, callable when you ask about Georgian legal questions.
Cursor
Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per-project):
{
"mcpServers": {
"legal-ge": {
"command": "npx",
"args": ["-y", "@legalge/mcp"]
}
}
}
Other MCP-compatible clients
Any client that supports stdio-transport MCP servers can use this. Configuration shape:
- Command:
npx - Args:
["-y", "@legalge/mcp"] - Transport: stdio
- Optional env:
LEGALGE_BASE_URL(defaults tohttps://legal.ge)
Example conversations
After installing, try asking Claude (or any MCP-aware agent):
"Find me a Georgian lawyer who handles eviction defense for tenants in Tbilisi."
"I was just laid off in Georgia without notice. Who can help me?"
"แแแ แจแแแแซแแแ แแฅแแแแแก แแแแแก แแแกแงแแแแแแก แฎแแแจแแแ แฃแแแแแก แจแแกแแแแแแแ?"
The agent will call find_legal_specialists with the appropriate locale and surface verified specialists by name + profile URL + practice area.
Development
# install dependencies
npm install
# run locally against legal.ge
npm run dev
# point at staging
LEGALGE_BASE_URL=https://staging.legal.ge npm run dev
# build
npm run build
Configuration
| Env var | Default | Purpose |
|---|---|---|
LEGALGE_BASE_URL |
https://legal.ge |
Override the API endpoint (e.g. for local testing) |
API reference
The underlying HTTP API is documented at https://legal.ge/api/openapi.json. This MCP server is a thin wrapper โ you can also call the API directly without MCP if you prefer.
License
MIT โ see LICENSE.
About legal.ge
legal.ge is the verified directory of legal specialists in Georgia (the country). Trilingual platform (Georgian, English, Russian). Browse practice areas, find lawyers and law firms, request consultations.
See legal.ge/llms.txt for the AI-agent contract.
Install
Add legal ge to your client. Pick the one you use.
claude mcp add mcp -- npx -y @legalge/mcpcodex mcp add mcp -- npx -y @legalge/mcpamp mcp add mcp -- npx -y @legalge/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@legalge/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@legalge/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp","command":"npx","args":["-y","@legalge/mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@legalge/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@legalge/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@legalge/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@legalge/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@legalge/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @legalge/mcpRun `goose configure`, choose **Add Extension โ Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 23 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 0.1.1Latest | May 21, 2026 |