npm apick-mcpstreamable-httpMITupdated 8d ago
Korean business registry, ID verification, OCR, parcel tracking, file conversion, web intelligence and LLM โ as MCP tools for any AI agent.
Was kannst du mit APICK machen?
APICK MCP โ 82 Korean Data & AI Tools
Korean business registry, ID verification, OCR, parcel tracking, file conversion, web intelligence and LLM โ as MCP tools for any AI agent.
๋ํ๋ฏผ๊ตญ ์ฌ์ ์์กฐํ ยท ์ ๋ถ์ฆ ์ง์ํ์ธ ยท OCR ยท ํ๋ฐฐ ๋ฐฐ์ก์กฐํ ยท ํ์ผ๋ณํ ยท ์น์กฐํ ยท LLM์ MCP Tool๋ก.
apick.app โ Official site ๊ณต์ ์ฌ์ดํธ
Integration guide ์ฐ๋ ๊ฐ์ด๋ ยท Full tool catalog ์ ์ฒด Tool ๋ชฉ๋ก ยท API list API ๋ชฉ๋ก
What is this? / ์ด๊ฒ ๋ญ๊ฐ์?
EN โ APICK is a Korean data and AI API platform. This MCP server exposes 82 tools that let Claude, ChatGPT, Cursor, Cline and any other MCP client look up Korean business registries, verify ID documents, track parcels, run OCR, create asynchronous TTS jobs, convert files, query DNS/WHOIS, search the web, and call LLMs โ using one API key, billed per call.
KO โ ์์ดํฝ(APICK)์ ๋ํ๋ฏผ๊ตญ ๋ฐ์ดํฐยทAI API ํ๋ซํผ์ ๋๋ค. ์ด MCP ์๋ฒ๋ Tool 82๊ฐ๋ฅผ ์ด์ด, ClaudeยทChatGPTยทCursorยทCline ๋ฑ MCP ํด๋ผ์ด์ธํธ๊ฐ ์ฌ์ ์ ์กฐํ, ์ ๋ถ์ฆ ์ง์ํ์ธ, ํ๋ฐฐ ๋ฐฐ์ก์กฐํ, OCR, ๋น๋๊ธฐ TTS, ํ์ผ ๋ณํ, DNS/WHOIS ์กฐํ, ์น ๊ฒ์, LLM ํธ์ถ์ ์ธ์ฆํค ํ๋๋ก ์ง์ ์ํํ๊ฒ ํฉ๋๋ค. ํธ์ถ๋น ๊ณผ๊ธ์ ๋๋ค.
The server is hosted by APICK. Nothing to install, build, or keep running. ์๋ฒ๋ ์์ดํฝ์ด ์ด์ํฉ๋๋ค. ์ค์นํ ๊ฒ๋, ๋์๋ ๊ฒ๋ ์์ต๋๋ค.
https://apick.app/mcp/all
Quick start / ๋น ๋ฅธ ์์
1. Get an API key / ์ธ์ฆํค ๋ฐ๊ธ
Sign up at apick.app and copy your license key from the dashboard. New accounts get 1,000 free points. apick.app ์์ ๊ฐ์ ํ๊ณ ๋์๋ณด๋์์ ์ธ์ฆํค๋ฅผ ๋ณต์ฌํ์ธ์. ์ ๊ท ๊ฐ์ ์ 1,000ํฌ์ธํธ ๋ฌด๋ฃ.
tools/listworks without a key โ a client can connect and discover all 82 tools before you sign up. Onlytools/callneeds the key.tools/list๋ ์ธ์ฆ ์์ด ๋์ํฉ๋๋ค. ๊ฐ์ ์ ์๋ ํด๋ผ์ด์ธํธ๊ฐ ์ฐ๊ฒฐํด 82๊ฐ Tool์ ํ์ธํ ์ ์๊ณ ,tools/call๋ถํฐ ํค๊ฐ ํ์ํฉ๋๋ค.
2. Connect / ์ฐ๊ฒฐ
claude mcp add --transport http apick https://apick.app/mcp/all --header "Authorization: Bearer YOUR_KEY"
Restart Claude Code so the tools load. ํด์ด ๋ก๋๋๋๋ก ์ฌ์์ํ์ธ์.
{
"mcpServers": {
"apick": {
"type": "http",
"url": "https://apick.app/mcp/all",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}
{
"mcpServers": {
"apick": {
"url": "https://apick.app/mcp/all",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}
{
"mcpServers": {
"apick": {
"serverUrl": "https://apick.app/mcp/all",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}
{
"servers": {
"apick": {
"type": "http",
"url": "https://apick.app/mcp/all",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}
{
"mcpServers": {
"apick": {
"command": "npx",
"args": ["-y", "apick-mcp", "--server", "all"],
"env": { "APICK_API_KEY": "YOUR_KEY" }
}
}
}
Zero-dependency stdio bridge, Node 18+. ์์กด์ฑ 0๊ฐ stdio ๋ธ๋ฆฟ์ง.
3. Ask / ๋ฌผ์ด๋ณด๊ธฐ
์ฌ์
์๋ฒํธ 439-87-00761 ์ ์ ์ฌ์
์์ธ์ง ํ์ธํ๊ณ ํ์ฌ ์ ๋ณด ์ ๋ฆฌํด์ค
Check whether Korean business number 439-87-00761 is active and summarize the company
The agent picks biz_detail, calls it, and reads back the result.
AI๊ฐ ์๋ง์ Tool(biz_detail)์ ๊ณจ๋ผ ํธ์ถํ๊ณ ๊ฒฐ๊ณผ๋ฅผ ์ ๋ฆฌํด ์ค๋๋ค.
Servers / ์๋ฒ ๋ชฉ๋ก
Connect to all for everything, or to one server to keep the tool list short and the agent's choices focused.
์ ๋ถ ์ฐ๋ ค๋ฉด all, ํน์ ๋ถ์ผ๋ง ์ฐ๋ ค๋ฉด ํด๋น ์๋ฒ์ ์ฐ๊ฒฐํ๋ฉด Tool ๋ชฉ๋ก์ด ์งง์์ ธ AI๊ฐ ๋ ์ ํํ ๊ณ ๋ฆ
๋๋ค.
| Server ์๋ฒ | Endpoint | Tools | Coverage ๋ฒ์ |
|---|---|---|---|
| All ํตํฉ | https://apick.app/mcp/all |
82 | ์๋ ์ ๋ถ |
| Business ์ฌ์ ์ยท์ปค๋จธ์ค | https://apick.app/mcp/business |
16 | ์ฌ์ ์ยท๋ฒ์ธ ์กฐํ, ํ๋ฐฐ ๋ฐฐ์ก์กฐํ, ๋ถ๋์ฐ ์ค๊ฑฐ๋๊ฐ, ์ฐจ๋ ์ด๋ ฅ, ์ ํจ์ฑ ๊ฒ์ฌ |
| Identity ์ ๋ถ์ฆ | https://apick.app/mcp/identity |
16 | ์ฃผ๋ฏผ๋ฑ๋ก์ฆยท์ด์ ๋ฉดํ์ฆยท์ฌ๊ถยท์ธ๊ตญ์ธ๋ฑ๋ก์ฆ ์ง์ํ์ธ, ์ค๋ช ํ์ธ, ๊ฐ์ธ์ ๋ณด ๋ง์คํน |
| Convert ํ์ผ๋ณํ | https://apick.app/mcp/convert |
18 | PDFยทDOCXยท์์ ๋ณํ, STT, ๋น๋๊ธฐ TTS, ์ํฐ๋งํฌ |
| Web ์นยท๊ฒ์ | https://apick.app/mcp/web |
13 | ๋๋ฉ์ธยทIPยทWHOIS, ์นํ์ด์ง ์์ง, ๊ตฌ๊ธ ๊ฒ์, ์ ํ๋ธ |
| Vision ์ด๋ฏธ์งยท์์ | https://apick.app/mcp/vision |
6 | ์ผ๊ตด ๊ฒ์ถ, ์ด๋ฏธ์ง ์ ์ฌ๋, ์ ํด์ด๋ฏธ์ง ํ๋ณ, ์์ ์ถ์ถ |
| OCR ๋ฌธ์์ธ์ | https://apick.app/mcp/ocr |
6 | ์ด๋ฏธ์ง ํ ์คํธ ์ถ์ถ, ์ ๋ถ์ฆ ํญ๋ชฉ ์ถ์ถ |
| AI ยท LLM | https://apick.app/mcp/ai |
4 | LLM ์ฑ, ํ ์คํธ ์์ฝยท๊ต์ |
| Finance ๊ธ์ต | https://apick.app/mcp/finance |
3 | ๊ณ์ข ์๊ธ์ฃผ ์กฐํ, 1์ ์ธ์ฆ |
Every tool / ์ ์ฒด Tool
โ TOOLS.md โ all 82 tools with parameters, types, and copy-paste JSON-RPC examples. โ TOOLS.md โ 82๊ฐ ์ ์ฒด๋ฅผ ํ๋ผ๋ฏธํฐยทํ์ ยทํธ์ถ ์์๊น์ง ์ ๋ฆฌํ์ต๋๋ค.
Business biz_detail venture_biz_info land_rt_price req_pccc get_pccc check_pccc get_car_flooding get_car_scrap parcel_tracking parcel_tracking_auto check_email_valid check_phone_valid check_spam_number holiday_info search_juso info
Identity identi_card1โidenti_card5 identi_card_image1โidenti_card_image5 name_rrn_auth hide_rrn identity_document_id_card identity_document_driver_license identity_document_passport identity_document_residence_card
OCR ocr ocr_identi1 ocr_identi2 ocr_identi3 ocr_identi4 ocr_identi5
Finance transfer_1won account_realname bank_code
Web nslookup reverse_ip location ip_history whois url_html url_screenshot url_similarity google_search google_image_search google_lens_search crawl_youtube download_youtube_video
Convert stt tts_jobs_create tts_jobs_status tts_jobs_cancel tts_jobs_result voice_change face_blur pdf_to_docx pdf_to_image pdf_merge html_to_pdf docx_to_pdf json_to_excel base64_to_image set_watermark get_watermark draw_watermark_pdf draw_watermark_image
Vision nsfw_detection image_similarity video_to_mp3 extract_video_thumbnail word_cloud face_detection
AI llm_models llm_chat text_summary text_polish
Use cases / ์ฃผ์ ํ์ฉ ์ฌ๋ก
1. B2B onboarding & KYB โ ๊ฑฐ๋์ฒ ์ค์ฌ ์๋ํ
"๊ฑฐ๋์ฒ ์ฌ์ ์๋ฒํธ ๋ชฉ๋ก ๊ฒ์ฆํ๊ณ , ํ์ ์ด๋ ํด์ ์์ผ๋ฉด ํ๋ก ์ ๋ฆฌํด์ค" "Validate this list of Korean business numbers and flag any that are closed or suspended"
biz_detail โ venture_biz_info โ check_email_valid ยท check_phone_valid
Pull registry status, representative, industry code and address for each business number, cross-check the contact email and phone, and get one table back. Replaces manual ๊ตญ์ธ์ฒญ/๊ณต์ ์ lookups. ์ฌ์ ์๋ฒํธ๋ง๋ค ๊ตญ์ธ์ฒญ ์ํยท๋ํ์ยท์ ์ข ยท์ฃผ์๋ฅผ ๋์ด์ค๊ณ ๋ด๋น์ ์ด๋ฉ์ผยท์ ํ ์ ํจ์ฑ๊น์ง ๊ต์ฐจ๊ฒ์ฆํด ํ ํ๋๋ก ๋ฐ์ต๋๋ค.
2. Identity verification pipeline โ ๋น๋๋ฉด ์ ์ํ์ธ
"์ด ์ ๋ถ์ฆ ์ด๋ฏธ์ง ์ง์ํ์ธํ๊ณ ์ฃผ๋ฏผ๋ฒํธ ๋ท์๋ฆฌ ๋ง์คํนํ ์ฌ๋ณธ ๋ง๋ค์ด์ค" "Verify this ID document image and produce a copy with the registration number masked"
identi_card_image1 โ ocr_identi1 โ identity_document_id_card
Checks the document against the government registry, extracts the fields, then returns a masked image safe to store. Covers ์ฃผ๋ฏผ๋ฑ๋ก์ฆ ยท ์ด์ ๋ฉดํ์ฆ ยท ์ฌ๊ถ ยท ์ธ๊ตญ์ธ๋ฑ๋ก์ฆ ยท ์ฃผ๋ฏผ๋ฑ๋ก๋ฑ๋ณธ. ์ ๋ถ registry ๋์กฐ๋ก ์ง์๋ฅผ ํ์ธํ๊ณ , ํญ๋ชฉ์ ์ถ์ถํ ๋ค, ๋ณด๊ด ๊ฐ๋ฅํ ๋ง์คํน ์ฌ๋ณธ๊น์ง ํ ๋ฒ์ ๋ง๋ญ๋๋ค.
3. Logistics & CS automation โ ๋ฐฐ์ก ๋ฌธ์ ์๋์๋ต
"์ด์ก์ฅ 123456789012 ์ง๊ธ ์ด๋์ผ? ์ง์ฐ๋๋ฉด ๊ณ ๊ฐ ์๋ด๋ฌธ๋ ์จ์ค" "Where is tracking number 123456789012? Draft a customer notice if it's delayed"
parcel_tracking_auto โ text_polish
Auto-detects the carrier from the number alone across 33 Korean carriers (CJ๋ํํต์ด, ํ์ง, ๋กฏ๋ฐ, ์ฐ์ฒด๊ตญ, ๋ก์ , ์ฟ ํก๋ก์ง์คํฑ์ค โฆ), then drafts the customer message. ์ด์ก์ฅ ๋ฒํธ๋ง์ผ๋ก 33๊ฐ ํ๋ฐฐ์ฌ๋ฅผ ์๋ ํ๋ณํด ์กฐํํ๊ณ , ๊ณ ๊ฐ ์๋ด๋ฌธ ์ด์๊น์ง ์๋๋ค.
4. Document processing โ ๋ฌธ์ ํ์ดํ๋ผ์ธ
"์ด PDF๋ค ํ๋๋ก ํฉ์น๊ณ ์ํฐ๋งํฌ ๋ฃ์ ๋ค์ DOCX๋ก๋ ๋ฝ์์ค" "Merge these PDFs, add a watermark, and also give me a DOCX"
pdf_merge โ draw_watermark_pdf โ pdf_to_docx
Also: html_to_pdf for invoices and reports, json_to_excel for data exports, and stt for speech recognition.
๊ฒฌ์ ์ยท๋ฆฌํฌํธ๋ html_to_pdf, ๋ฐ์ดํฐ ๋ด๋ณด๋ด๊ธฐ๋ json_to_excel, ์์ฑ ์ธ์์ stt๋ฅผ ์ฌ์ฉํฉ๋๋ค.
5. Domain & fraud investigation โ ๋๋ฉ์ธยท์ฌ๊ธฐ ์กฐ์ฌ
"์ด ์ฌ์ดํธ IP, ์์น, WHOIS ์กฐ์ฌํ๊ณ ์ฐ๋ฆฌ ์ฌ์ดํธ๋ ์ผ๋ง๋ ๋น์ทํ์ง ๋ด์ค" "Investigate this site's IP, location and WHOIS, and compare it to ours"
nslookup โ location โ whois โ ip_history โ url_similarity โ url_screenshot
Built for phishing and copycat-site investigation: resolve the host, trace its IP history, score how closely it clones your page, and capture a screenshot as evidence. ํผ์ฑยท๋ชจ๋ฐฉ ์ฌ์ดํธ ์กฐ์ฌ์ฉ์ ๋๋ค. ํธ์คํธ๋ฅผ ํ์ธํ๊ณ IP ์ด๋ ฅ์ ์ถ์ ํ ๋ค, ์ฐ๋ฆฌ ํ์ด์ง์์ ์ ์ฌ๋๋ฅผ ์ ์ํํ๊ณ ์ฆ๊ฑฐ์ฉ ์คํฌ๋ฆฐ์ท๊น์ง ๋จ๊น๋๋ค.
6. Content safety & media โ ์ฝํ ์ธ ๊ฒ์
"์ ๋ก๋๋ ์ด๋ฏธ์ง ์ค ์ ํดํ ๊ฑฐ ๊ฑธ๋ฌ๋ด๊ณ ์ฌ๋ ์ผ๊ตด์ ๋ธ๋ฌ ์ฒ๋ฆฌํด์ค" "Filter unsafe uploads and blur any faces"
nsfw_detection โ face_detection โ face_blur
7. Payout & account verification โ ์ ์ฐ ๊ณ์ข ๊ฒ์ฆ
"์ ์ฐ ๋์ ๊ณ์ข ์๊ธ์ฃผ๊ฐ ๋ฑ๋ก๋ ์ด๋ฆ๊ณผ ๊ฐ์์ง ํ์ธํด์ค" "Check that the payout account holder matches the registered name"
bank_code โ account_realname โ transfer_1won
account_realname reads the holder name; transfer_1won proves ownership by depositing 1 KRW with a code in the memo.
account_realname์ ์๊ธ์ฃผ๋ช
์ ์ฝ๊ณ , transfer_1won์ ์ ์์ ์ธ์ฆ์ฝ๋๋ฅผ ๋ด์ 1์์ ์
๊ธํด ์ค์์ ๋ฅผ ์ฆ๋ช
ํฉ๋๋ค.
How it works / ๋์ ๋ฐฉ์
| EN | KO | |
|---|---|---|
| Transport | Streamable HTTP โ one endpoint per server, JSON-RPC 2.0 over HTTPS POST, stateless | ์๋ฒ๋น ๋จ์ผ ์๋ํฌ์ธํธ, HTTPS POST๋ก JSON-RPC 2.0, ์ธ์ ์์ด ์์ฒญ ๋จ์ |
| Protocol | MCP 2026-07-28, auto-compatible with earlier client versions |
MCP 2026-07-28 ๊ธฐ๋ณธ, ์ด์ ๊ท๊ฒฉ ํด๋ผ์ด์ธํธ ์๋ ํธํ |
| Discovery | tools/list returns every tool with JSON Schema, description and live price โ no key needed |
tools/list๊ฐ ์คํค๋งยท์ค๋ช
ยท์ค์๊ฐ ๋จ๊ฐ๋ฅผ ๋ฐํ, ์ธ์ฆ ๋ถํ์ |
| Annotations | Every tool declares title, readOnlyHint, openWorldHint. Only 6 of 82 are not read-only |
์ Tool์ด titleยทreadOnlyHintยทopenWorldHint ์ ์ธ. 82๊ฐ ์ค ๋ถ์์ฉ์ 6๊ฐ๋ฟ |
| Results | Text (JSON) + structuredContent. Images as image content; files as base64. The one-time TTS MP3 supports up to 128MB |
ํ
์คํธ(JSON)์ structuredContent ๋์ ๋ฐํ. ์ด๋ฏธ์ง๋ ์ด๋ฏธ์ง ์ฝํ
์ธ , ํ์ผ์ base64. 1ํ์ฉ TTS MP3๋ ์ต๋ 128MB |
| File input | File-taking tools accept a public https URL (image_url, pdf_url, โฆ) โ APICK downloads and processes it |
ํ์ผ Tool์ ๊ณต๊ฐ https URL์ ๋ฐ์ต๋๋ค. ์์ดํฝ ์๋ฒ๊ฐ ๋ด๋ ค๋ฐ์ ์ฒ๋ฆฌํฉ๋๋ค |
| Errors | Delivered via isError; identity masking also preserves structuredContent.error_code |
isError๋ก ์ ๋ฌ๋๋ฉฐ ์ ๋ถ์ฆ ๋ง์คํน์ structuredContent.error_code๋ ๋ณด์กดํฉ๋๋ค |
| Auth | Authorization: Bearer <key>; X-API-Key also accepted |
Authorization: Bearer ์ธ์ฆํค, X-API-Key๋ ์ง์ |
Tools with side effects / ๋ถ์์ฉ์ด ์๋ Tool
76 of 82 tools are read-only. These 6 change state, charge points, cancel work, or consume a one-time result and carry readOnlyHint: false so your client can require approval:
82๊ฐ ์ค 76๊ฐ๋ ์กฐํ์
๋๋ค. ์๋ 6๊ฐ๋ ๊ณผ๊ธยท์ทจ์ยท1ํ ๊ฒฐ๊ณผ ์๋ชจ ๋ฑ ์ํ๋ฅผ ๋ฐ๊พธ๋ฏ๋ก readOnlyHint: false๊ฐ ๋ถ์ด ํด๋ผ์ด์ธํธ๊ฐ ์น์ธ์ ์๊ตฌํ ์ ์์ต๋๋ค.
| Tool | What it does / ํ๋ ์ผ |
|---|---|
transfer_1won |
Deposits 1 KRW into a bank account ยท ์ค์ ๋ก 1์์ ์ ๊ธํฉ๋๋ค |
req_pccc |
Sends a verification SMS to the person ยท ๋ณธ์ธ ํด๋ํฐ์ผ๋ก ์ธ์ฆ SMS๋ฅผ ๋ฐ์กํฉ๋๋ค |
get_pccc |
Consumes a one-time verification code ยท 1ํ์ฉ ์ธ์ฆ ์๋ต์ ์๋ชจํฉ๋๋ค |
tts_jobs_create |
Accepts and charges a TTS job once ยท TTS ์์ ์ ์ ์ํ๊ณ 1ํ ๊ณผ๊ธํฉ๋๋ค |
tts_jobs_cancel |
Cancels a waiting or processing job without a refund ยท ๋๊ธฐยท์์ฑ ์ค ์์ ์ ํ๋ถ ์์ด ์ทจ์ํฉ๋๋ค |
tts_jobs_result |
Permanently consumes the one-time result ยท 1ํ์ฉ ๊ฒฐ๊ณผ ์๋ณธ์ ์๊ตฌ ์๋ชจํฉ๋๋ค |
TTS ๋ณด์ด์ค ํ์ ์ด๋ฆ: narrator_m_01 ํ์ค, narrator_m_02 ๋ฏผ์, narrator_m_03 ๋ํ, narrator_m_04 ๊ฐ์ฐ, narrator_m_05 ์ฑํ, narrator_f_10s_01 ์์, narrator_f_10s_02 ํ๋ฆฐ, narrator_f_10s_03 ์๋ฆฐ, narrator_m_20s_01 ๋์ค, narrator_f_20s_01 ์ง์, narrator_f_20s_02 ์์ค, narrator_f_20s_03 ์์ฐ, narrator_f_20s_04 ์ ๋, narrator_m_30s_01 ํ์ฐ, narrator_m_30s_02 ์คํ, narrator_m_40s_01 ์ ์ฐ, narrator_m_80s_01 ์์.
Try it with curl / curl๋ก ๋ฐ๋ก ํ์ธ
# Tool list โ no key needed / ์ธ์ฆ ๋ถํ์
curl -X POST "https://apick.app/mcp/business" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
# Business lookup / ์ฌ์
์ ์กฐํ
curl -X POST "https://apick.app/mcp/business" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-H "Authorization: Bearer YOUR_KEY" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"biz_detail","arguments":{"biz_no":"4398700761"}}}'
More in examples/. ๋ ๋ง์ ์์๋ examples/.
stdio bridge options / ๋ธ๋ฆฟ์ง ์ต์
npx -y apick-mcp --server business # one server / ํน์ ์๋ฒ๋ง
npx -y apick-mcp --help
| Variable ํ๊ฒฝ๋ณ์ | Default | Meaning ์ค๋ช |
|---|---|---|
APICK_API_KEY |
โ | License key. Optional for discovery, required for calls ยท ์ธ์ฆํค. ํ์์ ์์ด๋ ๋๊ณ ํธ์ถ์ ํ์ |
APICK_MCP_SERVER |
all |
Same as --server ยท --server์ ๋์ผ |
APICK_MCP_URL |
https://apick.app/mcp |
Base URL override ยท ๊ธฐ๋ณธ URL ๋ณ๊ฒฝ |
Pricing / ์๊ธ
Prepaid points, charged per call, at the same rate as the APICK REST API. No subscription, no per-seat fee. Failed calls are not charged. Each tool's live price is appended to its description in tools/list, so the agent sees the cost before it decides to call. Free tools include bank_code, info and llm_models.
ํฌ์ธํธ ์ ๋ถ, ํธ์ถ๋น ์ฐจ๊ฐ์ด๋ฉฐ ๋จ๊ฐ๋ ์์ดํฝ REST API์ ๋์ผํฉ๋๋ค. ๊ตฌ๋
๋ฃ๋ ์ข์๋น ์๊ธ๋ ์์ต๋๋ค. ์คํจํ ํธ์ถ์ ๊ณผ๊ธ๋์ง ์์ต๋๋ค. ๊ฐ Tool์ ํ์ฌ ๋จ๊ฐ๋ tools/list ์ค๋ช
์ ์๋์ผ๋ก ๋ถ์ด AI๊ฐ ํธ์ถ ์ ์ ๋น์ฉ์ ๋ณด๊ณ ํ๋จํฉ๋๋ค. bank_codeยทinfoยทllm_models๋ ๋ฌด๋ฃ์
๋๋ค.
Current rates ๋จ๊ฐํ โ https://apick.app/dev_guide/mcp
Links / ๋งํฌ
| Official site ๊ณต์ ์ฌ์ดํธ | https://apick.app |
| Integration guide ์ฐ๋ ๊ฐ์ด๋ | https://apick.app/dev_guide/mcp |
| REST API list API ๋ชฉ๋ก | https://apick.app/api_list |
| Full tool catalog ์ ์ฒด Tool | TOOLS.md |
| Install guide for agents | llms-install.md |
| MCP Registry | app.apick/* |
| npm | apick-mcp |
| Issues ๋ฌธ์ยท๋ฒ๊ทธ | https://github.com/lead788/apick-mcp/issues |
Keywords / ๊ฒ์ ํค์๋
Korean business registry API ยท ์ฌ์ ์๋ฑ๋ก๋ฒํธ ์กฐํ API ยท business registration number lookup ยท ํดํ์ ์กฐํ ยท ๋ฒ์ธ๋ฑ๋ก๋ฒํธ ยท ๋ฒค์ฒ๊ธฐ์ ์กฐํ ยท Korean ID verification ยท ์ ๋ถ์ฆ ์ง์ํ์ธ API ยท ์ฃผ๋ฏผ๋ฑ๋ก์ฆ ์ง์ํ์ธ ยท ์ด์ ๋ฉดํ์ฆ ์ง์ํ์ธ ยท ์ฌ๊ถ ์ง์ํ์ธ ยท ์ธ๊ตญ์ธ๋ฑ๋ก์ฆ ยท ์ค๋ช ํ์ธ ยท ์ฃผ๋ฏผ๋ฒํธ ๋ง์คํน ยท ๊ฐ์ธ์ ๋ณด ๋น์๋ณํ ยท Korean OCR API ยท ์ ๋ถ์ฆ OCR ยท ๋ฌธ์์ธ์ ยท parcel tracking API Korea ยท ํ๋ฐฐ ๋ฐฐ์ก์กฐํ API ยท ์ด์ก์ฅ ์กฐํ ยท CJ๋ํํต์ด ํ์ง ๋กฏ๋ฐํ๋ฐฐ ์ฐ์ฒด๊ตญ ๋ก์ ยท ๊ณ์ข ์ค๋ช ์กฐํ ยท ์๊ธ์ฃผ ์กฐํ ยท 1์ ์ธ์ฆ API ยท ๊ฐ์ธํต๊ด๊ณ ์ ๋ถํธ ยท PCCC ยท ๋ถ๋์ฐ ์ค๊ฑฐ๋๊ฐ API ยท ์นจ์์ฐจ ์กฐํ ยท ํ์ฐจ ์กฐํ ยท ๋๋ก๋ช ์ฃผ์ ๊ฒ์ API ยท ๊ณตํด์ผ API ยท WHOIS API ยท DNS lookup ยท IP ์์น์กฐํ ยท ์นํ์ด์ง ์คํฌ๋ฆฐ์ท API ยท ๊ตฌ๊ธ ๊ฒ์ API ยท ๊ตฌ๊ธ ์ด๋ฏธ์ง ๊ฒ์ ยท ๊ตฌ๊ธ ๋ ์ฆ ยท ์ ํ๋ธ ํฌ๋กค๋ง ยท PDF ๋ณํ API ยท PDF to DOCX ยท HTML to PDF ยท ์์ ๋ณํ ยท ์ํฐ๋งํฌ API ยท STT ์์ฑ์ธ์ API ยท ์ผ๊ตด ์ธ์ API ยท ์ผ๊ตด ๋ธ๋ฌ ยท ์ ํด์ด๋ฏธ์ง ํ๋ณ ยท NSFW detection ยท ์ด๋ฏธ์ง ์ ์ฌ๋ ยท ์๋ํด๋ผ์ฐ๋ ยท LLM API
Hashtags
#MCP #ModelContextProtocol #MCPServer #MCPTools #AIAgent #ClaudeMCP #ClaudeCode #ClaudeDesktop #ChatGPT #Cursor #Cline #Windsurf #VSCode #APICK #์์ดํฝ #OpenAPI #RESTAPI #KoreaAPI #ํ๊ตญAPI #์ฌ์
์์กฐํ #์ฌ์
์๋ฑ๋ก๋ฒํธ์กฐํ #ํดํ์
์กฐํ #์ ๋ถ์ฆ์ง์ํ์ธ #์ค๋ช
ํ์ธ #๋ณธ์ธ์ธ์ฆ #๊ฐ์ธ์ ๋ณด๋ง์คํน #OCR #๋ฌธ์์ธ์ #ํ๋ฐฐ์กฐํ #๋ฐฐ์ก์กฐํ #์ด์ก์ฅ์กฐํ #๊ณ์ข์ค๋ช
์กฐํ #1์์ธ์ฆ #ํต๊ด๊ณ ์ ๋ถํธ #๋ถ๋์ฐ์ค๊ฑฐ๋๊ฐ #๋๋ก๋ช
์ฃผ์ #๊ณตํด์ผAPI #WHOIS #DNS #IP์กฐํ #์นํฌ๋กค๋ง #๊ตฌ๊ธ๊ฒ์API #์คํฌ๋ฆฐ์ทAPI #PDF๋ณํ #DOCX๋ณํ #์์
๋ณํ #์ํฐ๋งํฌ #STT #์์ฑ์ธ์ #์ผ๊ตด์ธ์ #์ผ๊ตด๋ธ๋ฌ #์ ํด์ด๋ฏธ์ง #NSFW #์ด๋ฏธ์ง์ ์ฌ๋ #LLM #KYC #KYB #ํํ
ํฌ #์ด์ปค๋จธ์ค #๋ฌผ๋ฅ์๋ํ #์
๋ฌด์๋ํ
Privacy Policy / ๊ฐ์ธ์ ๋ณด์ฒ๋ฆฌ๋ฐฉ์นจ
https://apick.app/personal_policy ยท Terms ์ด์ฉ์ฝ๊ด: https://apick.app/terms
EN โ This repository ships documentation and a stdio bridge. The bridge stores nothing and transmits nothing beyond the JSON-RPC messages your MCP client sends, forwarded to https://apick.app/mcp/{server} over HTTPS with your license key in the Authorization header. It writes no logs and never prints your key.
What APICK collects when you call a tool โ the request parameters needed to fulfil it, the account the key belongs to, and a billing record (which tool, cost, timestamp) โ plus retention periods, third-party sharing and contact details, is covered in the policy above. Tools that take a file fetch it from the https URL you supply; the file is processed and not retained. Do not send personal data you are not authorized to process.
KO โ ์ด ์ ์ฅ์๋ ๋ฌธ์์ stdio ๋ธ๋ฆฟ์ง๋ก ๊ตฌ์ฑ๋ฉ๋๋ค. ๋ธ๋ฆฟ์ง๋ ์๋ฌด๊ฒ๋ ์ ์ฅํ์ง ์์ผ๋ฉฐ, MCP ํด๋ผ์ด์ธํธ๊ฐ ๋ณด๋ธ JSON-RPC ๋ฉ์์ง๋ฅผ HTTPS๋ก https://apick.app/mcp/{server} ์ ์ ๋ฌํ๋ ๊ฒ ์ธ์ ํต์ ์ ํ์ง ์์ต๋๋ค. ๋ก๊ทธ๋ฅผ ๋จ๊ธฐ์ง ์๊ณ ์ธ์ฆํค๋ฅผ ์ถ๋ ฅํ์ง ์์ต๋๋ค.
Tool ํธ์ถ ์ ์์ดํฝ์ด ์์งํ๋ ํญ๋ชฉ(์ฒ๋ฆฌ์ ํ์ํ ์์ฒญ ํ๋ผ๋ฏธํฐ, ์ธ์ฆํค์ ์ฐ๊ฒฐ๋ ๊ณ์ , ๊ณผ๊ธ ๊ธฐ๋ก)๊ณผ ๋ณด๊ด๊ธฐ๊ฐยท์ 3์ ์ ๊ณตยท๋ฌธ์์ฒ๋ ์ ๋ฐฉ์นจ์ ์ ๋ฆฌ๋์ด ์์ต๋๋ค. ํ์ผ์ ๋ฐ๋ Tool์ ์ฌ์ฉ์๊ฐ ์ค https URL์์ ํ์ผ์ ๋ด๋ ค๋ฐ์ ์ฒ๋ฆฌํ๋ฉฐ ๋ณด๊ดํ์ง ์์ต๋๋ค. ์ฒ๋ฆฌ ๊ถํ์ด ์๋ ๊ฐ์ธ์ ๋ณด๋ ์ ์กํ์ง ๋ง์ธ์.
License / ๋ผ์ด์ ์ค
MIT โ see LICENSE. Covers this repository (documentation and the stdio bridge). Use of the APICK service is governed by the APICK terms.
MIT โ LICENSE ์ฐธ๊ณ . ์ด ์ ์ฅ์(๋ฌธ์์ stdio ๋ธ๋ฆฟ์ง)์ ์ ์ฉ๋ฉ๋๋ค. ์์ดํฝ ์๋น์ค ์ด์ฉ์ ์์ดํฝ ์ด์ฉ์ฝ๊ด์ ๋ฐ๋ฆ ๋๋ค.
Installation
APICK zu deinem Client hinzufรผgen. Wรคhl den, den du nutzt.
{
"servers": {
"apick-mcp": {
"type": "http",
"url": "https://apick.app/mcp/all"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add apick-mcp -- npx -y apick-mcpcodex mcp add apick-mcp -- npx -y apick-mcpamp mcp add apick-mcp -- npx -y apick-mcp{
"mcpServers": {
"apick-mcp": {
"command": "npx",
"args": [
"-y",
"apick-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"apick-mcp": {
"command": "npx",
"args": [
"-y",
"apick-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"apick-mcp": {
"command": "npx",
"args": [
"-y",
"apick-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"apick-mcp": {
"command": "npx",
"args": [
"-y",
"apick-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"apick-mcp": {
"command": "npx",
"args": [
"-y",
"apick-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"apick-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"apick-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"apick-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"apick-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y apick-mcpRun `goose configure`, choose **Add Extension โ Command-line Extension**, and paste this command.
6 Tools
APICK stellt einem verbundenen Agent 6 Tools bereit.
- transfer_1won
- Deposits 1 KRW into a bank account ยท ์ค์ ๋ก 1์์ ์ ๊ธํฉ๋๋ค
- req_pccc
- Sends a verification SMS to the person ยท ๋ณธ์ธ ํด๋ํฐ์ผ๋ก ์ธ์ฆ SMS๋ฅผ ๋ฐ์กํฉ๋๋ค
- get_pccc
- Consumes a one-time verification code ยท 1ํ์ฉ ์ธ์ฆ ์๋ต์ ์๋ชจํฉ๋๋ค
- tts_jobs_create
- Accepts and charges a TTS job once ยท TTS ์์ ์ ์ ์ํ๊ณ 1ํ ๊ณผ๊ธํฉ๋๋ค
- tts_jobs_cancel
- Cancels a waiting or processing job without a refund ยท ๋๊ธฐยท์์ฑ ์ค ์์ ์ ํ๋ถ ์์ด ์ทจ์ํฉ๋๋ค
- tts_jobs_result
- Permanently consumes the one-time result ยท 1ํ์ฉ ๊ฒฐ๊ณผ ์๋ณธ์ ์๊ตฌ ์๋ชจํฉ๋๋ค
Score
78 / 100
Gut
- Dokumentation25/25
- Pflege19/25
- Vertrauen13/20
- Funktionsumfang6/15
- Installation15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Versionsverlauf
| Versionen | Verรถffentlicht |
|---|---|
| 2.0.0Aktuell | 29. Aug. 2026 |