Skip to main content
Glama

2025 Tax Law Amendment MCP Server

by CheolMinBae

2025년 세법 개정안 MCP 서버

이 프로젝트는 2025년 세법 개정안 PDF 문서를 기반으로 한 MCP(Model Context Protocol) 서버입니다. Vector DB와 LangChain을 활용하여 문서 내용을 검색하고 관련 정보를 제공합니다.

기능

  • PDF 문서 파싱 및 청크 분할
  • ChromaDB를 이용한 벡터 저장 및 검색
  • MCP 프로토콜을 통한 문서 검색 API
  • 자연어 쿼리를 통한 세법 정보 검색

설치 및 실행

1. 의존성 설치

pip install -r requirements.txt

2. ChromaDB 실행

docker-compose up -d

3. 문서 인덱싱

python index_document.py

4. MCP 서버 실행

python mcp_server.py

MCP 서버 설정

Clode 클라이언트 설정

Clode에서 MCP 서버를 추가하려면:

  1. Clode 설정에서 MCP 서버 추가
  2. 서버 경로: python /path/to/mcp_server.py
  3. 서버 이름: tax-document-mcp

Cursor IDE 설정

Cursor에서 MCP 서버를 추가하려면:

  1. Cursor 설정 파일에 MCP 서버 추가
  2. 서버 경로: python /path/to/mcp_server.py
  3. 서버 이름: tax-document-mcp

API 사용법

MCP 서버는 다음 기능을 제공합니다:

  • search_document: 문서 내용 검색
  • get_document_info: 문서 정보 조회
  • list_collections: 저장된 컬렉션 목록 조회

환경 변수

  • CHROMA_HOST: ChromaDB 호스트 (기본값: localhost)
  • CHROMA_PORT: ChromaDB 포트 (기본값: 8000)
  • PDF_PATH: PDF 파일 경로 (기본값: 2025_tax.pdf)
-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Enables users to search and query information from the 2025 Korean tax law amendment PDF documents using natural language. Provides document indexing and retrieval capabilities through ChromaDB vector storage and LangChain integration.

  1. 기능
    1. 설치 및 실행
      1. 1. 의존성 설치
      2. 2. ChromaDB 실행
      3. 3. 문서 인덱싱
      4. 4. MCP 서버 실행
    2. MCP 서버 설정
      1. Clode 클라이언트 설정
      2. Cursor IDE 설정
    3. API 사용법
      1. 환경 변수

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          Enables LLMs to perform semantic search and document management using ChromaDB, supporting natural language queries with intuitive similarity metrics for retrieval augmented generation applications.
          Last updated -
          • Apple
        • A
          security
          A
          license
          A
          quality
          Enables querying documents through a Langflow backend using natural language questions, providing an interface to interact with Langflow document Q\&A flows.
          Last updated -
          1
          14
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          Enables AI assistants to access South Korean tourism information via the official Korea Tourism Organization API, providing comprehensive search for attractions, events, food, and accommodations with multilingual support.
          Last updated -
          6
          MIT License
          • Apple
          • Linux
        • -
          security
          A
          license
          -
          quality
          Provides Retrieval-Augmented Generation capabilities by parsing documents (PDF, Markdown) and storing them in ChromaDB for semantic search and context retrieval.
          Last updated -
          12
          MIT License

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/CheolMinBae/mcp-server-sample'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server