From Legal Pathways Engineering
Legal research — CourtListener (3,352 US courts), Congress.gov (legislation), Federal Register (regulations), eCFR (CFR full text), EUR-Lex (EU law), Taiwan Judicial Yuan, EU Compliance (GDPR/AI Act/DSA), OECD Tax Treaties, SEC EDGAR, Singapore eLitigation. Used for researching licensing regulations, immigration law, aviation regulations, and cross-border compliance.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"Westlaw Classic": {
"command": "python",
"args": [
"-m",
"westlaw_mcp"
],
"env": {
"OECD_API_KEY": "${user_config.OECD_API_KEY}",
"SEC_EDGAR_EMAIL": "${user_config.SEC_EDGAR_EMAIL}",
"CONGRESS_API_KEY": "${user_config.CONGRESS_API_KEY}",
"COURTLISTENER_API_KEY": "${user_config.COURTLISTENER_API_KEY}",
"SINGAPORE_ELIT_API_KEY": "${user_config.SINGAPORE_ELIT_API_KEY}"
}
}
}
}Replace placeholder values for: COURTLISTENER_API_KEY, CONGRESS_API_KEY, OECD_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
python${CLAUDE_PLUGIN_ROOT}/../westlaw-mcpCommand-line arguments passed to the server process
Environment variables set when the server starts
OECD_API_KEY=${user_config.OECD_API_KEY}SEC_EDGAR_EMAIL=${user_config.SEC_EDGAR_EMAIL}CONGRESS_API_KEY=${user_config.CONGRESS_API_KEY}COURTLISTENER_API_KEY=${user_config.COURTLISTENER_API_KEY}SINGAPORE_ELIT_API_KEY=${user_config.SINGAPORE_ELIT_API_KEY}Sensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
npx claudepluginhub zereo0317/legal-engineering-system --plugin legal-pathways