{"name":"app.apick/business","slug":"apick-business","title":"APICK Business","description":"Korean business registry, corporate info, parcel tracking, validation APIs","url":"https://mcp.market/server/apick-business","rating":null,"grade":"A","score":87,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":26,"stars":1,"forks":0,"downloads_week":null,"last_push_at":"2026-09-19T13:02:18.000Z","license":"MIT"},"uptime":{"percent":100,"checks":3,"ok":3,"last_checked_at":"2026-09-20T02:26:06.023Z","last_ok_at":"2026-09-20T02:26:06.023Z","latency_ms":1348},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/lead788/apick-mcp","website":"https://apick.app/dev_guide/mcp","version":"1.2.2","remotes":[{"type":"streamable-http","url":"https://apick.app/mcp/business","headers":[{"description":"Bearer <APICK license key>. Get a free key with 1,000 free points at https://apick.app (tools/list works without a key).","isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"biz_detail","description":"Look up general status information of a Korean business by its 10-digit business registration number. 사업자등록번호로 해당 사업자의 일반 현황 정보(대표자, 주소, 직원수, 설립일, 업종, 업태, 종목, 연락처, 사업자상태, 과세유형 등)를 조회합니다. [호출당 50포인트]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"biz_no":{"type":"string","description":"사업자등록번호 (숫자 10자리, 하이픈 제외, 예: 4398700761)"}},"required":["biz_no"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"check_email_valid","description":"Validate email syntax, MX availability, and free or disposable domain status. 이메일 형식, MX 수신 가능 여부, 무료·일회용 메일 여부를 검사합니다. [호출당 10포인트]","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","description":"이메일 주소 (예: sample.user@gmail.com)"}},"required":["email"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"check_phone_valid","description":"Validate and format a phone number and check the carrier and line type. 전화번호 형식 검사와 통신사·회선유형 확인을 함께 제공합니다. 건당 40P. [호출당 40포인트]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"number":{"type":"string","description":"전화번호 (예: 01012341234, 해외는 +국가코드 형식)"}},"required":["number"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"check_spam_number","description":"Check whether a phone number has been reported for spam, advertising, or criminal use in Korea. 스팸/광고/범죄에 사용된 전화번호인지 조회합니다. 수신 전화 필터링, 이상 거래 탐지 등에 사용합니다. [호출당 10포인트]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"number":{"type":"string","description":"전화번호 (예: 01012341234)"}},"required":["number"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_car_flooding","description":"Check whether a Korean vehicle has a flood damage record, by VIN or license plate number. 차대번호(VIN) 또는 차량번호로 자동차의 침수 이력 여부를 조회합니다. 중고차 구매 전 확인 등에 사용합니다. [호출당 10포인트]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"type":"string","description":"조회 종류. 1: 차대번호(VIN), 2: 차량번호"},"value":{"type":"string","description":"차대번호(type=1, 17자리) 또는 차량번호(type=2)"}},"required":["type","value"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_car_scrap","description":"Check whether a Korean vehicle has a scrap/total-loss accident record, by VIN or license plate number. 차대번호(VIN) 또는 차량번호로 폐차사고처리 여부를 조회합니다. 중고차 구매 전 확인 등에 사용합니다. [호출당 10포인트]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"type":"string","description":"조회 종류. 1: 차대번호(VIN), 2: 차량번호"},"value":{"type":"string","description":"차대번호(type=1, 17자리) 또는 차량번호(type=2)"}},"required":["type","value"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_pccc","description":"Retrieve a Korean Personal Customs Clearance Code (PCCC) by transaction ID. req_pccc 로 받은 tx_id 를 입력하면 처리 상태를 확인합니다. 아직 승인 전이면 status 는 pending, message 는 \"인증 대기중입니다.\" 이며 과금되지 않습니다. 승인이 끝나면 서버가 최종 정보를 조회해 DB에 저장하고 개인통관고유부호·주소와 함께 수집 시각 checked_at 을 반환하며 이때 과금됩니다. 조회는 정상 처리됐지만 발급된 부호가 없으면 message 는 \"조회된 개인통관고유부호가 없습니다.\" 이고 과금되지 않습니다. 결과는 24시간 동안 재조회할 수 있고 재조회할 때마다 과금됩니다. [호출당 30포인트]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"tx_id":{"type":"string","description":"req_pccc 응답의 트랜잭션 ID"}},"required":["tx_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"holiday_info","description":"Look up Korean public holidays for a given year and month. 해당 년월의 대한민국 공휴일 정보를 조회합니다. 영업일 계산, 일정 관리 등에 사용합니다. [호출당 3포인트]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"year":{"type":"string","description":"조회 년도 (1900 ~ 2200, 예: 2024)"},"month":{"type":"string","description":"조회 월 (1 ~ 12, 예: 02)"}},"required":["year","month"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"info","description":"Check your APICK account balance and status. 현재 인증 키에 연결된 APICK 계정의 잔여 포인트와 계정 상태 정보를 조회합니다. 무료입니다. [무료]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"land_rt_price","description":"Look up real estate transaction price records in Korea by region, property type, and year. 시/도·시/군/구, 부동산 유형, 년도를 지정해 부동산 실거래 이력을 조회합니다. addr1 값이 잘못되면 응답의 options 필드로 선택 가능한 지역 목록을 안내합니다. [호출당 100포인트]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"addr1":{"type":"string","description":"도/광역시/특별시 정식 명칭 (예: 서울특별시, 경기도, 부산광역시)"},"addr2":{"type":"string","description":"시/군/구 (예: 금천구)"},"type":{"type":"string","description":"유형 코드 A~H 중 하나. A:아파트, B:연립/다세대, C:단독/다가구, D:오피스텔, E:분양/입주권, F:상업/업무용, G:토지, H:공장/창고등"},"year":{"type":"string","description":"조회 년도 (1950 ~ 현재 년도, 예: 2025)"}},"required":["addr1","addr2","type","year"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"parcel_tracking","description":"Track a Korean parcel in real time by carrier code and tracking number. 택배사 코드와 운송장번호를 지정해 실시간 배송현황을 조회합니다. 결과는 저장하지 않고 매 호출마다 즉시 조회합니다. carrier 코드 예: cj(CJ대한통운), hanjin(한진택배), lotte(롯데택배), logen(로젠택배), epost-domestic(우체국택배) 등 — 전체 목록은 /rest/parcel_tracking_carriers(무료)에서 확인할 수 있고, 택배사를 모르면 parcel_tracking_auto Tool로 자동판별 조회하세요. [호출당 5포인트]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"carrier":{"type":"string","description":"택배사 코드 (예: cj, hanjin, lotte, logen, epost-domestic)"},"trackingNumber":{"type":"string","description":"운송장번호"}},"required":["carrier","trackingNumber"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"parcel_tracking_auto","description":"Track a Korean parcel in real time with automatic carrier detection from the tracking number alone. 택배사 지정 없이 운송장번호만으로 택배사를 자동 판별해 실시간 배송현황을 조회합니다. 택배사를 이미 아는 경우에는 parcel_tracking Tool이 더 정확합니다. [호출당 10포인트]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"trackingNumber":{"type":"string","description":"운송장번호 (택배사 지정 없이 형식만으로 자동 판별)"}},"required":["trackingNumber"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"req_pccc","description":"Request simple authentication (KakaoTalk, Toss, PASS, etc.) to retrieve a Korean Personal Customs Clearance Code (PCCC). 이름, 생년월일, 휴대전화번호와 간편인증 방식을 입력하면 해당 휴대폰으로 인증 요청이 발송되고, 응답을 기다리지 않고 tx_id 를 즉시 반환합니다. 인증 요청이 실제 발송된 접수 시점에 과금되며, 이미 대기 중인 요청을 다시 보내면 재발송 없이 기존 tx_id 를 반환하고 과금되지 않습니다. 사용자가 휴대폰에서 승인한 뒤 get_pccc 에 tx_id 를 넣어 결과를 확인하세요. [호출당 30포인트]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"이름"},"birthday":{"type":"string","description":"생년월일 8자리 (YYYYMMDD)"},"phone":{"type":"string","description":"휴대전화 번호 (본인 명의, 숫자만)"},"provider":{"type":"string","description":"간편인증 방식 (kakao, naver, toss, pass, samsung, kb, shinhan, hana, woori, ibk, nh, kakaobank, banksalad)"}},"required":["name","birthday","phone","provider"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search_juso","description":"Search Korean road-name addresses by keyword. 지번 또는 도로명 키워드로 도로명 주소를 검색합니다. 페이지당 10건씩 반환되며 total_count 필드로 전체 검색결과 개수를 확인할 수 있습니다. [호출당 2포인트]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"juso":{"type":"string","description":"검색할 주소 키워드 (지번, 도로명. 예: 디지털로)"},"page":{"type":"string","description":"검색 결과 조회 페이지 (기본값 1, 페이지당 10건)"}},"required":["juso"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"venture_biz_info","description":"Look up venture company information of a Korean business, including financial statements and investment data. 벤처기업을 대상으로 사업자 정보, 대차대조표, 손익계산서, 투자정보, 벤처기업확인정보를 조회합니다. [호출당 40포인트]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"biz_no":{"type":"string","description":"사업자등록번호 (숫자 10자리, 하이픈 제외)"}},"required":["biz_no"],"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":87,"grade":"A","scanned_at":"2026-09-19T19:53:40.287Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T19:53:40.216Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1917ms"]},"poisoning":{"score":15,"max":15,"notes":["15 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":15,"max":15,"notes":["last push 0 days ago"]},"identity":{"score":7,"max":10,"notes":["namespace and repository owner differ","GitHub account older than a year","website matches verified namespace"]}},"findings":[],"inputs":{"probes":[{"url":"https://apick.app/mcp/business","reachable":true,"authRequired":false,"latencyMs":1917,"serverInfo":{"name":"app.apick/business","version":"0.0.1"}}],"packages":[],"repo":{"found":true,"owner":"lead788","repo":"apick-mcp","archived":false,"pushedAt":"2026-09-19T13:02:18Z","stars":1,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/9017826?v=4","ownerCreatedAt":"2014-10-04T11:50:54Z","license":"MIT"},"icon":{"url":"https://apick.app/images/logo/favicon.ico","source":"registry","width":370,"height":370},"presence":{"stars":1,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-19T13:02:18.000Z","score":26}}}},"grade_history":[{"kind":"restore","fromGrade":"B","toGrade":"A","reason":"score 87","createdAt":"2026-09-19T19:53:43.783Z"}],"reviews":[]}