2025 Tax Law Amendment MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@2025 Tax Law Amendment MCP Serverwhat are the new deductions for small businesses in 2025?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
2025년 세법 개정안 MCP 서버
이 프로젝트는 2025년 세법 개정안 PDF 문서를 기반으로 한 MCP(Model Context Protocol) 서버입니다. Vector DB와 LangChain을 활용하여 문서 내용을 검색하고 관련 정보를 제공합니다.
기능
PDF 문서 파싱 및 청크 분할
ChromaDB를 이용한 벡터 저장 및 검색
MCP 프로토콜을 통한 문서 검색 API
자연어 쿼리를 통한 세법 정보 검색
Related MCP server: Bible MCP
설치 및 실행
1. 의존성 설치
pip install -r requirements.txt2. ChromaDB 실행
docker-compose up -d3. 문서 인덱싱
python index_document.py4. MCP 서버 실행
python mcp_server.pyMCP 서버 설정
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 deployed
Maintenance
Related MCP Connectors
Full-text search over K-IFRS/K-GAAP standards and KASB accounting Q&A for Korean accountants
Ingest, manage, and retrieve documents for RAG-powered AI applications
Powerful OpenDART API-based Korean corporate disclosure tools for accounting professionals
Full-text search over FSS/FSC accounting supervision documents for Korean accounting professionals
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables intelligent search and question-answering over PDF documents using semantic similarity and keyword search. Supports OCR for scanned PDFs, persistent vector storage with ChromaDB, and maintains source tracking with page numbers.6MIT
- FlicenseNot gradedqualityDmaintenanceEnables local-first semantic search and retrieval of Korean Bible verses using FAISS embeddings and full-text indexes. Supports exploration of biblical entities including people, places, and events with Korean-to-English query handling.-
- AlicenseNot gradedqualityAmaintenanceAccess Korea's national tax law information system to search rulings, precedents, statutes, and more using natural language queries via Claude.3MIT
- FlicenseAqualityBmaintenanceEnables searching and retrieving Korean government documents (press releases, policies, laws, statistics, etc.) from about 50 central administrative agencies through natural language interactions with AI assistants like Claude and ChatGPT.112-