taxax-legal-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TAXAX_LAW_GO_OC | No | 법제처 Open API OC 인증키. 법제처 upstream 사용 시 필요하며 없으면 외부 법령 조회만 비활성화. | |
| TAXAX_LEGAL_DATA_DIR | No | 데이터 폴더 경로. 기본값: Windows %LOCALAPPDATA%\TAXax\legal, macOS ~/Library/Application Support/TAXax/legal, Linux ${XDG_DATA_HOME:-~/.local/share}/taxax/legal | |
| TAXAX_MCP_AUTH_ISSUER | No | Hosted HTTP 모드에서 JWT issuer. | |
| TAXAX_MCP_ALLOWED_HOSTS | No | Hosted HTTP 모드에서 허용된 Host header 값. | |
| TAXAX_MCP_AUTH_AUDIENCE | No | Hosted HTTP 모드에서 JWT audience. | |
| TAXAX_MCP_AUTH_JWKS_URL | No | Hosted HTTP 모드에서 JWKS URL. | |
| TAXAX_MCP_AUTH_RESOURCE | No | Hosted HTTP 모드에서 JWT resource. | |
| TAXAX_MCP_ALLOWED_ORIGINS | No | Hosted HTTP 모드에서 허용된 Origin 값. | |
| TAXAX_MCP_ALLOW_LOCAL_HTTP | No | 인증 없는 HTTP를 루프백 바인드에서 허용하려면 '1'로 설정. | |
| TAXAX_PRIVATE_KNOWLEDGE_DIR | No | 사설 읽기 전용 K-AR 지식 디렉터리 경로. 설정 시 search_knowledge 도구가 해당 디렉터리를 검색합니다. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_knowledgeA | 기존 K-AR 지식을 읽기 전용으로 검색하며 승인 상태는 변경하지 않는다. |
| search_legal_sourcesC | 로컬 법률 색인을 검색하거나 명시적으로 공식 법제처 API를 조회한다. |
| get_legal_documentC | 저장된 문서 또는 공식 상세 원문을 절 단위 cursor로 조회한다. |
| get_applicable_lawA | 시행일 기준 법령 후보와 부칙 확인 상태를 반환하며 거래 적용을 확정하지 않는다. |
| verify_legal_citationsC | 문서·메타데이터·위치·인용문 일치를 분리해 확인한다. |
| research_tax_issueB | 결정론적 조사 계획으로 공식 근거를 수집·검증하며 세무 결론은 자동 확정하지 않는다. |
| get_research_reportA | 현재 인증 주체·조직 범위의 조사 보고서와 근거를 cursor 페이지로 조회한다. |
| get_source_statusA | 공식 출처와 로컬 저장소의 구현·활성화·검증 상태를 반환한다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool targets a distinct resource and action, but search_knowledge and search_legal_sources are both read-oriented search tools that could be confused. The descriptions clarify the difference between internal knowledge and official legal indexes/APIs, so the ambiguity is minor.
All tool names follow a consistent verb_noun snake_case pattern using search, get, verify, and research. There are no mixed casing conventions or vague verbs, making the set highly predictable.
Eight tools is well within the ideal range for a legal/tax research server. Each tool addresses a distinct retrieval, verification, status, or reporting need without unnecessary redundancy.
The tool surface covers the main research workflow: searching legal sources, retrieving documents, verifying citations, running tax research, and accessing reports. There are minor gaps such as no direct retrieval of individual knowledge entries or export/save operations, but these are workable for the apparent read-only research purpose.