2025 Tax Law Amendment MCP Server

2025 Tax Law Amendment MCP Server

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.

Category
Visit Server

README

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)

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured