us-legal-mcp
🇺🇸 미국 법률 MCP 서버
AI 워크플로우에서 포괄적인 미국 법률 데이터를 활용하세요. 의회 법안, 연방 관보 문서, 법원 판결문 및 위원회 정보를 검색할 수 있습니다. API 키가 필요하지 않습니다(향상된 액세스를 위해 선택적으로 사용 가능).
MCP (Model Context Protocol) 서버를 통해 Cursor 및 Claude Desktop과 같은 AI 코딩 환경에서 공신력 있는 미국 법률 정보를 가져올 수 있습니다.
미국 법률 MCP를 사용하는 이유
🆓 API 키 불필요 – 즉시 사용 가능 (향상된 액세스를 위해 키 선택 가능)
📜 포괄적인 소스 – 의회, 연방 관보, CourtListener
⚡ 쉬운 설정 – Cursor에서 클릭 한 번으로 설치하거나 간단하게 수동 설정 가능
🔍 다중 소스 검색 – 모든 법률 소스를 동시에 검색
📊 실시간 데이터 – 최신 법안, 규정 및 법원 판결문
Related MCP server: Vaquill-AI/vaquill-mcp
빠른 시작
미국 법률 데이터를 탐색할 준비가 되셨나요? 몇 초 만에 설치하세요:
Cursor에 설치 (권장):
또는 수동으로 설치:
npm install -g us-legal-mcp
# Or from source:
git clone https://github.com/JamesANZ/legal-mcp.git
cd legal-mcp && npm install && npm run build기능
📜 Congress.gov
search-congress-bills– 법안 및 결의안 검색get-recent-bills– 최근 발의된 법안 가져오기get-congress-committees– 의회 위원회 목록 확인
📋 연방 관보 (Federal Register)
search-federal-register– 규정 및 행정 명령 검색get-recent-regulations– 최근 게시된 문서 가져오기
⚖️ CourtListener
search-court-opinions– 법원 판결문 검색 (연방 및 주)get-recent-court-opinions– 최근 법원 판결 가져오기
🔍 다중 소스
search-all-legal– 모든 소스에 걸친 포괄적 검색search_digital_asset_regulation– 암호화폐/스테이블코인 주제에 한정된 통합 검색 (의회 + 연방 관보 + 모든 규제 기관 피드)
🪙 디지털 자산 및 암호화폐 법안
get_genius_act_info– GENIUS 법안(S.1582, 제119대 의회, Pub. L. 119-27)에 대한 큐레이션된 참조 — 미국 결제 스테이블코인 프레임워크get_clarity_act_info– 디지털 자산 시장 CLARITY 법안(H.R.3633, 제119대 의회)에 대한 큐레이션된 참조 — SEC/CFTC 디지털 자산 관할권get_curated_act– 슬러그(genius-act,clarity-act)를 통해 큐레이션된 법안 가져오기get_bill_details– 모든 법안에 대한 실시간 Congress.gov 메타데이터 (예:s1582-119또는hr3633-119와 같은billId사용)get_bill_actions– 법안의 전체 연대순 진행 이력get_bill_text– PDF/HTML/XML 링크를 포함한 모든 법안 텍스트 버전 (발의안, 가결안, 등록안 등)get_public_law_text– GovInfo 공법 패키지 + 요약된 전문 (예: GENIUS 법안의 경우119-27)
🏛️ 규제 기관 뉴스 피드
get_recent_regulator_news– OCC, SEC, CFTC, 연방준비제도, 재무부 또는 FinCEN의 최근 보도 자료search_regulator_news– 모든 규제 기관 보도 자료 피드에 대한 키워드 검색
설치
Cursor (원클릭)
위의 설치 링크를 클릭하거나 다음을 사용하세요:
cursor://anysphere.cursor-deeplink/mcp/install?name=legal-mcp&config=eyJsZWdhbC1tY3AiOnsiY29tbWFuZCI6Im5weCIsImFyZ3MiOlsiLXkiLCJ1cy1sZWdhbC1tY3AiXX19수동 설치
요구 사항: Node.js 18+ 및 npm
# Clone and build
git clone https://github.com/JamesANZ/legal-mcp.git
cd legal-mcp
npm install
npm run build
# Run server
npm startClaude Desktop
claude_desktop_config.json에 추가하세요:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"us-legal-mcp": {
"command": "node",
"args": ["/absolute/path/to/legal-mcp/dist/index.js"],
"env": {
"CONGRESS_API_KEY": "",
"COURT_LISTENER_API_KEY": "",
"GOVINFO_API_KEY": ""
}
}
}
}설정 후 Claude Desktop을 재시작하세요.
사용 예시
의회 법안 검색
특정 주제와 관련된 법안 찾기:
{
"tool": "search-congress-bills",
"arguments": {
"query": "immigration",
"congress": 118,
"limit": 10
}
}연방 규정 검색
주제별 규정 찾기:
{
"tool": "search-federal-register",
"arguments": {
"query": "environmental protection",
"limit": 5
}
}포괄적인 법률 검색
모든 소스를 동시에 검색:
{
"tool": "search-all-legal",
"arguments": {
"query": "healthcare",
"limit": 20
}
}법원 판결문 검색
법원 판결 찾기:
{
"tool": "search-court-opinions",
"arguments": {
"query": "immigration asylum",
"court": "scotus",
"limit": 10
}
}데이터 소스
소스 | 설명 | API | 인증 필요 |
Congress.gov | 법안, 결의안, 위원회, 법안 진행 상황, 법안 텍스트 버전 | 선택 | |
Federal Register | 규정, 행정 명령 | 아니요 | |
CourtListener | 법원 판결문, 결정문 | 선택 | |
GovInfo | 공법, 등록된 법안 PDF, XML | 선택 (api.data.gov 키) | |
OCC | 통화감독청(OCC) 보도 자료 | 아니요 | |
SEC | 증권거래위원회(SEC) 보도 자료 | 아니요 | |
CFTC | 상품선물거래위원회(CFTC) (일반, 집행, 연설) | 아니요 | |
Federal Reserve | 연방준비제도 이사회 보도 자료 | 아니요 | |
Treasury | 미국 재무부 보도 자료 (HTML 목록) | 아니요 | |
FinCEN | 금융범죄단속네트워크(FinCEN) 보도 자료 (HTML 목록) | 아니요 |
API 키 (선택 사항)
Congress.gov API 키
무료 계정 가입
API 키 발급
CONGRESS_API_KEY환경 변수 설정
CourtListener API 키
무료 계정 생성
프로필에서 API 키 발급
COURT_LISTENER_API_KEY환경 변수 설정
GovInfo API 키
https://api.data.gov/signup/ 방문하여 무료 키 요청
GOVINFO_API_KEY환경 변수 설정. 설정하지 않으면 서버는DEMO_KEY(속도 제한 있음)를 사용합니다.
사용 사례
법률 연구원 – 법안, 규정 및 법원 판결문에 대한 빠른 접근
정책 분석가 – 법안 및 규제 변경 사항 추적
변호사 – 판례 및 규정 참조 도구
개발자 – 공신력 있는 법률 데이터를 활용한 앱 구축
기술 세부 정보
빌드 도구: Node.js, TypeScript, MCP SDK
의존성: @modelcontextprotocol/sdk, superagent, zod
플랫폼: macOS, Windows, Linux
기여
⭐ 이 프로젝트가 도움이 되었다면 GitHub에서 별을 눌러주세요! ⭐
기여를 환영합니다! 이슈를 열거나 풀 리퀘스트를 제출해 주세요.
라이선스
MIT 라이선스 – 자세한 내용은 LICENSE 파일을 참조하세요.
지원
이 프로젝트가 유용하다면 후원을 고려해 주세요:
⚡ 라이트닝 네트워크
lnbc1pjhhsqepp5mjgwnvg0z53shm22hfe9us289lnaqkwv8rn2s0rtekg5vvj56xnqdqqcqzzsxqyz5vqsp5gu6vh9hyp94c7t3tkpqrp2r059t4vrw7ps78a4n0a2u52678c7yq9qyyssq7zcferywka50wcy75skjfrdrk930cuyx24rg55cwfuzxs49rc9c53mpz6zug5y2544pt8y9jflnq0ltlha26ed846jh0y7n4gm8jd3qqaautqa₿ 비트코인: bc1ptzvr93pn959xq4et6sqzpfnkk2args22ewv5u2th4ps7hshfaqrshe0xtp
Ξ 이더리움/EVM: 0x42ea529282DDE0AA87B42d9E83316eb23FE62c3f
This server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that provides congressional transcripts
US federal and state cybersecurity/privacy law MCP server with cross-state comparison
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceThis MCP server enables interaction with the Open States API, allowing users to access legislative data from US state governments through natural language commands.-

Vaquill-AI/vaquill-mcpofficial
AlicenseAqualityAmaintenanceMCP server for Vaquill legal research API. Covers US federal + 50-state law (USC, CFR, state legislation, CourtListener case law)257MIT- FlicenseAqualityDmaintenanceMCP server for Legalize.dev, enabling AI to query and understand legal frameworks across countries via a structured legislation API.131-
- AlicenseAqualityAmaintenanceMCP server for the Congress.gov API that tracks US federal legislative process, providing tools to search bills and get bill details.1150 PyPI1Apache 2.0