Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

XBOSS

REMOTE · API.XDATA.KR · SCANNED SEP 27

Korean national tax and social insurance filings, invoices and payroll data as MCP tools.

Available components

73 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security81
Transport & Reachability100
Schema Quality & AI Usability63
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 25123 tokens (~239/item across 105 items; 105 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management16
  • Stability check failed: schema churn in the 5 days we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 7 additions. See how to fix → Fail
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 99% of tool parameters carry a description.Partial
Tool Safety85
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 2 of 5 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "hometax__tax__payment_due__search_or_pay" implies "pay" and declares readOnlyHint instead, contradicting what its own name says it does. See how to fix → Partial
  • An AI judge read all 106 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the XBOSS MCP server?

XBOSS is a hosted endpoint at https://api.xdata.kr/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · api.xdata.kr

# add to Claude Code
claude mcp add --transport http kr-xdata-xdata-mcp 'https://api.xdata.kr/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "kr-xdata-xdata-mcp": {
      "url": "https://api.xdata.kr/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "kr-xdata-xdata-mcp": {
      "type": "http",
      "url": "https://api.xdata.kr/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.kr-xdata-xdata-mcp]
url = "https://api.xdata.kr/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kr-xdata-xdata-mcp": {
      "type": "remote",
      "url": "https://api.xdata.kr/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add kr-xdata-xdata-mcp --url 'https://api.xdata.kr/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  kr-xdata-xdata-mcp:
    url: "https://api.xdata.kr/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "kr-xdata-xdata-mcp": {
      "Transport": "http",
      "Url": "https://api.xdata.kr/mcp"
    }
  }
}
# add to Vellum
assistant mcp add kr-xdata-xdata-mcp -t streamable-http -u 'https://api.xdata.kr/mcp'
// mcp.json
{
  "mcpServers": {
    "kr-xdata-xdata-mcp": {
      "type": "http",
      "url": "https://api.xdata.kr/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 27 Sept 26 +1
    • The server rewrote its instructions, which are the text every model session reads security
    • New tool “company_info_pack__brief_v1__generate” functional
    • “ibk_fast_account__accounts__quick_summary__get” reworded the description of “bank_account_credential_id” cosmetic
    • “kb_fast_account__accounts__transaction_history__search” reworded the description of “bank_account_credential_id” cosmetic
    • “shinhan_easy__accounts__transaction_history__search” reworded the description of “sort_order” cosmetic
    • “ibk_fast_account__accounts__quick_summary__get” dropped the optional parameter “bank_account_credential_ids” cosmetic
    • “ibk_fast_account__accounts__quick_summary__get” dropped the optional parameter “bank_account_selection_mode” cosmetic
    • “kb_fast_account__accounts__transaction_history__search” dropped the optional parameter “bank_account_credential_ids” cosmetic
    • “kb_fast_account__accounts__transaction_history__search” dropped the optional parameter “bank_account_selection_mode” cosmetic
  • 26 Sept 26 0
    • New tool “google__account__status” functional
    • New tool “google__analytics__measurement__audit” functional
    • New tool “google__analytics__report” functional
    • New tool “google__search_console__index_status” functional
    • New tool “google__search_console__performance” functional
    • New tool “google_marketing_pack__report_v1__generate” functional
  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 +1
    • Stability: 0.03 → fail ▼ security
    • A breaking change shipped without a version bump: still 1.0.0 ▼ security
    • Tool “payroll_pack__smoke__generate” was removed ▼ security
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “opendata__env__waste_sanction” rewrote its description, which is the text the model reads security
    • Tool “opendata__g2b__sanction” rewrote its description, which is the text the model reads security
    • Tool “opendata__kiscon__sanction” rewrote its description, which is the text the model reads security
    • Tool “opendata__nts__status” rewrote its description, which is the text the model reads security
    • Tool “opendata__nts__validate” rewrote its description, which is the text the model reads security
    • Tool “payroll_pack__employment_insurance_summary_v1__generate” rewrote its description, which is the text the model reads security
    • Tool “payroll_pack__insurance_deduction_material_v1__generate” rewrote its description, which is the text the model reads security
    • Tool “payroll_pack__premium_summary_v1__generate” rewrote its description, which is the text the model reads security
    • Tool “hometax__certificate__download” is now declared destructive security
    • “hometax__certificate__download” added an optional parameter “confirm” cosmetic
  • 23 Sept 26 0
    • Stability: unverified → 0.03 ▲ functional
  • 22 Sept 26 71

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 27 Sept 2026 · Probed https://api.xdata.kr/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=xdata.kr CN=WR3,O=Google Trust Services,C=US 13 Sept 2026 12 Dec 2026 RSA 2048 SHA256-RSA 47a512475a8be1b70ae4d2fc4956b135
SANs: xdata.kr, www.xdata.kr, console.xdata.kr, admin.xdata.kr, api.xdata.kr
CN=WR3,O=Google Trust Services,C=US (CA) CN=GTS Root R1,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 RSA 2048 SHA256-RSA 7ff005a91568d63abc22861684aa4b5a
CN=GTS Root R1,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 19 Jun 2020 28 Jan 2028 RSA 4096 SHA256-RSA 77bd0d6cdb36f91aea210fc4f058d30d

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of api.xdata.kr. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
kr. present 64641 13 Verified
xdata.kr. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer resource_metadata="https://api.xdata.kr/.well-known/oauth-protected-resource/mcp", error_description="XBOSS login required", scope="mcp:tools:list mcp:tools:call"

Bearer resource_metadata="https://api.xdata.kr/.well-known/oauth-protected-resource/mcp", error_description="XBOSS login required", scope="mcp:tools:list mcp:tools:call"

Protected resource metadata

Document https://api.xdata.kr/.well-known/oauth-protected-resource/mcp
Retrieved Yes
Resource https://api.xdata.kr/mcp
Authorisation server https://api.xdata.kr

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.xdata.kr/mcp Verified 200
http (plaintext) http://api.xdata.kr/mcp Inconclusive 405
MCP tools · 105 exposed · ~23,830 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
hometax__tax__return_history__search_vat ~230

REQUIRES prior hometax__session__login call with same account_link_id. Search VAT return history. Use rtn_dt_srt/rtn_dt_end (YYYYMMDD). Dates before 2015-02-23 are refused ('2015년 2월 23일 이후 신고내역만 조회 가능합니다.'), and the NTS screen documents a maximum window of one year — split longer periods into several calls.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
page_numinteger–Page number (default 1)
page_sizeinteger–Page size (default 10)
rtn_dt_endstringyesReturn date range end YYYYMMDD
rtn_dt_srtstringyesReturn date range start YYYYMMDD

No output schema declared.

No examples provided.

hometax__tax__trade_partner__search_list ~141

REQUIRES prior hometax__session__login call with same account_link_id. Search list of trade partners (buyers/sellers) from tax records.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
page_numinteger–Page number (default 1)
page_sizeinteger–Page size (default 10)

No output schema declared.

No examples provided.

hometax__tax__unclaimed_refund__search ~240

REQUIRES prior hometax__session__login call with same account_link_id. Search unclaimed tax refunds (최근 5년간 미수령 국세환급금). Both txpr_dscm_no and txpr_nm are required by 국세청 — the session TIN does not substitute for them.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
nnf_clstring–내외국인구분: 'n'=내국인(default), '1'=외국인. Optional.
txpr_dscm_nostringyes납세자식별번호 (사업자등록번호 또는 주민등록번호, 하이픈 없이 숫자만). Required.
txpr_nmstringyes납세자명 (성명 또는 상호). Required.

No output schema declared.

No examples provided.

ibk_fast_account__accounts__quick_summary__get ~144

REQUIRES prior ibk_fast_account__session__login call with same account_link_id. Read the balance and daily summary for one registered IBK bank account.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
bank_account_credential_idstringyesbank_account_credential_id of one registered account - take it from this bank's accounts list tool

No output schema declared.

No examples provided.

ibk_fast_account__session__login ~102

Call this FIRST before any other tool for this provider. Create an IBK fast-account session from the parent account link.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…

No output schema declared.

No examples provided.

kb_biz_card__approvals__init ~143

REQUIRES prior kb_biz_card__session__login call with same account_link_id. Initialize KB Biz Card approvals inquiry for a date range.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
date_fromstringyesStart date YYYY-MM-DD or YYYYMMDD
date_tostringyesEnd date YYYY-MM-DD or YYYYMMDD

No output schema declared.

No examples provided.

kb_biz_card__approvals__page ~136

REQUIRES prior kb_biz_card__session__login call with same account_link_id. Fetch one KB Biz Card approvals page from a prior search context.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
pageintegeryesPage number to fetch
search_contextobjectyesSearch context returned by init/search

No output schema declared.

No examples provided.

kb_biz_card__approvals__result ~174

REQUIRES prior kb_biz_card__session__login call with same account_link_id. Collect KB Biz Card approvals result rows.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
date_fromstringyesStart date YYYY-MM-DD or YYYYMMDD
date_tostringyesEnd date YYYY-MM-DD or YYYYMMDD
department_namestring–Department name
department_sequence_nostring–Department sequence number
max_pagesinteger–Maximum pages to collect

No output schema declared.

No examples provided.

kb_biz_card__approvals__search ~186

REQUIRES prior kb_biz_card__session__login call with same account_link_id. Search KB Biz Card approvals rows.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
date_fromstringyesStart date YYYY-MM-DD or YYYYMMDD
date_tostringyesEnd date YYYY-MM-DD or YYYYMMDD
department_namestring–Department name
department_sequence_nostring–Department sequence number
max_pagesinteger–Maximum pages to collect
pageinteger–Page number; default 1

No output schema declared.

No examples provided.

kb_biz_card__common__cards__select ~136

REQUIRES prior kb_biz_card__session__login call with same account_link_id. Select KB Biz Card cards available to the current session.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
department_namestring–Department name filter
department_sequence_nostring–Department sequence number from departments.select

No output schema declared.

No examples provided.

kb_biz_card__common__departments__select ~122

REQUIRES prior kb_biz_card__session__login call with same account_link_id. Select KB Biz Card departments available to the current session.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
department_namestring–Department name filter

No output schema declared.

No examples provided.

kb_biz_card__payments__init ~142

REQUIRES prior kb_biz_card__session__login call with same account_link_id. Initialize KB Biz Card payments inquiry for a date range.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
date_fromstringyesStart date YYYY-MM-DD or YYYYMMDD
date_tostringyesEnd date YYYY-MM-DD or YYYYMMDD

No output schema declared.

No examples provided.

kb_biz_card__payments__page ~135

REQUIRES prior kb_biz_card__session__login call with same account_link_id. Fetch one KB Biz Card payments page from a prior search context.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
pageintegeryesPage number to fetch
search_contextobjectyesSearch context returned by init/search

No output schema declared.

No examples provided.

kb_biz_card__payments__result ~173

REQUIRES prior kb_biz_card__session__login call with same account_link_id. Collect KB Biz Card payments result rows.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
date_fromstringyesStart date YYYY-MM-DD or YYYYMMDD
date_tostringyesEnd date YYYY-MM-DD or YYYYMMDD
department_namestring–Department name
department_sequence_nostring–Department sequence number
max_pagesinteger–Maximum pages to collect

No output schema declared.

No examples provided.

kb_biz_card__payments__search ~185

REQUIRES prior kb_biz_card__session__login call with same account_link_id. Search KB Biz Card payments rows.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
date_fromstringyesStart date YYYY-MM-DD or YYYYMMDD
date_tostringyesEnd date YYYY-MM-DD or YYYYMMDD
department_namestring–Department name
department_sequence_nostring–Department sequence number
max_pagesinteger–Maximum pages to collect
pageinteger–Page number; default 1

No output schema declared.

No examples provided.

kb_biz_card__purchases__init ~143

REQUIRES prior kb_biz_card__session__login call with same account_link_id. Initialize KB Biz Card purchases inquiry for a date range.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
date_fromstringyesStart date YYYY-MM-DD or YYYYMMDD
date_tostringyesEnd date YYYY-MM-DD or YYYYMMDD

No output schema declared.

No examples provided.

kb_biz_card__purchases__page ~136

REQUIRES prior kb_biz_card__session__login call with same account_link_id. Fetch one KB Biz Card purchases page from a prior search context.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
pageintegeryesPage number to fetch
search_contextobjectyesSearch context returned by init/search

No output schema declared.

No examples provided.

kb_biz_card__purchases__result ~174

REQUIRES prior kb_biz_card__session__login call with same account_link_id. Collect KB Biz Card purchases result rows.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
date_fromstringyesStart date YYYY-MM-DD or YYYYMMDD
date_tostringyesEnd date YYYY-MM-DD or YYYYMMDD
department_namestring–Department name
department_sequence_nostring–Department sequence number
max_pagesinteger–Maximum pages to collect

No output schema declared.

No examples provided.

kb_biz_card__purchases__search ~186

REQUIRES prior kb_biz_card__session__login call with same account_link_id. Search KB Biz Card purchases rows.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
date_fromstringyesStart date YYYY-MM-DD or YYYYMMDD
date_tostringyesEnd date YYYY-MM-DD or YYYYMMDD
department_namestring–Department name
department_sequence_nostring–Department sequence number
max_pagesinteger–Maximum pages to collect
pageinteger–Page number; default 1

No output schema declared.

No examples provided.

kb_biz_card__session__login ~122

Call this FIRST before any other tool for this provider. Create a KB Biz Card certificate/NPKI session from a registered account link.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
auth_providerstring–Authentication provider; default npki_delfino

No output schema declared.

No examples provided.

kb_fast_account__accounts__transaction_history__search ~204

REQUIRES prior kb_fast_account__session__login call with same account_link_id. Search transaction history for one registered KB Kookmin Bank fast-account using the existing provider session.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
bank_account_credential_idstringyesbank_account_credential_id of one registered account - take it from this bank's accounts list tool
end_datestringyesEnd date YYYY-MM-DD or YYYYMMDD
sort_orderstring–Transaction time sort order
start_datestringyesStart date YYYY-MM-DD or YYYYMMDD
transaction_typestring–Transaction direction filter

No output schema declared.

No examples provided.

kb_fast_account__session__login ~113

Call this FIRST before any other tool for this provider. Create a KB Kookmin Bank fast-account inquiry session from an existing account link. Secrets are never accepted as MCP inputs.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…

No output schema declared.

No examples provided.

nhis_edi__public__notices__list ~43

No credential or login required. List public NHIS notices.

NameTypeReqDescription
pageinteger–Page number (default: 1)

No output schema declared.

No examples provided.

nhis_edi__public__resources__list ~44

No credential or login required. List public NHIS resources/documents.

NameTypeReqDescription
pageinteger–Page number (default: 1)

No output schema declared.

No examples provided.

nhis_edi__session__login ~107

Call this FIRST before any other tool for this provider. Login to NHIS EDI via NPKI certificate. Returns API_KEY for chaining.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…

No output schema declared.

No examples provided.

nhis_edi__session__status ~86

Check NHIS EDI session status.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…

No output schema declared.

No examples provided.

nps_edi__auth__npki_session__login ~129

Call this FIRST before any other tool for this provider. Login to NPS EDI via NPKI certificate.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
business_management_nostringyes11-digit business management number (e.g. 12345678901)

No output schema declared.

No examples provided.

nps_edi__auth__session__status ~88

Check NPS EDI session status.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…

No output schema declared.

No examples provided.

opendata__env__waste_sanction ~122

Look up workplace waste administrative disposition rows (data.go.kr 15156661) from the local batch M1 index by bizno/brno. Upstream getlist accepts bzentyNm/admdspYmd only — not brno; Jobs never call live bizno GET. Empty matches mean no non-expired index row — not a certified clean claim. Platform service key only — no account_link_id.

NameTypeReqDescription
biznostringyesBusiness registration number, 10 digits. Matched against local index brno.

No output schema declared.

No examples provided.

opendata__g2b__sanction ~195

Look up G2B (나라장터) unfair-supplier sanction records (data.go.kr 15129466 getUnptRsttCorpInfo02, inqryDiv=1 + bizno). Empty upstream rows mean no matching record in this API response — not a certified 'no sanction ever' claim. Platform service key only — no account_link_id.

NameTypeReqDescription
biznostringyesBusiness registration number, 10 digits (e.g. "1234567890"). Hyphens are stripped server-side.
inqryBgnDtstring–Optional inquiry begin datetime YYYYMMDDHHMM.
inqryEndDtstring–Optional inquiry end datetime YYYYMMDDHHMM.
numOfRowsinteger–Rows per page (default 100, max 100).
pageNointeger–Page number (default 1).

No output schema declared.

No examples provided.

opendata__kiscon__sanction ~269

Look up KISCON construction-firm disclosure rows (data.go.kr 15061362 ConAdminInfoSvc1/GongsiReg). Upstream requires sDate/eDate (not bizno); server scans the window and matches the registration number, with an optional company-name fallback when the source row has no registration number. Empty matches mean no hit in this window — not a certified clean claim. Platform service key only — no account_link_id.

NameTypeReqDescription
biznostringyesBusiness registration number, 10 digits. Matched against response ncrMasterNum after window scan.
corp_namestring–Optional firm name for M2/M3-style fallback when source ncrMasterNum is blank.
eDatestringyesGongsi period end YYYYMMDD (required by upstream).
maxPagesinteger–Max upstream pages to scan (default 5, hard max 20).
ncrAreaDetailNamestring–Optional registration sigungu filter.
ncrAreaNamestring–Optional registration sido filter.
numOfRowsinteger–Rows per upstream page (default 100, max 100).
sDatestringyesGongsi period begin YYYYMMDD (required by upstream).

No output schema declared.

No examples provided.

opendata__nts__status ~69

Look up NTS business registration status (data.go.kr 15081808). Platform service key only — no account_link_id.

NameTypeReqDescription
b_noarrayyesBusiness registration number(s), 10 digits each (e.g. ["1234567890"]). Max 100.

No output schema declared.

No examples provided.

opendata__nts__validate ~83

Validate NTS business registration identity (data.go.kr 15081808). Requires b_no, start_dt (YYYYMMDD), p_nm per businesses[] item. Platform service key only — no account_link_id.

NameTypeReqDescription
businessesarrayyesNTS validate businesses[]. Each item requires b_no, start_dt (YYYYMMDD), p_nm.

No output schema declared.

No examples provided.

payroll_artifact__payslip_xlsx ~168

Build one payroll payslip workbook (xlsx) with one sheet per employee from attribution_ym, payment_date, and employees[]. Platform key Job — no account_link_id. Result is a single signed download_url (not composite merge; not Gmail).

NameTypeReqDescription
attribution_ymstringyesPayroll attribution month as YYYYMM (e.g. 202603).
business_registration_nostringyes–
company_namestring–Alias for workplace_name (runtime accepts either).
employeesarrayyesEmployee rows for payslip sheets (amounts already computed).
payment_datestringyesPayment date YYYY-MM-DD.
workplace_addressstringyes–
workplace_namestringyesWorkplace / company display name (required for payslip).

No output schema declared.

No examples provided.

payroll_artifact__register_xlsx ~153

Build a standard payroll register workbook (xlsx) from attribution_ym and employees[] (tax/deduction amounts already computed). Platform key Job — no account_link_id. Result is a signed download_url via jobs.result_storage_uri (not composite merge).

NameTypeReqDescription
attribution_ymstringyesPayroll attribution month as YYYYMM (e.g. 202603).
business_registration_nostring––
company_namestring–Alias for workplace_name
employeesarrayyesEmployee rows with name, birth_date, dependent counts, pay/allowance/deduction/tax/net amounts in won.
workplace_addressstring––
workplace_namestring––

No output schema declared.

No examples provided.

payroll_pack__employment_insurance_summary_v1__generate ~233

Composite employment-insurance summary v1: runs COMWEL premium billing notice search then employment detail as internal Jobs, and returns computed employment_insurance_won material. Requires prior comwel session login. No account_link_id is needed here: each step finds its own institution link. If computed is null the result could not be assembled: read computed_error for the reason and do not present the result as complete. Two shapes carry that case: this envelope with partial set to true (we fetched everything - the legs hold it - but could not calculate), or an error whose data carries the same envelope. partial is true whenever the result is incomplete, whether a leg failed or the calculation did.

NameTypeReqDescription
billing_month–yesBilling month 1-12 (string or integer)
billing_yearstringyesBilling year in YYYY format
business_management_nostring–Optional COMWEL business management number; defaults to the logged-in workplace
idempotency_keystring–Optional outer idempotency key; leg keys are derived deterministically from this value.

No output schema declared.

No examples provided.

payroll_pack__insurance_deduction_material_v1__generate ~458

Composite insurance-deduction material v1: combines NHIS, NPS, and COMWEL employment billing notice Jobs, then returns computed insurance deduction material fields. Requires prior session login for 건강보험·국민연금·고용산재. Tax fields remain out of scope. One 고지 (고지년월 + 고지차수) reissued as several NHIS 작성회차 (WRT_CHASU) resolves to the newest revision; rows from different 고지 are never collapsed and stay skipped unless the provider-specific row key disambiguates them. No account_link_id is needed here: each step finds its own institution link. If computed is null the result could not be assembled: read computed_error for the reason and do not present the result as complete. Two shapes carry that case: this envelope with partial set to true (we fetched everything - the legs hold it - but could not calculate), or an error whose data carries the same envelope. partial is true whenever the result is incomplete, whether a leg failed or the calculation did.

NameTypeReqDescription
billing_month–yesCOMWEL billing month 1-12 (string or integer)
billing_yearstringyesCOMWEL billing year in YYYY format
business_management_nostring–Optional COMWEL business management number; defaults to the logged-in workplace
goji_roundinteger–Optional NHIS notice round
idempotency_keystring–Optional outer idempotency key; leg keys are derived deterministically from this value.
installment_roundintegeryesNPS installment round: 1=ED02, 2=ED08
nhis_document_idstring–NHIS summary document: BMBB_030=regular, BMBB_050=adjusted
nhis_row_keystring–Optional NHIS row key from premium notice search, used only to disambiguate multiple exact matches
notice_year_monthstringyesTarget notice year-month in YYYYMM format
nps_row_keystring–Optional NPS row key from pension notice search, used only to disambiguate multiple exact matches

No output schema declared.

No examples provided.

payroll_pack__premium_summary_v1__generate ~379

Composite premium summary v1: searches NHIS and NPS premium notices, then passes each selected row to the corresponding premium-summary Job. Requires prior session login for 건강보험·국민연금. One 고지 (고지년월 + 고지차수) reissued as several NHIS 작성회차 (WRT_CHASU) resolves to the newest revision; rows from different 고지 are never collapsed and stay skipped unless the provider-specific row key disambiguates them. No account_link_id is needed here: each step finds its own institution link. If computed is null the result could not be assembled: read computed_error for the reason and do not present the result as complete. Two shapes carry that case: this envelope with partial set to true (we fetched everything - the legs hold it - but could not calculate), or an error whose data carries the same envelope. partial is true whenever the result is incomplete, whether a leg failed or the calculation did.

NameTypeReqDescription
goji_roundinteger–Optional NHIS notice round
idempotency_keystring–Optional outer idempotency key; leg keys are derived deterministically from this value.
installment_roundintegeryesNPS installment round: 1=ED02, 2=ED08
nhis_document_idstring–NHIS summary document: BMBB_030=regular, BMBB_050=adjusted
nhis_row_keystring–Optional NHIS row key from premium notice search, used only to disambiguate multiple exact matches
notice_year_monthstringyesTarget notice year-month in YYYYMM format
nps_row_keystring–Optional NPS row key from pension notice search, used only to disambiguate multiple exact matches

No output schema declared.

No examples provided.

shinhan_easy__accounts__list ~125

REQUIRES prior shinhan_easy__auth__id_password_session__login call with same account_link_id. List Shinhan easy-inquiry accounts for a registered account link.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
include_rawboolean–Include raw provider response fields

No output schema declared.

No examples provided.

shinhan_easy__accounts__transaction_history__search ~259

REQUIRES prior shinhan_easy__auth__id_password_session__login call with same account_link_id. Search Shinhan easy-inquiry transaction history for one account.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
bank_account_credential_idstringyesOpaque bank-account credential selected by the user
business_typestring–Provider business type; default 2
employee_ynstring–Provider employee flag; default 2
end_datestringyesEnd date YYYY-MM-DD or YYYYMMDD
include_rawboolean–Include raw provider response fields
max_pagesinteger–Maximum pages to fetch; default 20, max 100
sort_orderstring–Order of the returned transactions by date; desc is newest first (default), asc is oldest first.
start_datestringyesStart date YYYY-MM-DD or YYYYMMDD

No output schema declared.

No examples provided.

shinhan_easy__auth__id_password_session__login ~108

Call this FIRST before any other tool for this provider. Create a Shinhan easy-inquiry session from a registered ID/password account link.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…

No output schema declared.

No examples provided.

work24__auth__npki_session__login ~216

Call this FIRST before any other tool for this provider. Login to work24 (고용24) via 공동인증서 (corporate joint certificate).

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
business_management_nostring–11-digit 고용보험 사업장관리번호. Required for 장려금 신청 screens.
business_registration_nostringyes10-digit business registration number (e.g. 1234567890)
isoa_nostring–사무대행기관 번호. Required only when member_type_code=BE902.
member_type_codestring–회원유형: BE904 일반사업자 (default) or BE902 사무대행기관

No output schema declared.

No examples provided.

work24__auth__session__status ~84

Check work24 session status.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…

No output schema declared.

No examples provided.

work24__subsidy__application__delete ~253

REQUIRES prior work24__auth__npki_session__login call with same account_link_id. Delete a work24 subsidy draft that has not been submitted. Requires explicit caller acknowledgement. Submitted applications must be withdrawn instead.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
business_management_nostring–11-digit 고용보험 사업장관리번호. 비우면 로그인 시 저장된 값을 쓴다.
confirmbooleanyes되돌릴 수 없는 처리에 대한 명시 확인. true 가 아니면 거부된다.
programme_keystringyes카탈로그 사업 키 (예: w24_b0010 고용촉진장려금). subsidy_pack 진단 결과의 programme_key 를 그대로 넣는다.
receipt_nostringyes민원신청접수번호 (cvplRqutRcno). workplace_save 가 발급한 값.

No output schema declared.

No examples provided.

work24__subsidy__application__draft_validate ~241

REQUIRES prior work24__auth__npki_session__login call with same account_link_id. Validate a work24 subsidy draft against the live screen and report the attachment set and whether submission is allowed. Nothing is saved or submitted. Read-only — the mandatory dry run before submit.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
business_management_nostring–11-digit 고용보험 사업장관리번호. 비우면 로그인 시 저장된 값을 쓴다.
programme_keystringyes카탈로그 사업 키 (예: w24_b0010 고용촉진장려금). subsidy_pack 진단 결과의 programme_key 를 그대로 넣는다.
receipt_nostringyes민원신청접수번호 (cvplRqutRcno). workplace_save 가 발급한 값.

No output schema declared.

No examples provided.

work24__subsidy__application__history ~308

REQUIRES prior work24__auth__npki_session__login call with same account_link_id. List past work24 subsidy applications for this programme with their processing state (작성중/처리중/보완요청/반려/처리완료/…). Read-only — the state SSOT is work24, not XDATA. Covered only for programmes whose svcCd is measured on the '참여 사업관리(기존 신청자)' screen; other programmes answer 501 with the measured list.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
business_management_nostring–11-digit 고용보험 사업장관리번호. 비우면 로그인 시 저장된 값을 쓴다.
date_fromstring–조회 시작일 YYYYMMDD. 비우면 date_to 기준 30일 전(화면 기본값과 동일).
date_tostring–조회 종료일 YYYYMMDD. 비우면 오늘.
programme_keystringyes카탈로그 사업 키 (예: w24_b0010 고용촉진장려금). subsidy_pack 진단 결과의 programme_key 를 그대로 넣는다.

No output schema declared.

No examples provided.

work24__subsidy__application__init ~208

REQUIRES prior work24__auth__npki_session__login call with same account_link_id. Enter a work24 (고용24) employer-subsidy application. Confirms the 사전진단 verdict for the programme and returns the screen contract. Read-only.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
business_management_nostring–11-digit 고용보험 사업장관리번호. 비우면 로그인 시 저장된 값을 쓴다.
programme_keystringyes카탈로그 사업 키 (예: w24_b0010 고용촉진장려금). subsidy_pack 진단 결과의 programme_key 를 그대로 넣는다.

No output schema declared.

No examples provided.

work24__subsidy__application__modify ~317

REQUIRES prior work24__auth__npki_session__login call with same account_link_id. Modify an already-submitted work24 subsidy application (prssMode=UPDT). Same endpoint as submit, different mode. Requires explicit caller acknowledgement and the LIVE write mode.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
admin_info_sharing_consentbooleanyes행정정보 공동이용 동의 여부. 고용24 제출 화면의 필수 항목이며 동의 여부는 고객이 직접 정해야 한다. 미지정이면 제출이 거부된다.
business_management_nostring–11-digit 고용보험 사업장관리번호. 비우면 로그인 시 저장된 값을 쓴다.
confirmbooleanyes되돌릴 수 없는 처리에 대한 명시 확인. true 가 아니면 거부된다.
programme_keystringyes카탈로그 사업 키 (예: w24_b0010 고용촉진장려금). subsidy_pack 진단 결과의 programme_key 를 그대로 넣는다.
receipt_nostringyes민원신청접수번호 (cvplRqutRcno). workplace_save 가 발급한 값.

No output schema declared.

No examples provided.

work24__subsidy__application__requirements ~228

REQUIRES prior work24__auth__npki_session__login call with same account_link_id. List what the applicant must supply before any write: institution-provided values, customer-required fields, registered payment accounts, and how attachments are procured (the document list itself is issued by draft_validate, keyed by 접수번호). Read-only — call this before workplace_save.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
business_management_nostring–11-digit 고용보험 사업장관리번호. 비우면 로그인 시 저장된 값을 쓴다.
programme_keystringyes카탈로그 사업 키 (예: w24_b0010 고용촉진장려금). subsidy_pack 진단 결과의 programme_key 를 그대로 넣는다.

No output schema declared.

No examples provided.

work24__subsidy__application__submit ~337

REQUIRES prior work24__auth__npki_session__login call with same account_link_id. Submit a work24 subsidy application to 고용노동부 (prssMode=SNDG). Irreversible: requires explicit caller acknowledgement, the LIVE write mode, and a draft_validate that reports can_submit. Undo is withdraw (반려요청), not delete.

NameTypeReqDescription
account_link_idstring–Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has…
admin_info_sharing_consentbooleanyes행정정보 공동이용 동의 여부. 고용24 제출 화면의 필수 항목이며 동의 여부는 고객이 직접 정해야 한다. 미지정이면 제출이 거부된다.
business_management_nostring–11-digit 고용보험 사업장관리번호. 비우면 로그인 시 저장된 값을 쓴다.
confirmbooleanyes되돌릴 수 없는 처리에 대한 명시 확인. true 가 아니면 거부된다.
programme_keystringyes카탈로그 사업 키 (예: w24_b0010 고용촉진장려금). subsidy_pack 진단 결과의 programme_key 를 그대로 넣는다.
receipt_nostringyes민원신청접수번호 (cvplRqutRcno). workplace_save 가 발급한 값.

No output schema declared.

No examples provided.

Common questions

What is the XBOSS MCP server?

XBOSS is an MCP server listed in the public MCP registry as kr.xdata/xdata-mcp. Korean national tax and social insurance filings, invoices and payroll data as MCP tools. This page covers its hosted endpoint (https://api.xdata.kr/mcp).

Is the XBOSS MCP server safe to use?

XBOSS scores 73 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the XBOSS MCP server expose?

XBOSS exposes 105 tools: hometax__session__login, hometax__session__user_info, hometax__certificate__list, hometax__certificate__apply__national_tax_payment, hometax__certificate__apply__tax_payment_record, and 100 more. Their descriptions and schemas cost roughly 23,830 tokens of context every time the server is loaded.

Does the XBOSS MCP server require authentication?

Yes. XBOSS asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

Is the XBOSS MCP server still maintained?

XBOSS is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.