by CheolMinBae
Search 2025 Korean tax law amendment PDFs with natural language — fast tax document NLP search using ChromaDB, LangChain
Searches and queries 2025 Korean tax law amendment PDF documents using natural language. Uses vector search to find relevant tax law information from indexed documents.
2025 Tax Law Amendment MCP Server is a community-built MCP server published by CheolMinBae that provides AI assistants with tools and capabilities via the Model Context Protocol. Search 2025 Korean tax law amendment PDFs with natural language — fast tax document NLP search using ChromaDB, LangChain It is categorized under ai ml, developer tools.
You can install 2025 Tax Law Amendment MCP Server in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
MIT
2025 Tax Law Amendment MCP Server is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
Add new capabilities to Claude beyond text generation
Example
Access external data sources, execute code, interact with tools and services
Transform Claude from chatbot to action-taking agent
Provide Claude with access to relevant context and data
Example
Load project documentation, access knowledge bases, query databases
Get more accurate, context-aware responses
Automate multi-step workflows combining AI and external tools
Example
Research → Summarize → Create document → Send notification
Complete complex tasks end-to-end without manual steps
Share your MCP server with the developer community
2025 Tax Law Amendment MCP Server has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
2025 Tax Law Amendment MCP Server is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.
I recommend 2025 Tax Law Amendment MCP Server for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
2025 Tax Law Amendment MCP Server is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.
According to our notes, 2025 Tax Law Amendment MCP Server benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
I recommend 2025 Tax Law Amendment MCP Server for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
According to our notes, 2025 Tax Law Amendment MCP Server benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
2025 Tax Law Amendment MCP Server has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
I recommend 2025 Tax Law Amendment MCP Server for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
2025 Tax Law Amendment MCP Server reduced integration guesswork — categories and install configs on the listing matched the upstream repo.
showing 1-10 of 29
30:I[90868,["/_next/static/chunks/d44f68451bf37cfc.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas","/_next/static/chunks/e26c33a208e315a0.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas","/_next/static/chunks/1e9f768250e0891c.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas","/_next/static/chunks/ecf22e2feb732905.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas","/_next/static/chunks/46517225d33addaa.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas","/_next/static/chunks/3482c57daa71cdad.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas","/_next/static/chunks/6fcfb1f77802eb88.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas","/_next/static/chunks/9cfbe1b4eb37db26.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas","/_next/static/chunks/0ee62f965f2f4ae4.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas"],"ReadmeRenderer"] 32:I[27201,["/_next/static/chunks/ff1a16fafef87110.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas","/_next/static/chunks/0bd6498bda341889.js?dpl=dpl_G7ww8GtvjDhuo4TTzpNHPaBEkhas"],"IconMark"] 31:T610,# 2025년 세법 개정안 MCP 서버
이 프로젝트는 2025년 세법 개정안 PDF 문서를 기반으로 한 MCP(Model Context Protocol) 서버입니다. Vector DB와 LangChain을 활용하여 문서 내용을 검색하고 관련 정보를 제공합니다.
pip install -r requirements.txt
docker-compose up -d
python index_document.py
python mcp_server.py
Clode에서 MCP 서버를 추가하려면:
python /path/to/mcp_server.pytax-document-mcpCursor에서 MCP 서버를 추가하려면:
python /path/to/mcp_server.pytax-document-mcpMCP 서버는 다음 기능을 제공합니다:
search_document: 문서 내용 검색get_document_info: 문서 정보 조회list_collections: 저장된 컬렉션 목록 조회CHROMA_HOST: ChromaDB 호스트 (기본값: localhost)CHROMA_PORT: ChromaDB 포트 (기본값: 8000)PDF_PATH: PDF 파일 경로 (기본값: 2025_tax.pdf)
2f:["$","$L30",null,{"content":"$31","githubUrl":"https://github.com/CheolMinBae/mcp-server-sample"}]
1f:nullPrerequisites
Time Estimate
15-60 minutes depending on server complexity
Steps
Troubleshooting
✓ Do
✗ Don't
💡 Pro Tips
Architecture
Model Context Protocol standardizes how AI hosts (Claude, Cursor) communicate with external tools and data sources through server implementations.
Protocols
Compatibility
✓ Use when
Use when you need Claude to access external data, execute actions, or integrate with tools. Best for extending AI capabilities beyond conversation.
✗ Avoid when
Avoid when native integrations exist (use official APIs directly), for real-time critical systems, or when security/compliance requires zero external dependencies.