Servers
K
Korea Business Verify
@wujinkim
Verify Korean business registration numbers via the official NTS API — validity, active/closed status, tax type, and tax-invoice eligibility judgment with cited basis. Zero-key DEMO mode included, one-command install via npx.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"korea-business-verify": {
"command": "npx",
"args": [
"-y",
"korea-business-verify"
],
"env": {
"NTS_SERVICE_KEY": "YOUR_DATA_GO_KR_SERVICE_KEY"
}
}
}
}