MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Legal MCP Server

by Infolegalge
Developer ToolsModerate6.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Find verified legal specialists in Georgia from natural-language queries. Trilingual (ka/en/ru).

About

Find verified legal specialists in Georgia from natural-language queries. Trilingual (ka/en/ru).

Security Report

6.7
Moderate6.7Moderate Risk

This is a well-built MCP server with clean architecture, proper error handling, and appropriate security practices. The server acts as a read-only wrapper around a public legal.ge API with no authentication requirements (as designed). Input validation is present, timeout protections are implemented, and sensitive operations are appropriately scoped. No malicious patterns, credential leaks, or dangerous vulnerabilities detected. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

4 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Override the legal.ge API base URL (e.g. for staging). Defaults to https://legal.ge.Optional

Environment variable: LEGALGE_BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-infolegalge-legal-ge": {
      "env": {
        "LEGALGE_BASE_URL": "your-legalge-base-url-here"
      },
      "args": [
        "-y",
        "@legalge/mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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 — check professional_orgs on each result.
  • 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.
  • 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 to https://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 varDefaultPurpose
LEGALGE_BASE_URLhttps://legal.geOverride 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.

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source Codenpm Package

Details

Published May 21, 2026
Version 0.1.1
0 installs
Local Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
4
Installs
5.3
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
520
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
73
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

156.1K
Stars
37
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
22
Installs
10.0
Security
No ratings yet
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
19
Installs
10.0
Security
5.0
Local