2025년 세법 개정안 MCP 서버
이 프로젝트는 2025년 세법 개정안 PDF 문서를 기반으로 한 MCP(Model Context Protocol) 서버입니다. Vector DB와 LangChain을 활용하여 문서 내용을 검색하고 관련 정보를 제공합니다.
기능
- PDF 문서 파싱 및 청크 분할
- ChromaDB를 이용한 벡터 저장 및 검색
- MCP 프로토콜을 통한 문서 검색 API
- 자연어 쿼리를 통한 세법 정보 검색
설치 및 실행
1. 의존성 설치
2. ChromaDB 실행
3. 문서 인덱싱
4. MCP 서버 실행
MCP 서버 설정
Clode 클라이언트 설정
Clode에서 MCP 서버를 추가하려면:
- Clode 설정에서 MCP 서버 추가
- 서버 경로:
python /path/to/mcp_server.py
- 서버 이름:
tax-document-mcp
Cursor IDE 설정
Cursor에서 MCP 서버를 추가하려면:
- Cursor 설정 파일에 MCP 서버 추가
- 서버 경로:
python /path/to/mcp_server.py
- 서버 이름:
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)
This server cannot be installed
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.
Related MCP Servers
- -securityFlicense-qualityEnables 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 -
- AsecurityAlicenseAqualityEnables querying documents through a Langflow backend using natural language questions, providing an interface to interact with Langflow document Q\&A flows.Last updated -114MIT License
- -securityAlicense-qualityEnables 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 -6MIT License
- -securityAlicense-qualityProvides Retrieval-Augmented Generation capabilities by parsing documents (PDF, Markdown) and storing them in ChromaDB for semantic search and context retrieval.Last updated -12MIT License