Server data from the Official MCP Registry
한국 사업자 검증 액션 MCP 서버 — 진위확인·휴폐업·과세유형·세금계산서 발행 가능 여부 (국세청 공공데이터 기반)
한국 사업자 검증 액션 MCP 서버 — 진위확인·휴폐업·과세유형·세금계산서 발행 가능 여부 (국세청 공공데이터 기반)
A well-structured MCP server for Korean business verification with strong security practices. The server properly handles authentication via environment variables, implements careful PII handling for representative names (immediate discarding, no caching), and demonstrates good error handling with retry logic. Minor code quality observations around broad exception handling and logging do not materially impact security. Permissions align well with the stated purpose of querying a public Korean tax authority API. Supply chain analysis found 3 known vulnerabilities in dependencies (2 critical, 0 high severity). Package verification found 1 issue.
7 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: YOUR_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-wujinkim-korea-business-verify": {
"env": {
"YOUR_API_KEY": "your-your-api-key-here"
},
"args": [
"-y",
"korea-business-verify"
],
"command": "npx"
}
}
}From the project's GitHub README.
한국 사업자 검증 MCP 서버 — 진위확인·휴폐업·과세유형·세금계산서 발행 가능 여부를 AI 에이전트에게 도구로 제공합니다. 국세청 공공데이터포털 API 기반.
⚠️ 면책: 국세청 공공데이터 기준의 참고 결과이며 세무 자문이 아닙니다. 법적 효력이 있는 증명은 홈택스 발급 문서를 참조하세요.
| 도구 | 설명 |
|---|---|
verify_business | 사업자등록정보 진위확인 (사업자번호·대표자명·개업일자 일치 여부) |
check_business_status | 휴폐업 상태·과세유형·폐업일자 (호출 빈도 최다) |
batch_check_status | 최대 100건 일괄 상태조회 (경비처리·정산 자동화) |
check_invoice_eligibility | 세금계산서 발행 가능 여부 판정 + 근거 (면세/폐업 등) |
explain_kr_tax_type | 과세유형(일반/간이/면세/비과세) 실무 의미 해설 |
npx -y korea-business-verify # 서비스키 없으면 자동 DEMO 모드 (가상 사업자번호로 5종 도구 체험)
소스 빌드(개발자용):
npm install && npm run build && DEMO_MODE=1 node dist/index.js
DEMO 가상 사업자번호 (체크섬은 유효하나 실제 존재하지 않는 번호):
| 번호 | 상태 | 과세유형 |
|---|---|---|
1111111119 | 계속사업자 | 일반과세자 → 세금계산서 가능 |
2222222227 | 계속사업자 | 면세사업자 → 계산서 대상 |
3333333336 | 폐업자 | → 발행 불가 |
.env 파일:
NTS_SERVICE_KEY=발급받은_서비스키
node dist/index.js (키가 있으면 자동으로 라이브 모드)claude_desktop_config.json (npx 권장):
{
"mcpServers": {
"korea-business-verify": {
"command": "npx",
"args": ["-y", "korea-business-verify"],
"env": { "NTS_SERVICE_KEY": "발급받은_키" }
}
}
}
{
"mcpServers": {
"korea-business-verify": {
"command": "node",
"args": ["/절대경로/korea-business-verify/dist/index.js"],
"env": { "NTS_SERVICE_KEY": "발급받은_키" }
}
}
}
.env에만 존재합니다. 본 서버는 이를 저장하거나 로그에 남기지 않으며, 국세청 API 인증을 위해서만 사용합니다.basis(근거) 필드 동봉.npm run build # tsc
npm test # vitest (커버리지 96%)
npm run lint # eslint
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.