us-legal-mcp
by JamesANZ
Overview
The US Legal MCP server provides comprehensive US legal data, including Congress bills, Federal Register documents, and court opinions, for integration into AI workflows.
Installation
npx -y us-legal-mcpEnvironment Variables
- CONGRESS_API_KEY
- COURT_LISTENER_API_KEY
Security Notes
A hardcoded CourtListener API key (`258021eb4dd1901f1acfdb3f521fb8a7837a9097`) is present in `scripts/postinstall.js`. This key is automatically written to the `claude_desktop_config.json` during installation, potentially exposing a shared key to all users. This poses a significant risk for abuse, rate-limiting, or revocation of the key, impacting the reliability and ethical use of the tool. API keys should always be managed securely through environment variables and never hardcoded.
Similar Servers
mcp-omnisearch
A Model Context Protocol (MCP) server providing unified access to multiple search providers and AI tools for comprehensive search, AI responses, content processing, and enhancement features.
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
us-census-bureau-data-api-mcp
This MCP server provides a standardized client-server interface to query and interact with various U.S. Census Bureau data APIs, allowing AI assistants to access demographic and geographic information.
webscraping-ai-mcp-server
Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.