korea-business-verify
Click on "Install 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., "@korea-business-verifyCheck business status for 123-45-67890"
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.
korea-business-verify
한국 사업자 검증 MCP 서버 — 진위확인·휴폐업·과세유형·세금계산서 발행 가능 여부를 AI 에이전트에게 도구로 제공합니다. 국세청 공공데이터포털 API 기반.
⚠️ 면책: 국세청 공공데이터 기준의 참고 결과이며 세무 자문이 아닙니다. 법적 효력이 있는 증명은 홈택스 발급 문서를 참조하세요.
도구 5종
도구 | 설명 |
| 사업자등록정보 진위확인 (사업자번호·대표자명·개업일자 일치 여부) |
| 휴폐업 상태·과세유형·폐업일자 (호출 빈도 최다) |
| 최대 100건 일괄 상태조회 (경비처리·정산 자동화) |
| 세금계산서 발행 가능 여부 판정 + 근거 (면세/폐업 등) |
| 과세유형(일반/간이/면세/비과세) 실무 의미 해설 |
Related MCP server: AgentSkills MCP Server
빠른 시작 — DEMO (서비스키 불필요)
npx -y korea-business-verify # 서비스키 없으면 자동 DEMO 모드 (가상 사업자번호로 5종 도구 체험)소스 빌드(개발자용):
npm install && npm run build && DEMO_MODE=1 node dist/index.js
DEMO 가상 사업자번호 (체크섬은 유효하나 실제 존재하지 않는 번호):
번호 | 상태 | 과세유형 |
| 계속사업자 | 일반과세자 → 세금계산서 가능 |
| 계속사업자 | 면세사업자 → 계산서 대상 |
| 폐업자 | → 발행 불가 |
라이브 모드 (실제 국세청 API)
서비스키 발급: docs/get-api-key.md (진위·상태 두 서비스 각각 신청 필요)
.env파일:NTS_SERVICE_KEY=발급받은_서비스키실행:
node dist/index.js(키가 있으면 자동으로 라이브 모드)
Claude Desktop / Cursor 연동
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 인증을 위해서만 사용합니다.대표자명 등 진위확인 입력값은 요청 즉시 폐기됩니다. 진위확인을 위해 국세청 API로 전송되나, 응답 수신과 함께 어떤 로그·캐시·저장소에도 남기지 않습니다.
캐시되는 것은 사업자번호와 상태조회 결과(24h)뿐입니다. 진위확인은 캐시하지 않습니다.
사업자번호는 국세청 호출 전 체크섬 형식 검증으로 사전 필터링합니다.
신뢰성
API 장애(5xx·타임아웃·네트워크) 시 자동 재시도(지수 백오프, 3회). 인증/형식 에러는 즉시 명확한 에러 코드로 응답.
모든 판정 결과에
basis(근거) 필드 동봉.
개발
npm run build # tsc
npm test # vitest (커버리지 96%)
npm run lint # eslint라이선스
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides 12 tools to query South Korean building register data, including title sheets, floor details, and official house prices via the data.go.kr API. It enables users to perform smart building lookups and region code searches using natural language.Last updated122Apache 2.0
- FlicenseAqualityDmaintenanceProvides AI tools with access to real-time web search, automated code reviews, and detailed Korean business information through the AgentSkills API. It enables users to perform structured searches, analyze code for security and performance, and retrieve Korean company financial data.Last updated3
- FlicenseAqualityDmaintenanceProvides AI agents with Korean national fiscal data (budgets, settlements, and fiscal programs) from multiple government APIs through 7 tools, enabling natural language queries.Last updated31
- Alicense-qualityCmaintenanceEnables AI agents to issue, query, and transmit Korean electronic tax invoices (전자세금계산서) via POPBiLL/Linkhub, including VAT computation and NTS reporting.Last updatedMIT
Related MCP Connectors
Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.
Korea POPBiLL e-tax-invoice: AI agents issue, query & transmit e-invoices, stateless BYO.
European business verification for AI agents: registry, VAT, sanctions, IBAN. Pay-per-call x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wujinkim/korea-business-verify'
If you have feedback or need assistance with the MCP directory API, please join our Discord server