CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Legal Ge

infolegalge/legal.ge-mcp
STDIOregistry active
Summary

Wraps the public legal.ge Ask API to match natural-language queries against verified legal specialists in the country of Georgia. Exposes two tools: find_legal_specialists returns ranked lawyers with profile URLs and practice areas, while classify_legal_intent gives you just the matched categories. Works in Georgian, English, and Russian, handles colloquial phrasing and legal jargon, and only returns verified profiles (many registered with the Georgian Bar Association). Read-only, no API key required, rate-limited by IP. Useful when you're building workflows that need to connect people to vetted legal help in Georgia or when you want to classify legal intent before routing to a human specialist.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

LEGALGE_BASE_URL

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

Registryactive
Package@legalge/mcp
TransportSTDIO
UpdatedMay 21, 2026
View on GitHub