{
  "markdown": "# legal.ge MCP server\n\nFind verified legal specialists in Georgia from inside Claude Desktop, Cursor, or any [Model Context Protocol](https://modelcontextprotocol.io/) client.\n\nThis server wraps the public [legal.ge Ask API](https://legal.ge/api/openapi.json) as MCP tools. Ask in natural language; get matched practice areas plus ranked verified specialists with their profile URLs.\n\n## What it does\n\nExposes two tools:\n\n- **`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.\n- **`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.\n\nBoth 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.).\n\n## Trust contract\n\n- **Verified profiles only.** Every specialist returned is `verification_status='verified'` on legal.ge. Many are registered with the Georgian Bar Association — check `professional_orgs` on each result.\n- **Contact info is opt-in.** `contact.email` and `contact.phone` are populated only when the specialist has chosen to publish them. Otherwise null — the user signs in on legal.ge to send a message.\n- **Read-only.** This server cannot create inquiries, bookings, or any other side effects. It only queries.\n- **No keys required.** The legal.ge Ask API is public; rate-limited per IP.\n\n## Installation\n\n### Claude Desktop\n\nEdit your `claude_desktop_config.json`:\n\n- macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\n- Windows: `%APPDATA%\\Claude\\claude_desktop_config.json`\n\nAdd the legal.ge entry under `mcpServers`:\n\n```json\n{\n  \"mcpServers\": {\n    \"legal-ge\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@legalge/mcp\"]\n    }\n  }\n}\n```\n\nRestart Claude Desktop. The tools will appear in any conversation, callable when you ask about Georgian legal questions.\n\n### Cursor\n\nAdd to `~/.cursor/mcp.json` (global) or `.cursor/mcp.json` (per-project):\n\n```json\n{\n  \"mcpServers\": {\n    \"legal-ge\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@legalge/mcp\"]\n    }\n  }\n}\n```\n\n### Other MCP-compatible clients\n\nAny client that supports stdio-transport MCP servers can use this. Configuration shape:\n\n- Command: `npx`\n- Args: `[\"-y\", \"@legalge/mcp\"]`\n- Transport: stdio\n- Optional env: `LEGALGE_BASE_URL` (defaults to `https://legal.ge`)\n\n## Example conversations\n\nAfter installing, try asking Claude (or any MCP-aware agent):\n\n> \"Find me a Georgian lawyer who handles eviction defense for tenants in Tbilisi.\"\n\n> \"I was just laid off in Georgia without notice. Who can help me?\"\n\n> \"ვინ შემიძლია მქონდეს ბინის ნასყიდობის ხელშეკრულების შესადგენად?\"\n\nThe agent will call `find_legal_specialists` with the appropriate locale and surface verified specialists by name + profile URL + practice area.\n\n## Development\n\n```bash\n# install dependencies\nnpm install\n\n# run locally against legal.ge\nnpm run dev\n\n# point at staging\nLEGALGE_BASE_URL=https://staging.legal.ge npm run dev\n\n# build\nnpm run build\n```\n\n## Configuration\n\n| Env var | Default | Purpose |\n|---|---|---|\n| `LEGALGE_BASE_URL` | `https://legal.ge` | Override the API endpoint (e.g. for local testing) |\n\n## API reference\n\nThe 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.\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n\n## About legal.ge\n\n[legal.ge](https://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.\n\nSee [legal.ge/llms.txt](https://legal.ge/llms.txt) for the AI-agent contract.\n",
  "bytes": 3976,
  "sha": "1568f0c8fe41e8ff9fc4798b1f553273c4692da87d49181af9cc91e628545426",
  "repo_slug": "infolegalge/legal.ge-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_infolegalge_legal_ge_04fd42bc/readme"
}