Legal MCP Server for Claude Provides Access to 4M+ US Court Opinions

Legal MCP Server for Claude AI
A developer has built an MCP (Model Context Protocol) server that provides Claude AI with access to over 4 million real US court opinions, eliminating citation hallucinations in legal queries. The tool is free, open-source under MIT license, and has no paid tiers.
Key Features and Tools
The server includes 18 tools covering:
- Case law search
- Citation tracing
- Bluebook citation parsing
- Clio practice management integration
- PACER federal filings access
Users can ask Claude questions like:
- "Find Supreme Court cases about qualified immunity after 2020"
- "Parse this citation: 347 U.S. 483 (1954)"
- "Who cited Carpenter v. United States?"
The server returns real cases with accurate citations and links.
Installation and Setup
Install via pip:
pip install git+https://github.com/Mahender22/legal-mcp.gitFor Claude Desktop, add to config:
{
"mcpServers": {
"legal-mcp": {
"command": "/path/to/legal-mcp-env/bin/legal-mcp",
"env": {
"LEGAL_MCP_DEMO": "true"
}
}
}
}For Claude Code:
claude mcp add legal-mcp -e LEGAL_MCP_DEMO=true -- /path/to/legal-mcp-env/bin/legal-mcpThe tool was built entirely with Claude Code (Opens) and requires no account or credit card to use.
📖 Read the full source: r/ClaudeAI
👀 See Also

Free macOS Menu Bar App Shows Real-Time Claude Usage Stats via SQLite Cookie Decryption
Claude Usage Tracker is a free macOS menu bar app that reads Claude desktop app encrypted SQLite cookies, decrypts them via Keychain, and displays session %, weekly limit, spend, and routine runs locally — no API key needed.

Mozilla Thunderbolt: Open-Source Enterprise AI Client for Self-Hosted Infrastructure
Mozilla announced Thunderbolt, an open-source AI client under MPL 2.0 license designed for organizations to deploy self-hosted AI infrastructure with model choice, enterprise data integration, and cross-platform native applications.

ProofShot CLI Gives AI Coding Agents Browser Verification Capabilities
ProofShot is an open-source CLI tool that lets AI coding agents verify UI features by recording browser sessions, capturing screenshots, and collecting console errors. It works with any agent that can run shell commands and generates self-contained HTML reports for human review.

Destiny: Claude Code Plugin for Deterministic Fortune Telling Using Classical East Asian Astrology
Destiny is a Claude Code plugin that computes your eight-character birth chart, today's day pillar, and I-Ching hexagram deterministically (Python), then uses Claude to generate prose readings — no LLM-hallucinated horoscopes.